JDK-8224798 : [Graal] compiler/jvmci/compilerToVM/*.java failed with compiler.jvmci.compilerToVM.DummyClass.withLoop() can't be enqueued for osr-compilation on level 4
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 13,15,16
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • OS: linux,windows
  • CPU: x86_64
  • Submitted: 2019-05-27
  • Updated: 2020-07-21
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
tbdUnresolved
Related Reports
Duplicate :  
Relates :  
Description
CompileCodeTestCase{executable=public void compiler.jvmci.compilerToVM.DummyClass.withLoop(), bci=17}
For random generator using seed: 5967132756636095483
To re-run test with same seed value please add "-Djdk.test.lib.random.seed=5967132756636095483" to command line.
1 compiler directives added
WB error: failed to blocking compile at level 4 method  compiler.jvmci.compilerToVM.DummyClass::withLoop
----------System.err:(17/1440)----------
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:118)
	at compiler.jvmci.compilerToVM.CompileCodeTestCase.compile(CompileCodeTestCase.java:79)
	at compiler.jvmci.compilerToVM.HasCompiledCodeForOSRTest.runSanityTest(HasCompiledCodeForOSRTest.java:96)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1507)
	at compiler.jvmci.compilerToVM.HasCompiledCodeForOSRTest.main(HasCompiledCodeForOSRTest.java:63)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
	at java.base/java.lang.Thread.run(Thread.java:830)
Comments
Could be JDK-8202124.
27-05-2019