< prev index next >

test/hotspot/jtreg/gc/stress/gcold/TestGCOldWithParallel.java

Print this page
rev 57430 : [mq]: 8235907-fix-tests-using-paralleloldgc

@@ -29,11 +29,10 @@
  * @key gc
  * @library /
  * @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) {
         TestGCOld.main(args);
     }
< prev index next >