< prev index next >

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

Print this page
rev 53307 : Backport Shenadoah GC

*** 24,34 **** /* * @test TestNewRatioFlag * @key gc * @bug 8025166 * @summary Verify that heap devided among generations according to NewRatio ! * @requires vm.gc != "Z" * @library /test/lib * @modules java.base/jdk.internal.misc * java.management * @build sun.hotspot.WhiteBox * @run driver ClassFileInstaller sun.hotspot.WhiteBox --- 24,34 ---- /* * @test TestNewRatioFlag * @key gc * @bug 8025166 * @summary Verify that heap devided among generations according to NewRatio ! * @requires vm.gc != "Z" & vm.gc != "Shenandoah" * @library /test/lib * @modules java.base/jdk.internal.misc * java.management * @build sun.hotspot.WhiteBox * @run driver ClassFileInstaller sun.hotspot.WhiteBox
< prev index next >