After merging jdk-22+9 the follow test failure occurs:
Test Failures (1)
-----------------
Custom Run Test: @Run: test104_verifier - @Test: test104:
compiler.lib.ir_framework.shared.TestRunException: There was an error while invoking @Run method public void compiler.valhalla.inlinetypes.TestCallingConventionC1.test104_verifier(compiler.lib.ir_framework.RunInfo)
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:115)
at java.base/java.lang.reflect.Method.invoke(Method.java:582)
at compiler.lib.ir_framework.test.CustomRunTest.invokeTest(CustomRunTest.java:157)
... 5 more
Caused by: java.lang.NullPointerException: Cannot assign field "x0"
at compiler.valhalla.inlinetypes.TestCallingConventionC1$Test104Value.<vnew>(TestCallingConventionC1.java:2196)
at compiler.valhalla.inlinetypes.TestCallingConventionC1.test104(TestCallingConventionC1.java:2192)
at compiler.valhalla.inlinetypes.TestCallingConventionC1.test104_verifier(TestCallingConventionC1.java:2222)
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)