< prev index next >

test/gc/cms/TestCMSScavengeBeforeRemark.java

Print this page

        

*** 25,35 **** * @test TestCMSScavengeBeforeRemark * @key gc * @bug 8139868 * @requires vm.gc=="ConcMarkSweep" | vm.gc=="null" * @summary Run CMS with CMSScavengeBeforeRemark ! * @run main/othervm -XX:+UseConcMarkSweepGC -XX:+CMSScavengeBeforeRemark -XX:+ExplicitGCInvokesConcurrent -Xmx256m -XX:+PrintGCDetails TestCMSScavengeBeforeRemark */ public class TestCMSScavengeBeforeRemark { public static void main(String args[]) throws Exception { System.gc(); --- 25,35 ---- * @test TestCMSScavengeBeforeRemark * @key gc * @bug 8139868 * @requires vm.gc=="ConcMarkSweep" | vm.gc=="null" * @summary Run CMS with CMSScavengeBeforeRemark ! * @run main/othervm -XX:+UseConcMarkSweepGC -XX:+CMSScavengeBeforeRemark -XX:+ExplicitGCInvokesConcurrent -Xmx256m -Xlog:gc=debug TestCMSScavengeBeforeRemark */ public class TestCMSScavengeBeforeRemark { public static void main(String args[]) throws Exception { System.gc();
< prev index next >