-
Bug
-
Resolution: Duplicate
-
P3
-
9
java.lang.Error: public void compiler.jvmci.compilerToVM.DummyClass.withLoop() can't be enqueued for osr-compilation on level 4
at compiler.jvmci.compilerToVM.CompileCodeTestCase.compile(CompileCodeTestCase.java:78)
at compiler.jvmci.compilerToVM.CompileCodeTestCase.compile(CompileCodeTestCase.java:71)
at compiler.jvmci.compilerToVM.CompileCodeTestCase.deoptimizeAndCompile(CompileCodeTestCase.java:119)
at compiler.jvmci.compilerToVM.AllocateCompileIdTest.getWBCompileID(AllocateCompileIdTest.java:151)
at compiler.jvmci.compilerToVM.AllocateCompileIdTest.runSanityCorrectTest(AllocateCompileIdTest.java:117)
at java.util.ArrayList.forEach(ArrayList.java:1262)
at compiler.jvmci.compilerToVM.AllocateCompileIdTest.main(AllocateCompileIdTest.java:67)
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:747)
at compiler.jvmci.compilerToVM.CompileCodeTestCase.compile(CompileCodeTestCase.java:78)
at compiler.jvmci.compilerToVM.CompileCodeTestCase.compile(CompileCodeTestCase.java:71)
at compiler.jvmci.compilerToVM.CompileCodeTestCase.deoptimizeAndCompile(CompileCodeTestCase.java:119)
at compiler.jvmci.compilerToVM.AllocateCompileIdTest.getWBCompileID(AllocateCompileIdTest.java:151)
at compiler.jvmci.compilerToVM.AllocateCompileIdTest.runSanityCorrectTest(AllocateCompileIdTest.java:117)
at java.util.ArrayList.forEach(ArrayList.java:1262)
at compiler.jvmci.compilerToVM.AllocateCompileIdTest.main(AllocateCompileIdTest.java:67)
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:747)
- duplicates
-
JDK-8139700 compiler/jvmci/compilerToVM/DisassembleCodeBlobTest and InvalidateInstalledCodeTest timeout
-
- Resolved
-
-
JDK-8146195 compiler/jvmci/compilerToVM/ExecuteInstalledCodeTest.java failed: java.lang.Error: public default int compiler.jvmci.compilerToVM.CompileCodeTestCase$Interface.defaultMethod(java.lang.Object) can't be enqueued for compilation on level 4
-
- Closed
-