-
Bug
-
Resolution: Fixed
-
P3
-
repo-valhalla
stderr: [Exception in thread "main" java.lang.RuntimeException: Graph for 'TestLWorld::test92' contains different number of match nodes (expected 1 but got 2):
305 CallStaticJava === 440 6 7 8 9 ( 304 1 1 1 1 265 ) [[ 306 ]] # Static uncommon_trap(reason='class_check
462 CallStaticJava === 208 6 7 8 1 ( 475 1 1 1 1 11 23 ) [[ 463 ]] # Static uncommon_trap(reason='class_check
: expected 1 to equal 2
at jdk.test.lib.Asserts.fail(Asserts.java:594)
at jdk.test.lib.Asserts.assertEquals(Asserts.java:205)
at jdk.test.lib.Asserts.assertEQ(Asserts.java:178)
at compiler.valhalla.valuetypes.ValueTypeTest.parseOutput(ValueTypeTest.java:540)
at compiler.valhalla.valuetypes.ValueTypeTest.execute_vm(ValueTypeTest.java:437)
at compiler.valhalla.valuetypes.ValueTypeTest.run(ValueTypeTest.java:392)
at compiler.valhalla.valuetypes.TestLWorld.main(TestLWorld.java:61)
]
exitValue = 1
305 CallStaticJava === 440 6 7 8 9 ( 304 1 1 1 1 265 ) [[ 306 ]] # Static uncommon_trap(reason='class_check
462 CallStaticJava === 208 6 7 8 1 ( 475 1 1 1 1 11 23 ) [[ 463 ]] # Static uncommon_trap(reason='class_check
: expected 1 to equal 2
at jdk.test.lib.Asserts.fail(Asserts.java:594)
at jdk.test.lib.Asserts.assertEquals(Asserts.java:205)
at jdk.test.lib.Asserts.assertEQ(Asserts.java:178)
at compiler.valhalla.valuetypes.ValueTypeTest.parseOutput(ValueTypeTest.java:540)
at compiler.valhalla.valuetypes.ValueTypeTest.execute_vm(ValueTypeTest.java:437)
at compiler.valhalla.valuetypes.ValueTypeTest.run(ValueTypeTest.java:392)
at compiler.valhalla.valuetypes.TestLWorld.main(TestLWorld.java:61)
]
exitValue = 1
- relates to
-
JDK-8228622 [lworld] Ineffective codegeneration for flattened arrays checks causes large performance regression on List iteration
-
- Resolved
-