8311179: Generational ZGC: gc/z/TestSmallHeap.java failed with OutOfMemoryError

Reviewed-by: ayang, aboldtch, tschatzl
This commit is contained in:
Stefan Karlsson 2023-08-08 09:57:52 +00:00
parent a1115a7a39
commit 28fd7a1739

View File

@ -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;