From 8002b3e3f1308da8f468e2990c007e8e032bbabc Mon Sep 17 00:00:00 2001 From: Stefan Karlsson Date: Wed, 9 Aug 2023 20:11:53 +0000 Subject: [PATCH] 8311179: Generational ZGC: gc/z/TestSmallHeap.java failed with OutOfMemoryError Reviewed-by: aboldtch, tschatzl Backport-of: 28fd7a1739fd3c50c43ebfe6017a835225a453c6 --- test/hotspot/jtreg/gc/z/TestSmallHeap.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/hotspot/jtreg/gc/z/TestSmallHeap.java b/test/hotspot/jtreg/gc/z/TestSmallHeap.java index 58f871d7669..1b73d5735a7 100644 --- a/test/hotspot/jtreg/gc/z/TestSmallHeap.java +++ b/test/hotspot/jtreg/gc/z/TestSmallHeap.java @@ -28,7 +28,7 @@ * @requires vm.gc.ZGenerational * @summary Test ZGC with small heaps * @library / /test/lib - * @run driver gc.z.TestSmallHeap 8M 16M 32M 64M 128M 256M 512M 1024M + * @run driver gc.z.TestSmallHeap 16M 32M 64M 128M 256M 512M 1024M */ import jdk.test.lib.process.ProcessTools;