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

[TESTBUG] UnsafeGetStableArrayElement::testL_* fail intermittently

XMLWordPrintable

    • b110

      The test compiler/unsafe/UnsafeGetStableArrayElement.java fails with:

      ----------System.out:(1/40)----------
      CompileCommand: dontinline *Test.test*
      ----------System.err:(21/1270)----------
      java.lang.RuntimeException: (assert failed: 0 != 0)
      at jdk.test.lib.Asserts.error(Asserts.java:447)
      at jdk.test.lib.Asserts.assertTrue(Asserts.java:374)
      at jdk.test.lib.Asserts.assertFalse(Asserts.java:353)
      at jdk.test.lib.Asserts.assertNotEquals(Asserts.java:292)
      at jdk.test.lib.Asserts.assertNotEquals(Asserts.java:275)
      at jdk.test.lib.Asserts.assertNE(Asserts.java:257)
      at UnsafeGetStableArrayElement.run(UnsafeGetStableArrayElement.java:201)
      at UnsafeGetStableArrayElement.testMismatched(UnsafeGetStableArrayElement.java:212)
      at UnsafeGetStableArrayElement.main(UnsafeGetStableArrayElement.java:299)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:520)
      at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:92)
      at java.lang.Thread.run(Thread.java:804)

      JavaTest Message: Test threw exception: java.lang.RuntimeException: (assert failed: 0 != 0)
      JavaTest Message: shutting down test

            vlivanov Vladimir Ivanov
            zmajo Zoltan Majo (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: