--- old/test/hotspot/jtreg/gc/stress/gcold/TestGCOldWithParallel.java 2019-12-13 21:01:26.740004158 +0100 +++ new/test/hotspot/jtreg/gc/stress/gcold/TestGCOldWithParallel.java 2019-12-13 21:01:26.448150148 +0100 @@ -31,7 +31,6 @@ * @requires vm.gc.Parallel * @summary Stress the Parallel GC by trying to make old objects more likely to be garbage than young objects. * @run main/othervm -Xmx384M -XX:+UseParallelGC gc.stress.gcold.TestGCOld 50 1 20 10 10000 - * @run main/othervm -Xmx384M -XX:+UseParallelGC -XX:-UseParallelOldGC gc.stress.gcold.TestGCOld 50 1 20 10 10000 */ public class TestGCOldWithParallel { public static void main(String[] args) {