test/hotspot/jtreg/gc/arguments/TestNewRatioFlag.java
changeset 59053 ba6c248cae19
parent 55610 47fdb5b0fa41
--- a/test/hotspot/jtreg/gc/arguments/TestNewRatioFlag.java	Wed Nov 13 11:21:15 2019 +0100
+++ b/test/hotspot/jtreg/gc/arguments/TestNewRatioFlag.java	Wed Nov 13 11:37:29 2019 +0100
@@ -101,7 +101,6 @@
             int expectedRatio = Integer.valueOf(args[0]);
             switch (GCTypes.YoungGCType.getYoungGCType()) {
                 case DefNew:
-                case ParNew:
                     verifyDefNewNewRatio(expectedRatio);
                     break;
                 case PSNew: