< prev index next >

test/hotspot/jtreg/gc/arguments/TestMaxMinHeapFreeRatioFlags.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

*** 23,33 **** /* * @test TestMaxMinHeapFreeRatioFlags * @key gc * @summary Verify that heap size changes according to max and min heap free ratios. ! * @requires vm.gc != "Z" * @library /test/lib * @modules java.base/jdk.internal.misc * java.management * @run driver/timeout=240 TestMaxMinHeapFreeRatioFlags */ --- 23,33 ---- /* * @test TestMaxMinHeapFreeRatioFlags * @key gc * @summary Verify that heap size changes according to max and min heap free ratios. ! * @requires vm.gc != "Z" & vm.gc != "Shenandoah" * @library /test/lib * @modules java.base/jdk.internal.misc * java.management * @run driver/timeout=240 TestMaxMinHeapFreeRatioFlags */
< prev index next >