compiler/jvmci/compilerToVM/DisassembleCodeBlobTest and InvalidateInstalledCodeTest tests can timeout on waiting a method to compiler:
JavaThread state: _thread_blocked
at java.lang.Thread.sleep(Native Method)
at jdk.test.lib.Utils.waitForCondition(Utils.java:442)
at jdk.test.lib.Utils.waitForCondition(Utils.java:411)
at compiler.jvmci.compilerToVM.CompileCodeTestCase.compile(CompileCodeTestCase.java:82)
at compiler.jvmci.compilerToVM.CompileCodeTestCase.compile(CompileCodeTestCase.java:71)
at compiler.jvmci.compilerToVM.CompileCodeTestCase.deoptimizeAndCompile(CompileCodeTestCase.java:119)
at compiler.jvmci.compilerToVM.InvalidateInstalledCodeTest.check(InvalidateInstalledCodeTest.java:70)
at compiler.jvmci.compilerToVM.InvalidateInstalledCodeTest$$Lambda$29/768375078.accept(Unknown Source)
at java.util.ArrayList.forEach(ArrayList.java:1262)
at compiler.jvmci.compilerToVM.InvalidateInstalledCodeTest.main(InvalidateInstalledCodeTest.java:57)
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)
JavaThread state: _thread_blocked
at java.lang.Thread.sleep(Native Method)
at jdk.test.lib.Utils.waitForCondition(Utils.java:442)
at jdk.test.lib.Utils.waitForCondition(Utils.java:411)
at compiler.jvmci.compilerToVM.CompileCodeTestCase.compile(CompileCodeTestCase.java:82)
at compiler.jvmci.compilerToVM.CompileCodeTestCase.compile(CompileCodeTestCase.java:71)
at compiler.jvmci.compilerToVM.CompileCodeTestCase.deoptimizeAndCompile(CompileCodeTestCase.java:119)
at compiler.jvmci.compilerToVM.InvalidateInstalledCodeTest.check(InvalidateInstalledCodeTest.java:70)
at compiler.jvmci.compilerToVM.InvalidateInstalledCodeTest$$Lambda$29/768375078.accept(Unknown Source)
at java.util.ArrayList.forEach(ArrayList.java:1262)
at compiler.jvmci.compilerToVM.InvalidateInstalledCodeTest.main(InvalidateInstalledCodeTest.java:57)
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-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