test/hotspot/jtreg/gc/epsilon/TestDieWithHeapDump.java
branchepsilon-gc-branch
changeset 56629 98acdabed742
parent 56540 ada11a8e2ebc
equal deleted inserted replaced
56628:547ded4c0de6 56629:98acdabed742
    96              TestDieWithHeapDump.Workload.class.getName());
    96              TestDieWithHeapDump.Workload.class.getName());
    97 
    97 
    98     failWith("-Xmx128m",
    98     failWith("-Xmx128m",
    99              "-Xbatch",
    99              "-Xbatch",
   100              "-Xcomp",
   100              "-Xcomp",
   101              "-XX:TieredStopAtLevel=4",
   101              "-XX:-TieredCompilation",
   102              "-XX:+UnlockExperimentalVMOptions",
   102              "-XX:+UnlockExperimentalVMOptions",
   103              "-XX:+UseEpsilonGC",
   103              "-XX:+UseEpsilonGC",
   104              "-XX:+HeapDumpOnOutOfMemoryError",
   104              "-XX:+HeapDumpOnOutOfMemoryError",
   105              TestDieWithHeapDump.Workload.class.getName());
   105              TestDieWithHeapDump.Workload.class.getName());
   106   }
   106   }