From b5d204c3a4274c2e4604390eba436d42b5f5e9c9 Mon Sep 17 00:00:00 2001 From: "Daniel D. Daugherty" Date: Wed, 5 Apr 2023 21:24:55 +0000 Subject: [PATCH] 8305678: ProblemList serviceability/sa/ClhsdbInspect.java on windows-x64 in Xcomp 8305679: ProblemList java/util/concurrent/locks/Lock/OOMEInAQS.java on linux-aarch64 with ZGC Reviewed-by: mikael --- test/hotspot/jtreg/ProblemList-Xcomp.txt | 2 ++ test/jdk/ProblemList-zgc.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/test/hotspot/jtreg/ProblemList-Xcomp.txt b/test/hotspot/jtreg/ProblemList-Xcomp.txt index 2eb969f348f..cc932a8f73a 100644 --- a/test/hotspot/jtreg/ProblemList-Xcomp.txt +++ b/test/hotspot/jtreg/ProblemList-Xcomp.txt @@ -41,3 +41,5 @@ serviceability/sa/TestJhsdbJstackMixed.java 8248675 linux-aarch64 serviceability/jvmti/VMObjectAlloc/VMObjectAllocTest.java 8288430 generic-all gc/cslocker/TestCSLocker.java 8293289 generic-x64 + +serviceability/sa/ClhsdbInspect.java 8283578 windows-x64 diff --git a/test/jdk/ProblemList-zgc.txt b/test/jdk/ProblemList-zgc.txt index d2d381614c7..2c965dc6bc5 100644 --- a/test/jdk/ProblemList-zgc.txt +++ b/test/jdk/ProblemList-zgc.txt @@ -27,4 +27,4 @@ # ############################################################################# -java/util/concurrent/locks/Lock/OOMEInAQS.java 8298066 windows-x64 +java/util/concurrent/locks/Lock/OOMEInAQS.java 8298066 linux-aarch64,windows-x64