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

compiler/blackhole tests fail with -Xcomp

XMLWordPrintable

      Even after JDK-8257803, the compiler/blackhole tests still fail:

      ----------System.out:(1/88)----------
      CompileCommand: blackhole compiler/blackhole/BlackholeTarget.bh_* bool blackhole = true
      ----------System.err:(15/1076)----------
      java.lang.IllegalStateException: Should not have been entered: bh_s_byte_0
      at compiler.blackhole.BlackholeTarget.shouldNotBeEntered(BlackholeTarget.java:51)
      at compiler.blackhole.BlackholeStaticTest.runTries(BlackholeStaticTest.java:118)
      at compiler.blackhole.BlackholeStaticTest.main(BlackholeStaticTest.java:80)
      at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)
      at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.base/java.lang.reflect.Method.invoke(Method.java:567)
      at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
      at java.base/java.lang.Thread.run(Thread.java:831)

      -Dtest.java.opts='-Xcomp -XX:+CreateCoredumpOnCrash -ea -esa -XX:CompileThreshold=100 -XX:+UnlockExperimentalVMOptions -server -XX:-TieredCompilation' \\

            shade Aleksey Shipilev
            thartmann Tobias Hartmann
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: