test/hotspot/jtreg/gc/arguments/TestSurvivorRatioFlag.java
changeset 59053 ba6c248cae19
parent 55610 47fdb5b0fa41
equal deleted inserted replaced
59051:f0312c7d5b37 59053:ba6c248cae19
   124          */
   124          */
   125         public static Void verifySurvivorRatio(int expectedRatio) {
   125         public static Void verifySurvivorRatio(int expectedRatio) {
   126             GCTypes.YoungGCType type = GCTypes.YoungGCType.getYoungGCType();
   126             GCTypes.YoungGCType type = GCTypes.YoungGCType.getYoungGCType();
   127             switch (type) {
   127             switch (type) {
   128                 case DefNew:
   128                 case DefNew:
   129                 case ParNew:
       
   130                     verifyDefNewSurvivorRatio(expectedRatio);
   129                     verifyDefNewSurvivorRatio(expectedRatio);
   131                     break;
   130                     break;
   132                 case PSNew:
   131                 case PSNew:
   133                     verifyPSSurvivorRatio(expectedRatio);
   132                     verifyPSSurvivorRatio(expectedRatio);
   134                     break;
   133                     break;