JDK-8229427 : compiler/jvmci/compilerToVM tests failing with can't be enqueued for osr-compilation
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 14
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2019-08-12
  • Updated: 2024-01-29
  • Resolved: 2019-08-12
Related Reports
Duplicate :  
Description
----------System.out:(5/401)----------
CompileCodeTestCase{executable=public void compiler.jvmci.compilerToVM.DummyClass.withLoop(), bci=17}
For random generator using seed: 2319101559830325672
To re-run test with same seed value please add "-Djdk.test.lib.random.seed=2319101559830325672" 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:565)
	at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
	at java.base/java.lang.Thread.run(Thread.java:830)