----------System.err:(6/333)----------
STATUS:Passed.
jvmti.JVMTIUtils$JvmtiException: JVMTI ERROR: 112
at jvmti.JVMTIUtils.resumeThread(JVMTIUtils.java:80)
at HandshakeDirectTest.resumeThread(HandshakeDirectTest.java:63)
at HandshakeDirectTest$1.run(HandshakeDirectTest.java:121)
STATUS:Failed.`main' threw exception: jvmti.JVMTIUtils$JvmtiException: JVMTI ERROR: 112
STATUS:Passed.
jvmti.JVMTIUtils$JvmtiException: JVMTI ERROR: 112
at jvmti.JVMTIUtils.resumeThread(JVMTIUtils.java:80)
at HandshakeDirectTest.resumeThread(HandshakeDirectTest.java:63)
at HandshakeDirectTest$1.run(HandshakeDirectTest.java:121)
STATUS:Failed.`main' threw exception: jvmti.JVMTIUtils$JvmtiException: JVMTI ERROR: 112
- relates to
-
JDK-8294313 runtime/handshake/HandshakeSuspendExitTest.java crashes with assert(!single_suspend || (!is_virtual && java_thread->is_carrier_thread_suspended()) || (is_virtual && JvmtiVTSuspender::is_vthread_suspended(thread_h()))) failed: sanity check #
- Open
-
JDK-8289607 Change hotspot/jtreg tests to not use Thread.suspend/resume
- Resolved