< prev index next >

test/hotspot/jtreg/gc/arguments/TestParallelHeapSizeFlags.java

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

@@ -42,13 +42,11 @@
  */
 
 public class TestParallelHeapSizeFlags {
 
   public static void main(String args[]) throws Exception {
-    // just pick one of the parallel generational collectors. Sizing logic is the
-    // same.
-    final String gcName = "-XX:+UseParallelOldGC";
+    final String gcName = "-XX:+UseParallelGC";
 
     TestMaxHeapSizeTools.checkMinInitialMaxHeapFlags(gcName);
 
     TestMaxHeapSizeTools.checkGenMaxHeapErgo(gcName);
   }
< prev index next >