< prev index next >

test/gc/cms/GuardShrinkWarning.java

Print this page

        

*** 25,42 **** * @test GuardShrinkWarning * @summary Remove warning about CMS generation shrinking. * @bug 8012111 * @key gc * @key regression ! * @library /testlibrary * @modules java.base/jdk.internal.misc * java.management * @run main/othervm GuardShrinkWarning * @author jon.masamitsu@oracle.com */ ! import jdk.test.lib.*; public class GuardShrinkWarning { public static void main(String args[]) throws Exception { ProcessBuilder pb = ProcessTools.createJavaProcessBuilder( --- 25,43 ---- * @test GuardShrinkWarning * @summary Remove warning about CMS generation shrinking. * @bug 8012111 * @key gc * @key regression ! * @library /test/lib * @modules java.base/jdk.internal.misc * java.management * @run main/othervm GuardShrinkWarning * @author jon.masamitsu@oracle.com */ ! import jdk.test.lib.process.OutputAnalyzer; ! import jdk.test.lib.process.ProcessTools; public class GuardShrinkWarning { public static void main(String args[]) throws Exception { ProcessBuilder pb = ProcessTools.createJavaProcessBuilder(
< prev index next >