java.lang.Error: public default int compiler.jvmci.compilerToVM.CompileCodeTestCase$Interface.defaultMethod(java.lang.Object) can't be enqueued for compilation on level 4
at compiler.jvmci.compilerToVM.CompileCodeTestCase.compile(CompileCodeTestCase.java:113)
at compiler.jvmci.compilerToVM.CompileCodeTestCase.compile(CompileCodeTestCase.java:80)
at compiler.jvmci.compilerToVM.ExecuteInstalledCodeTest.checkSanity(ExecuteInstalledCodeTest.java:60)
at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:177)
at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1387)
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482)
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472)
at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:430)
at compiler.jvmci.compilerToVM.ExecuteInstalledCodeTest.main(ExecuteInstalledCodeTest.java:49)
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:806)
at compiler.jvmci.compilerToVM.CompileCodeTestCase.compile(CompileCodeTestCase.java:113)
at compiler.jvmci.compilerToVM.CompileCodeTestCase.compile(CompileCodeTestCase.java:80)
at compiler.jvmci.compilerToVM.ExecuteInstalledCodeTest.checkSanity(ExecuteInstalledCodeTest.java:60)
at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:177)
at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1387)
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482)
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472)
at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:430)
at compiler.jvmci.compilerToVM.ExecuteInstalledCodeTest.main(ExecuteInstalledCodeTest.java:49)
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:806)
- duplicates
-
JDK-8139383 [TESTBUG] JVMCI test fails with Exception java.lang.Error: public void compiler.jvmci.compilerToVM.DummyClass.withLoop() can't be enqueued for osr-compilation on level
-
- Closed
-
- relates to
-
JDK-8146043 run JVMCI tests in JPRT
-
- Resolved
-