From c4dcce4bca8808f8f733128f2e2b1dd48a28a322 Mon Sep 17 00:00:00 2001 From: Serguei Spitsyn Date: Sat, 2 Jul 2022 20:43:11 +0000 Subject: [PATCH] 8289619: JVMTI SelfSuspendDisablerTest.java failed with RuntimeException: Test FAILED: Unexpected thread state Reviewed-by: alanb, cjplummer --- .../SelfSuspendDisablerTest/SelfSuspendDisablerTest.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/hotspot/jtreg/serviceability/jvmti/vthread/SelfSuspendDisablerTest/SelfSuspendDisablerTest.java b/test/hotspot/jtreg/serviceability/jvmti/vthread/SelfSuspendDisablerTest/SelfSuspendDisablerTest.java index 967f2dfcd80..5a634c65358 100644 --- a/test/hotspot/jtreg/serviceability/jvmti/vthread/SelfSuspendDisablerTest/SelfSuspendDisablerTest.java +++ b/test/hotspot/jtreg/serviceability/jvmti/vthread/SelfSuspendDisablerTest/SelfSuspendDisablerTest.java @@ -84,8 +84,6 @@ public class SelfSuspendDisablerTest { resume(t1); - testJvmtiThreadState(t1, RUNNABLE); - suspendAllVirtualThreads(); });