hotspot/test/gc/arguments/TestInitialTenuringThreshold.java
changeset 32613 73bec9f941d7
parent 32601 c5df671276bd
child 33144 c56850e328fc
--- a/hotspot/test/gc/arguments/TestInitialTenuringThreshold.java	Wed Sep 02 11:41:42 2015 -0400
+++ b/hotspot/test/gc/arguments/TestInitialTenuringThreshold.java	Wed Sep 02 17:49:46 2015 -0700
@@ -25,7 +25,6 @@
  * @test TestInitialTenuringThreshold
  * @key gc
  * @bug 8014765
- * @requires vm.gc=="Parallel"
  * @summary Tests argument processing for initial tenuring threshold
  * @library /testlibrary
  * @modules java.base/sun.misc
@@ -40,7 +39,6 @@
 
   public static void runWithThresholds(int initial, int max, boolean shouldfail) throws Exception {
     ProcessBuilder pb = ProcessTools.createJavaProcessBuilder(
-      "-XX:+UseParallelGC",
       "-XX:InitialTenuringThreshold=" + String.valueOf(initial),
       "-XX:MaxTenuringThreshold=" + String.valueOf(max),
       "-version"