Closed
Description
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