test/gc/arguments/TestSerialHeapSizeFlags.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hotspot Cdiff test/gc/arguments/TestSerialHeapSizeFlags.java

test/gc/arguments/TestSerialHeapSizeFlags.java

Print this page

        

*** 24,37 **** /* * @test TestSerialHeapSizeFlags * @key gc * @bug 8006088 * @summary Tests argument processing for initial and maximum heap size for the Serial collector ! * @library /testlibrary /testlibrary/whitebox * @build TestSerialHeapSizeFlags TestMaxHeapSizeTools ! * @run main ClassFileInstaller sun.hotspot.WhiteBox ! * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm TestSerialHeapSizeFlags * @author thomas.schatzl@oracle.com */ public class TestSerialHeapSizeFlags { --- 24,37 ---- /* * @test TestSerialHeapSizeFlags * @key gc * @bug 8006088 * @summary Tests argument processing for initial and maximum heap size for the Serial collector ! * @library /testlibrary /../../test/lib * @build TestSerialHeapSizeFlags TestMaxHeapSizeTools ! * @run main ClassFileInstaller jdk.testlib.WhiteBox ! * jdk.testlib.WhiteBox$WhiteBoxPermission * @run main/othervm TestSerialHeapSizeFlags * @author thomas.schatzl@oracle.com */ public class TestSerialHeapSizeFlags {
test/gc/arguments/TestSerialHeapSizeFlags.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File