Details
-
Bug
-
Resolution: Fixed
-
P3
-
hs25
-
b111
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8025618 | hs25 | Igor Ignatyev | P3 | Resolved | Fixed | b53 |
Description
java.lang.RuntimeException: private TestCase$Helper(java.lang.Object) must be osr_compiled
at CompilerWhiteBoxTest.checkCompiled(CompilerWhiteBoxTest.java:223)
at DeoptimizeAllTest.test(DeoptimizeAllTest.java:57)
at CompilerWhiteBoxTest.runTest(CompilerWhiteBoxTest.java:168)
at DeoptimizeAllTest.main(DeoptimizeAllTest.java:38)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:491)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:724)
java.lang.RuntimeException: private TestCase$Helper(java.lang.Object) must be osr_compiled
at CompilerWhiteBoxTest.checkCompiled(CompilerWhiteBoxTest.java:223)
at DeoptimizeAllTest.test(DeoptimizeAllTest.java:57)
at CompilerWhiteBoxTest.runTest(CompilerWhiteBoxTest.java:168)
at DeoptimizeAllTest.main(DeoptimizeAllTest.java:38)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:491)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:724)
JavaTest Message: Test threw exception: java.lang.RuntimeException: private TestCase$Helper(java.lang.Object) must be osr_compiled
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: private TestCase$Helper(java.lang.Object) must be osr_compiled
result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: private TestCase$Helper(java.lang.Object) must be osr_compiled
at CompilerWhiteBoxTest.checkCompiled(CompilerWhiteBoxTest.java:223)
at DeoptimizeAllTest.test(DeoptimizeAllTest.java:57)
at CompilerWhiteBoxTest.runTest(CompilerWhiteBoxTest.java:168)
at DeoptimizeAllTest.main(DeoptimizeAllTest.java:38)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:491)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:724)
java.lang.RuntimeException: private TestCase$Helper(java.lang.Object) must be osr_compiled
at CompilerWhiteBoxTest.checkCompiled(CompilerWhiteBoxTest.java:223)
at DeoptimizeAllTest.test(DeoptimizeAllTest.java:57)
at CompilerWhiteBoxTest.runTest(CompilerWhiteBoxTest.java:168)
at DeoptimizeAllTest.main(DeoptimizeAllTest.java:38)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:491)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:724)
JavaTest Message: Test threw exception: java.lang.RuntimeException: private TestCase$Helper(java.lang.Object) must be osr_compiled
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: private TestCase$Helper(java.lang.Object) must be osr_compiled
result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: private TestCase$Helper(java.lang.Object) must be osr_compiled
Attachments
Issue Links
- backported by
-
JDK-8025618 TestCase$Helper(java.lang.Object) must be osr_compiled
- Resolved
- relates to
-
JDK-8043056 compiler/whitebox/EnqueueMethodForCompilationTest.java failed with: java.lang.RuntimeException: private int SimpleTestCase$Helper.osrMethod() must be osr_compiled
- Closed