diff -r f0312c7d5b37 -r ba6c248cae19 test/hotspot/jtreg/gc/arguments/TestSurvivorRatioFlag.java --- 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: