Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8317142

[lworld] compiler/valhalla/inlinetypes/TestCallingConvention.java fails after jdk-22+9

XMLWordPrintable

      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)

            thartmann Tobias Hartmann
            dsimms David Simms
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: