< prev index next >

test/hotspot/jtreg/gc/shenandoah/TestObjItrWithHeapDump.java

Print this page
*** 53,13 ***
              System.gc();
              System.exit(0);
          }
  
          String[][][] modeHeuristics = new String[][][] {
!              {{"satb"},    {"adaptive", "compact", "static", "aggressive"}},
!              {{"iu"},      {"adaptive", "aggressive"}},
!              {{"passive"}, {"passive"}}
          };
  
          for (String[][] mh : modeHeuristics) {
              String mode = mh[0][0];
              String[] heuristics = mh[1];
--- 53,13 ---
              System.gc();
              System.exit(0);
          }
  
          String[][][] modeHeuristics = new String[][][] {
!              {{"satb"},         {"adaptive", "compact", "static", "aggressive"}},
!              {{"generational"}, {"adaptive"}},
!              {{"passive"},      {"passive"}}
          };
  
          for (String[][] mh : modeHeuristics) {
              String mode = mh[0][0];
              String[] heuristics = mh[1];
< prev index next >