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 @@ package gc.z; * @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;