8247778: ZGC: More parallel gc/z/TestUncommit.java test configuration

Reviewed-by: iignatyev, stefank
This commit is contained in:
Aleksey Shipilev 2020-06-18 11:23:19 +02:00
parent 2cbdd21ed7
commit cfab7f4c68

View File

@ -28,7 +28,19 @@ package gc.z;
* @requires vm.gc.Z & !vm.graal.enabled
* @summary Test ZGC uncommit unused memory
* @run main/othervm -XX:+UseZGC -Xlog:gc*,gc+heap=debug,gc+stats=off -Xms128M -Xmx512M -XX:ZUncommitDelay=10 gc.z.TestUncommit true 2
*/
/*
* @test TestUncommit
* @requires vm.gc.Z & !vm.graal.enabled
* @summary Test ZGC uncommit unused memory
* @run main/othervm -XX:+UseZGC -Xlog:gc*,gc+heap=debug,gc+stats=off -Xms512M -Xmx512M -XX:ZUncommitDelay=10 gc.z.TestUncommit false 1
*/
/*
* @test TestUncommit
* @requires vm.gc.Z & !vm.graal.enabled
* @summary Test ZGC uncommit unused memory
* @run main/othervm -XX:+UseZGC -Xlog:gc*,gc+heap=debug,gc+stats=off -Xms128M -Xmx512M -XX:ZUncommitDelay=10 -XX:-ZUncommit gc.z.TestUncommit false 1
*/