8278115: gc/stress/gclocker/TestGCLockerWithSerial.java has duplicate -Xmx

Reviewed-by: mli, tschatzl
This commit is contained in:
Aleksey Shipilev 2021-12-03 07:20:39 +00:00
parent bef5c7a286
commit 0fbd2713f1

@ -30,7 +30,7 @@ package gc.stress.gclocker;
* @requires vm.gc.Serial
* @requires vm.flavor != "minimal"
* @summary Stress Serial's GC locker by calling GetPrimitiveArrayCritical while concurrently filling up old gen.
* @run main/native/othervm/timeout=200 -Xlog:gc*=info -Xmx1500m -Xmx1500m -XX:+UseSerialGC gc.stress.gclocker.TestGCLockerWithSerial
* @run main/native/othervm/timeout=200 -Xlog:gc*=info -Xms1500m -Xmx1500m -XX:+UseSerialGC gc.stress.gclocker.TestGCLockerWithSerial
*/
public class TestGCLockerWithSerial {
public static void main(String[] args) {