< prev index next >

test/hotspot/jtreg/gc/arguments/TestShrinkHeapInSteps.java

Print this page
rev 53307 : Backport Shenadoah GC

*** 23,33 **** /* * @test TestShrinkHeapInSteps * @key gc * @summary Verify that -XX:-ShrinkHeapInSteps works properly. ! * @requires vm.gc != "Z" * @library /test/lib * @modules java.base/jdk.internal.misc * java.management * @run driver/timeout=240 TestShrinkHeapInSteps */ --- 23,33 ---- /* * @test TestShrinkHeapInSteps * @key gc * @summary Verify that -XX:-ShrinkHeapInSteps works properly. ! * @requires vm.gc != "Z" & vm.gc != "Shenandoah" * @library /test/lib * @modules java.base/jdk.internal.misc * java.management * @run driver/timeout=240 TestShrinkHeapInSteps */
< prev index next >