-
Bug
-
Resolution: Duplicate
-
P3
-
16, 17
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' \\
----------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' \\
- duplicates
-
JDK-8258558 Revert changes for JDK-8252505 and related issues
- Resolved
- relates to
-
JDK-8252505 C1/C2 compiler support for blackholes
- Resolved
-
JDK-8257803 Add -Xbatch to compiler/blackhole tests
- Resolved
There are no Sub-Tasks for this issue.