< prev index next >

test/gc/g1/plab/TestPLABResize.java

Print this page

        

*** 25,43 **** * @test TestPLABResize * @bug 8141278 8141141 * @summary Test for PLAB resizing * @requires vm.gc.G1 * @requires !vm.flightRecorder ! * @library /testlibrary /test/lib / * @modules java.base/jdk.internal.misc * @modules java.management ! * @build ClassFileInstaller ! * sun.hotspot.WhiteBox ! * gc.g1.plab.lib.LogParser ! * gc.g1.plab.lib.MemoryConsumer ! * gc.g1.plab.lib.PLABUtils ! * gc.g1.plab.lib.AppPLABResize * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main gc.g1.plab.TestPLABResize */ package gc.g1.plab; --- 25,38 ---- * @test TestPLABResize * @bug 8141278 8141141 * @summary Test for PLAB resizing * @requires vm.gc.G1 * @requires !vm.flightRecorder ! * @library /test/lib / * @modules java.base/jdk.internal.misc * @modules java.management ! * @build sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main gc.g1.plab.TestPLABResize */ package gc.g1.plab;
*** 50,61 **** import gc.g1.plab.lib.LogParser; import gc.g1.plab.lib.PLABUtils; import gc.g1.plab.lib.AppPLABResize; import gc.g1.plab.lib.PlabReport; ! import jdk.test.lib.OutputAnalyzer; ! import jdk.test.lib.ProcessTools; /** * Test for PLAB resizing. */ public class TestPLABResize { --- 45,56 ---- import gc.g1.plab.lib.LogParser; import gc.g1.plab.lib.PLABUtils; import gc.g1.plab.lib.AppPLABResize; import gc.g1.plab.lib.PlabReport; ! import jdk.test.lib.process.OutputAnalyzer; ! import jdk.test.lib.process.ProcessTools; /** * Test for PLAB resizing. */ public class TestPLABResize {
< prev index next >