-
Bug
-
Resolution: Fixed
-
P4
-
9
-
b120
-
x86_64
-
solaris_11
The test compiler/whitebox/EnqueueMethodForCompilationTest.java fails with
----------System.err:(29/2165)----------
java.lang.RuntimeException: private compiler.whitebox.SimpleTestCase$Helper(int) must be compiled
at compiler.whitebox.CompilerWhiteBoxTest.checkCompiled(CompilerWhiteBoxTest.java:260)
at EnqueueMethodForCompilationTest.test(EnqueueMethodForCompilationTest.java:81)
at compiler.whitebox.CompilerWhiteBoxTest.runTest(CompilerWhiteBoxTest.java:172)
at compiler.whitebox.CompilerWhiteBoxTest.main(CompilerWhiteBoxTest.java:129)
at EnqueueMethodForCompilationTest.main(EnqueueMethodForCompilationTest.java:48)
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)
The same problem was already handled byJDK-8066770. The problem happens also with the fix for JDK-8066770.
----------System.err:(29/2165)----------
java.lang.RuntimeException: private compiler.whitebox.SimpleTestCase$Helper(int) must be compiled
at compiler.whitebox.CompilerWhiteBoxTest.checkCompiled(CompilerWhiteBoxTest.java:260)
at EnqueueMethodForCompilationTest.test(EnqueueMethodForCompilationTest.java:81)
at compiler.whitebox.CompilerWhiteBoxTest.runTest(CompilerWhiteBoxTest.java:172)
at compiler.whitebox.CompilerWhiteBoxTest.main(CompilerWhiteBoxTest.java:129)
at EnqueueMethodForCompilationTest.main(EnqueueMethodForCompilationTest.java:48)
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)
The same problem was already handled by
- relates to
-
JDK-8153885 [TESTBUG] few regression tests failed after 8151880 changes
-
- Closed
-
-
JDK-8066770 EnqueueMethodForCompilationTest.java fails to compile method
-
- Resolved
-