< prev index next >

test/hotspot/jtreg/gc/TestAgeOutput.java

Print this page

        

*** 26,36 **** /* * @test TestAgeOutput * @bug 8164936 * @summary Check that collectors using age table based aging print an age table even for the first garbage collection * @key gc ! * @requires vm.gc=="null" * @modules java.base/jdk.internal.misc * @library /test/lib * @build sun.hotspot.WhiteBox * @run driver ClassFileInstaller sun.hotspot.WhiteBox * @run main/othervm -XX:+UseSerialGC gc.TestAgeOutput UseSerialGC --- 26,36 ---- /* * @test TestAgeOutput * @bug 8164936 * @summary Check that collectors using age table based aging print an age table even for the first garbage collection * @key gc ! * @requires vm.gc.Serial & vm.gc.G1 * @modules java.base/jdk.internal.misc * @library /test/lib * @build sun.hotspot.WhiteBox * @run driver ClassFileInstaller sun.hotspot.WhiteBox * @run main/othervm -XX:+UseSerialGC gc.TestAgeOutput UseSerialGC
*** 40,50 **** /* * @test TestAgeOutputCMS * @bug 8164936 * @key gc * @comment Graal does not support CMS ! * @requires vm.gc=="null" & !vm.graal.enabled * @modules java.base/jdk.internal.misc * @library /test/lib * @build sun.hotspot.WhiteBox * @run driver ClassFileInstaller sun.hotspot.WhiteBox * @run main/othervm -XX:+UseConcMarkSweepGC gc.TestAgeOutput UseConcMarkSweepGC --- 40,50 ---- /* * @test TestAgeOutputCMS * @bug 8164936 * @key gc * @comment Graal does not support CMS ! * @requires vm.gc.ConcMarkSweep & !vm.graal.enabled * @modules java.base/jdk.internal.misc * @library /test/lib * @build sun.hotspot.WhiteBox * @run driver ClassFileInstaller sun.hotspot.WhiteBox * @run main/othervm -XX:+UseConcMarkSweepGC gc.TestAgeOutput UseConcMarkSweepGC
< prev index next >