< prev index next >
test/hotspot/jtreg/gc/shenandoah/options/TestExplicitGCNoConcurrent.java
Print this page
rev 59823 : 8247751: Shenandoah: options tests should run with smaller heaps
Reviewed-by: XXX
*** 59,68 ****
--- 59,69 ----
"-XX:+ExplicitGCInvokesConcurrent"
};
for (String opt : opts) {
ProcessBuilder pb = ProcessTools.createJavaProcessBuilder(
+ "-Xmx128m",
"-XX:+UnlockExperimentalVMOptions",
"-XX:+UseShenandoahGC",
"-Xlog:gc",
"-XX:+UnlockDiagnosticVMOptions",
opt,
< prev index next >