test/hotspot/jtreg/gc/arguments/TestSurvivorRatioFlag.java
changeset 59053 ba6c248cae19
parent 55610 47fdb5b0fa41
--- a/test/hotspot/jtreg/gc/arguments/TestSurvivorRatioFlag.java	Wed Nov 13 11:21:15 2019 +0100
+++ b/test/hotspot/jtreg/gc/arguments/TestSurvivorRatioFlag.java	Wed Nov 13 11:37:29 2019 +0100
@@ -126,7 +126,6 @@
             GCTypes.YoungGCType type = GCTypes.YoungGCType.getYoungGCType();
             switch (type) {
                 case DefNew:
-                case ParNew:
                     verifyDefNewSurvivorRatio(expectedRatio);
                     break;
                 case PSNew: