hotspot/test/gc/arguments/TestCMSHeapSizeFlags.java
changeset 28190 5a6b07edeb21
parent 25958 8dc85547d6d6
child 29678 dd2f3932c21e
equal deleted inserted replaced
28187:fc19df82d6ee 28190:5a6b07edeb21
    24 /*
    24 /*
    25  * @test TestCMSHeapSizeFlags
    25  * @test TestCMSHeapSizeFlags
    26  * @key gc
    26  * @key gc
    27  * @bug 8006088
    27  * @bug 8006088
    28  * @summary Tests argument processing for initial and maximum heap size for the CMS collector
    28  * @summary Tests argument processing for initial and maximum heap size for the CMS collector
    29  * @library /testlibrary /testlibrary/whitebox
    29  * @library /testlibrary /../../test/lib
    30  * @build TestCMSHeapSizeFlags TestMaxHeapSizeTools
    30  * @build TestCMSHeapSizeFlags TestMaxHeapSizeTools
    31  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    31  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    32  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    32  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    33  * @run main/othervm TestCMSHeapSizeFlags
    33  * @run main/othervm TestCMSHeapSizeFlags
    34  * @author thomas.schatzl@oracle.com
    34  * @author thomas.schatzl@oracle.com