-
Bug
-
Resolution: Fixed
-
P4
-
9
-
b112
-
windows
java.lang.RuntimeException: private int SimpleTestCase$Helper.method() must be compiled
at CompilerWhiteBoxTest.checkCompiled(CompilerWhiteBoxTest.java:262)
at EnqueueMethodForCompilationTest.test(EnqueueMethodForCompilationTest.java:77)
at CompilerWhiteBoxTest.runTest(CompilerWhiteBoxTest.java:174)
at CompilerWhiteBoxTest.main(CompilerWhiteBoxTest.java:131)
at EnqueueMethodForCompilationTest.main(EnqueueMethodForCompilationTest.java:38)
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:498)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:745)
JavaTest Message: Test threw exception: java.lang.RuntimeException: private int SimpleTestCase$Helper.method() must be compiled
- duplicates
-
JDK-8145792 CompilerWhiteBoxTest.java failed: compiler.whitebox.SimpleTestCase$Helper.staticMethod() must be compiled
-
- Closed
-
-
JDK-8149042 [TESTBUG] Whitebox MakeMethodNotCompilableTest gets unexpected RuntimeException
-
- Closed
-
-
JDK-8151019 CompiledInvokeVirtual2CompiledTest.java fails with "(assert failed: 0 != 0)"
-
- Closed
-
- is blocked by
-
JDK-8150646 Add support for blocking compiles though whitebox API
-
- Resolved
-
- relates to
-
JDK-8152169 LockCompilationTest.java fails due method present in the compiler queue
-
- Resolved
-
-
JDK-8151880 EnqueueMethodForCompilationTest.java still fails to compile method
-
- Resolved
-