Skip to content

Possibly a typo in PEA tests? #11361

Closed
@connglli

Description

@connglli

Describe the issue

Is the following code in PartialEscapeAnalysisTest.testVirtualPhiLoop3() a typo?

    @Test
    public void testVirtualPhiLoop3() {
        for (int size = 0; size < 100; size++) {
            test("virtualPhiLoop2", (Object) new Object[size]); 
                             // ^
                             // |
                             //  `---- Shouldn't it be "virtualPhiLoop3" instead of "virtualPhiLoop2"?
        }
    }

Steps to reproduce the issue
A typo in the source code

Describe GraalVM and your environment:
Master branch

More details
Nothing

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions