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

test/gc/arguments/TestG1HeapSizeFlags.java

Print this page

        

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