< prev index next >

test/gc/g1/TestPLABSizeBounds.java

Print this page

        

*** 25,44 **** * @test TestPLABSizeBounds * @bug 8134857 * @summary Regression test to ensure that G1 supports PLAB sizes of half a region size. * @requires vm.gc.G1 * @key gc ! * @library /testlibrary * @modules java.base/jdk.internal.misc * java.management */ import java.util.ArrayList; - import jdk.test.lib.OutputAnalyzer; import jdk.test.lib.Platform; ! import jdk.test.lib.ProcessTools; public class TestPLABSizeBounds { public static final int M = 1024 * 1024; --- 25,44 ---- * @test TestPLABSizeBounds * @bug 8134857 * @summary Regression test to ensure that G1 supports PLAB sizes of half a region size. * @requires vm.gc.G1 * @key gc ! * @library /test/lib * @modules java.base/jdk.internal.misc * java.management */ import java.util.ArrayList; import jdk.test.lib.Platform; ! import jdk.test.lib.process.OutputAnalyzer; ! import jdk.test.lib.process.ProcessTools; public class TestPLABSizeBounds { public static final int M = 1024 * 1024;
< prev index next >