-
Bug
-
Resolution: Fixed
-
P3
-
9
-
b112
The test compiler/whitebox/BlockingCompilation.java fails with the following error message:
----------System.err:(13/987)----------
java.lang.Exception: public static int BlockingCompilation.foo() should be compiled at level 4(but is actually compiled at level 0)
at BlockingCompilation.main(BlockingCompilation.java:104)
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.Exception: public static int BlockingCompilation.foo() should be compiled at level 4(but is actually compiled at level 0)
JavaTest Message: shutting down test
The test was added with the recent change,JDK-8150646.
----------System.err:(13/987)----------
java.lang.Exception: public static int BlockingCompilation.foo() should be compiled at level 4(but is actually compiled at level 0)
at BlockingCompilation.main(BlockingCompilation.java:104)
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.Exception: public static int BlockingCompilation.foo() should be compiled at level 4(but is actually compiled at level 0)
JavaTest Message: shutting down test
The test was added with the recent change,
- duplicates
-
JDK-8151804 Quarantine compiler/whitebox/BlockingCompilation.java
-
- Closed
-
- relates to
-
JDK-8153013 BlockingCompilation test times out
-
- Resolved
-
-
JDK-8150646 Add support for blocking compiles though whitebox API
-
- Resolved
-