From b17a1c092ff082b58d4e9ad64c516a49e4f3adb9 Mon Sep 17 00:00:00 2001 From: Serguei Spitsyn Date: Tue, 11 Jun 2024 17:19:03 +0000 Subject: [PATCH] 8333931: Problemlist serviceability/jvmti/vthread/CarrierThreadEventNotification Reviewed-by: cjplummer Backport-of: fe9c63cf73db7833646345e362cbda020ac403d1 --- test/hotspot/jtreg/ProblemList.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test/hotspot/jtreg/ProblemList.txt b/test/hotspot/jtreg/ProblemList.txt index b6cc0489485..f0ccefa76e4 100644 --- a/test/hotspot/jtreg/ProblemList.txt +++ b/test/hotspot/jtreg/ProblemList.txt @@ -139,6 +139,7 @@ serviceability/sa/TestRevPtrsForInvokeDynamic.java 8241235 generic-all serviceability/jvmti/ModuleAwareAgents/ThreadStart/MAAThreadStart.java 8225354 windows-all serviceability/jvmti/vthread/GetThreadStateMountedTest/GetThreadStateMountedTest.java 8318090,8318729 generic-all serviceability/jvmti/vthread/GetSetLocalTest/GetSetLocalTest.java 8286836 generic-all +serviceability/jvmti/vthread/CarrierThreadEventNotification/CarrierThreadEventNotification.java 8333681 generic-all serviceability/dcmd/gc/RunFinalizationTest.java 8227120 generic-all serviceability/sa/ClhsdbCDSCore.java 8267433 macosx-x64