-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
9
java.lang.RuntimeException: private compiler.whitebox.SimpleTestCase$Helper(int) must be compiled
at compiler.whitebox.CompilerWhiteBoxTest.checkCompiled(CompilerWhiteBoxTest.java:260)
at MakeMethodNotCompilableTest.getBci(MakeMethodNotCompilableTest.java:222)
at MakeMethodNotCompilableTest.test(MakeMethodNotCompilableTest.java:68)
at compiler.whitebox.CompilerWhiteBoxTest.runTest(CompilerWhiteBoxTest.java:172)
at compiler.whitebox.CompilerWhiteBoxTest.main(CompilerWhiteBoxTest.java:129)
at MakeMethodNotCompilableTest.main(MakeMethodNotCompilableTest.java:41)
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:92)
at java.lang.Thread.run(Thread.java:804)
at compiler.whitebox.CompilerWhiteBoxTest.checkCompiled(CompilerWhiteBoxTest.java:260)
at MakeMethodNotCompilableTest.getBci(MakeMethodNotCompilableTest.java:222)
at MakeMethodNotCompilableTest.test(MakeMethodNotCompilableTest.java:68)
at compiler.whitebox.CompilerWhiteBoxTest.runTest(CompilerWhiteBoxTest.java:172)
at compiler.whitebox.CompilerWhiteBoxTest.main(CompilerWhiteBoxTest.java:129)
at MakeMethodNotCompilableTest.main(MakeMethodNotCompilableTest.java:41)
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:92)
at java.lang.Thread.run(Thread.java:804)
- duplicates
-
JDK-8066770 EnqueueMethodForCompilationTest.java fails to compile method
-
- Resolved
-