< prev index next >

test/gc/g1/TestPLABOutput.java

Print this page

        

*** 26,49 **** * @bug 8140585 * @summary Check that G1 does not report empty PLAB statistics in the first evacuation. * @requires vm.gc.G1 * @key gc * @modules java.base/jdk.internal.misc ! * @library /testlibrary /test/lib * @build sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox * @run driver TestPLABOutput */ import sun.hotspot.WhiteBox; import java.util.regex.Matcher; import java.util.regex.Pattern; - import jdk.test.lib.OutputAnalyzer; import jdk.test.lib.Platform; ! import jdk.test.lib.ProcessTools; import static jdk.test.lib.Asserts.*; public class TestPLABOutput { --- 26,49 ---- * @bug 8140585 * @summary Check that G1 does not report empty PLAB statistics in the first evacuation. * @requires vm.gc.G1 * @key gc * @modules java.base/jdk.internal.misc ! * @library /test/lib * @build sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox * @run driver TestPLABOutput */ import sun.hotspot.WhiteBox; import java.util.regex.Matcher; import java.util.regex.Pattern; import jdk.test.lib.Platform; ! import jdk.test.lib.process.OutputAnalyzer; ! import jdk.test.lib.process.ProcessTools; import static jdk.test.lib.Asserts.*; public class TestPLABOutput {
< prev index next >