test/hotspot/jtreg/gc/shenandoah/TestObjItrWithHeapDump.java
changeset 55594 66a748c4f3ff
parent 55587 4644b3155fce
child 58679 9c3209ff7550
equal deleted inserted replaced
55593:963924f1c891 55594:66a748c4f3ff
    55             System.exit(0);
    55             System.exit(0);
    56         }
    56         }
    57 
    57 
    58         String[][][] modeHeuristics = new String[][][] {
    58         String[][][] modeHeuristics = new String[][][] {
    59              {{"normal"},    {"adaptive", "compact", "static", "aggressive"}},
    59              {{"normal"},    {"adaptive", "compact", "static", "aggressive"}},
    60              {{"traversal"}, {"adaptive"}},
    60              {{"traversal"}, {"adaptive", "aggressive"}},
    61              {{"passive"},   {"passive"}}
    61              {{"passive"},   {"passive"}}
    62         };
    62         };
    63 
    63 
    64         for (String[][] mh : modeHeuristics) {
    64         for (String[][] mh : modeHeuristics) {
    65             String mode = mh[0][0];
    65             String mode = mh[0][0];