8234619: ZGC: gc/z/TestSmallHeap.java failure with Out Of Memory

Reviewed-by: tschatzl, eosterlund
This commit is contained in:
Per Lidén 2019-11-26 11:57:58 +01:00
parent 05ca3218d9
commit 0830eaa398

View File

@ -25,7 +25,7 @@ package gc.z;
/*
* @test TestSmallHeap
* @requires vm.gc.Z & !vm.graal.enabled
* @requires vm.gc.Z & !vm.graal.enabled & vm.compMode != "Xcomp"
* @summary Test ZGC with small heaps
* @run main/othervm -XX:+UnlockExperimentalVMOptions -XX:+UseZGC -Xlog:gc,gc+init,gc+heap -Xmx8M gc.z.TestSmallHeap
* @run main/othervm -XX:+UnlockExperimentalVMOptions -XX:+UseZGC -Xlog:gc,gc+init,gc+heap -Xmx16M gc.z.TestSmallHeap