From bdf470b3b8f8814cb29f2877490d5bc1e79bdecb Mon Sep 17 00:00:00 2001 From: Thomas Schatzl Date: Fri, 5 Jul 2024 09:06:37 +0000 Subject: [PATCH] 8335742: Problemlist gc/g1/TestMixedGCLiveThreshold.java#25percent with virtual threads Reviewed-by: aboldtch, kbarrett --- test/hotspot/jtreg/ProblemList-Virtual.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/hotspot/jtreg/ProblemList-Virtual.txt b/test/hotspot/jtreg/ProblemList-Virtual.txt index e7627be7b8c..ac35f60e661 100644 --- a/test/hotspot/jtreg/ProblemList-Virtual.txt +++ b/test/hotspot/jtreg/ProblemList-Virtual.txt @@ -86,6 +86,11 @@ vmTestbase/nsk/jdi/ExceptionEvent/catchLocation/location002/TestDescription.java vmTestbase/nsk/jdi/VMOutOfMemoryException/VMOutOfMemoryException001/VMOutOfMemoryException001.java 8285417 generic-all +### +# Fails on Windows because of additional memory allocation. + +gc/g1/TestMixedGCLiveThreshold.java#25percent JDK-8334759 windows-x64 + ########## ## Tests incompatible with with virtual test thread factory. ## There is no goal to run all test with virtual test thread factory.