hotspot/test/gc/arguments/TestParallelHeapSizeFlags.java
changeset 40631 ed82623d7831
parent 40018 01e7ce835887
child 41705 332239c052cc
equal deleted inserted replaced
40629:514bf0744294 40631:ed82623d7831
    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
    28  * @summary Tests argument processing for initial and maximum heap size for the
    29  * parallel collectors.
    29  * parallel collectors.
    30  * @requires vm.gc=="null"
    30  * @requires vm.gc=="null"
    31  * @library /testlibrary /test/lib
    31  * @library /test/lib
    32  * @modules java.base/jdk.internal.misc
    32  * @modules java.base/jdk.internal.misc
    33  *          java.management
    33  *          java.management
    34  * @build TestParallelHeapSizeFlags TestMaxHeapSizeTools
    34  * @build sun.hotspot.WhiteBox
    35  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    35  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    36  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    36  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    37  * @run main/othervm TestParallelHeapSizeFlags
    37  * @run main/othervm TestParallelHeapSizeFlags
    38  * @author thomas.schatzl@oracle.com
    38  * @author thomas.schatzl@oracle.com
    39  */
    39  */