8289619: JVMTI SelfSuspendDisablerTest.java failed with RuntimeException: Test FAILED: Unexpected thread state

Reviewed-by: alanb, cjplummer
This commit is contained in:
Serguei Spitsyn 2022-07-02 20:43:11 +00:00
parent f5cdabad06
commit c4dcce4bca

View File

@ -84,8 +84,6 @@ public class SelfSuspendDisablerTest {
resume(t1);
testJvmtiThreadState(t1, RUNNABLE);
suspendAllVirtualThreads();
});