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)