hotspot/test/gc/arguments/TestMinInitialErgonomics.java
changeset 28190 5a6b07edeb21
parent 25958 8dc85547d6d6
child 29678 dd2f3932c21e
equal deleted inserted replaced
28187:fc19df82d6ee 28190:5a6b07edeb21
    24 /**
    24 /**
    25  * @test TestMinInitialErgonomics
    25  * @test TestMinInitialErgonomics
    26  * @key gc
    26  * @key gc
    27  * @bug 8006088
    27  * @bug 8006088
    28  * @summary Test ergonomics decisions related to minimum and initial heap size.
    28  * @summary Test ergonomics decisions related to minimum and initial heap size.
    29  * @library /testlibrary /testlibrary/whitebox
    29  * @library /testlibrary /../../test/lib
    30  * @build TestMinInitialErgonomics TestMaxHeapSizeTools
    30  * @build TestMinInitialErgonomics 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 TestMinInitialErgonomics
    33  * @run main/othervm TestMinInitialErgonomics
    34  * @author thomas.schatzl@oracle.com
    34  * @author thomas.schatzl@oracle.com