After merging jdk-22+9, the folllow failure occurs...
Test Failures (1)
-----------------
Custom Run Test: @Run: test39_verifier - @Test: test39:
compiler.lib.ir_framework.shared.TestRunException: There was an error while invoking @Run method public void compiler.valhalla.inlinetypes.TestCallingConvention.test39_verifier()
at compiler.lib.ir_framework.test.CustomRunTest.invokeTest(CustomRunTest.java:162)
at compiler.lib.ir_framework.test.AbstractTest.run(AbstractTest.java:104)
at compiler.lib.ir_framework.test.CustomRunTest.run(CustomRunTest.java:89)
at compiler.lib.ir_framework.test.TestVM.runTests(TestVM.java:825)
at compiler.lib.ir_framework.test.TestVM.start(TestVM.java:250)
at compiler.lib.ir_framework.test.TestVM.main(TestVM.java:165)
Caused by: java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
at java.base/java.lang.reflect.Method.invoke(Method.java:582)
at compiler.lib.ir_framework.test.CustomRunTest.invokeTest(CustomRunTest.java:159)
... 5 more
Caused by: java.lang.RuntimeException: assertEquals: expected compiler.valhalla.inlinetypes.TestCallingConvention$LargeValueWithOops@5d18c7eb to equal compiler.valhalla.inlinetypes.TestCallingConvention$LargeValueWithOops@5d18c7eb
at jdk.test.lib.Asserts.fail(Asserts.java:594)
at jdk.test.lib.Asserts.assertEquals(Asserts.java:205)
at jdk.test.lib.Asserts.assertEquals(Asserts.java:189)
at jdk.test.lib.Asserts.assertEQ(Asserts.java:166)
at compiler.valhalla.inlinetypes.TestCallingConvention.test39_verifier(TestCallingConvention.java:935)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
... 7 more
at compiler.lib.ir_framework.test.TestVM.runTests(TestVM.java:860)
at compiler.lib.ir_framework.test.TestVM.start(TestVM.java:250)
at compiler.lib.ir_framework.test.TestVM.main(TestVM.java:165)
Test Failures (1)
-----------------
Custom Run Test: @Run: test39_verifier - @Test: test39:
compiler.lib.ir_framework.shared.TestRunException: There was an error while invoking @Run method public void compiler.valhalla.inlinetypes.TestCallingConvention.test39_verifier()
at compiler.lib.ir_framework.test.CustomRunTest.invokeTest(CustomRunTest.java:162)
at compiler.lib.ir_framework.test.AbstractTest.run(AbstractTest.java:104)
at compiler.lib.ir_framework.test.CustomRunTest.run(CustomRunTest.java:89)
at compiler.lib.ir_framework.test.TestVM.runTests(TestVM.java:825)
at compiler.lib.ir_framework.test.TestVM.start(TestVM.java:250)
at compiler.lib.ir_framework.test.TestVM.main(TestVM.java:165)
Caused by: java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
at java.base/java.lang.reflect.Method.invoke(Method.java:582)
at compiler.lib.ir_framework.test.CustomRunTest.invokeTest(CustomRunTest.java:159)
... 5 more
Caused by: java.lang.RuntimeException: assertEquals: expected compiler.valhalla.inlinetypes.TestCallingConvention$LargeValueWithOops@5d18c7eb to equal compiler.valhalla.inlinetypes.TestCallingConvention$LargeValueWithOops@5d18c7eb
at jdk.test.lib.Asserts.fail(Asserts.java:594)
at jdk.test.lib.Asserts.assertEquals(Asserts.java:205)
at jdk.test.lib.Asserts.assertEquals(Asserts.java:189)
at jdk.test.lib.Asserts.assertEQ(Asserts.java:166)
at compiler.valhalla.inlinetypes.TestCallingConvention.test39_verifier(TestCallingConvention.java:935)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
... 7 more
at compiler.lib.ir_framework.test.TestVM.runTests(TestVM.java:860)
at compiler.lib.ir_framework.test.TestVM.start(TestVM.java:250)
at compiler.lib.ir_framework.test.TestVM.main(TestVM.java:165)
- duplicates
-
JDK-8317658 [lworld] TemplateTable::withfield() does not correctly load the ResolvedFieldEntry
- Resolved
- relates to
-
JDK-8301996 Move field resolution information out of the cpCache
- Resolved