< prev index next >

test/hotspot/jtreg/serviceability/tmtools/jstat/GcCapacityTest.java

Print this page
rev 52801 : Upstream/backport Shenandoah to JDK11u
* * *
[backport] 8237570: Shenandoah: cleanup uses of allocation/free threshold in static heuristics
Reviewed-by: rkennke

*** 25,35 **** /* * @test * @summary Test checks the consistency of the output * displayed with jstat -gccapacity. ! * @requires vm.gc != "Z" * @modules java.base/jdk.internal.misc * @library /test/lib * @library ../share * @requires vm.opt.ExplicitGCInvokesConcurrent != true * @run main/othervm -XX:+UsePerfData -Xmx128M GcCapacityTest --- 25,35 ---- /* * @test * @summary Test checks the consistency of the output * displayed with jstat -gccapacity. ! * @requires vm.gc != "Z" & vm.gc != "Shenandoah" * @modules java.base/jdk.internal.misc * @library /test/lib * @library ../share * @requires vm.opt.ExplicitGCInvokesConcurrent != true * @run main/othervm -XX:+UsePerfData -Xmx128M GcCapacityTest
< prev index next >