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

[TESTBUG] UnsafeGetStableArrayElement.java still fails with "(assert failed: 0 != 0)"

XMLWordPrintable

      The UnsafeGetStableArrayElement.java test still fails after the fix for JDK-8151020 was pushed.

      Java HotSpot(TM) Embedded Client VM 9 b0 (9-internal+0-2016-03-02-124336.vlivanov.hs-comp9)
      Intel Xeon 2901 MHz, 32 cores, 252G, Linux / Oracle Linux 7.0, x86_64
      ----------messages:(3/409)----------
      command: main -XX:+UnlockDiagnosticVMOptions -Xbatch -XX:-TieredCompilation -XX:+FoldStableValues -XX:CompileCommand=dontinline,*Test::test* UnsafeGetStableArrayElement
      reason: User specified action: run main/bootclasspath -XX:+UnlockDiagnosticVMOptions -Xbatch -XX:-TieredCompilation -XX:+FoldStableValues -XX:CompileCommand=dontinline,*Test::test* UnsafeGetStableArrayElement
      elapsed time (seconds): 2.472
      ----------System.out:(1/39)----------
      CompileCommand: dontinline *Test.test*
      ----------System.err:(20/1207)----------
      java.lang.RuntimeException: (assert failed: true == false)
      at jdk.test.lib.Asserts.error(Asserts.java:447)
      at jdk.test.lib.Asserts.assertTrue(Asserts.java:374)
      at jdk.test.lib.Asserts.assertEquals(Asserts.java:169)
      at jdk.test.lib.Asserts.assertEquals(Asserts.java:152)
      at jdk.test.lib.Asserts.assertEQ(Asserts.java:134)
      at UnsafeGetStableArrayElement.run(UnsafeGetStableArrayElement.java:200)
      at UnsafeGetStableArrayElement.testMatched(UnsafeGetStableArrayElement.java:211)
      at UnsafeGetStableArrayElement.main(UnsafeGetStableArrayElement.java:222)
      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:110)
      at java.lang.Thread.run(Thread.java:804)

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

      STATUS:Failed.`main' threw exception: java.lang.RuntimeException: (assert failed: true == false)

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

              Created:
              Updated:
              Resolved: