hotspot/test/gc/g1/TestShrinkAuxiliaryData05.java
changeset 40631 ed82623d7831
parent 39414 4adf52148100
equal deleted inserted replaced
40629:514bf0744294 40631:ed82623d7831
    26  * @bug 8038423 8061715 8078405
    26  * @bug 8038423 8061715 8078405
    27  * @summary Checks that decommitment occurs for JVM with different
    27  * @summary Checks that decommitment occurs for JVM with different
    28  * G1ConcRSLogCacheSize and ObjectAlignmentInBytes options values
    28  * G1ConcRSLogCacheSize and ObjectAlignmentInBytes options values
    29  * @requires vm.gc.G1
    29  * @requires vm.gc.G1
    30  * @requires vm.opt.AggressiveOpts=="false" | vm.opt.AggressiveOpts=="null"
    30  * @requires vm.opt.AggressiveOpts=="false" | vm.opt.AggressiveOpts=="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 jdk.test.lib.* sun.hotspot.WhiteBox
    34  * @build sun.hotspot.WhiteBox
    35  *        TestShrinkAuxiliaryData TestShrinkAuxiliaryData05
       
    36  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    35  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    37  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    36  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    38  * @run main/timeout=720 TestShrinkAuxiliaryData05
    37  * @run main/timeout=720 TestShrinkAuxiliaryData05
    39  */
    38  */
    40 public class TestShrinkAuxiliaryData05 {
    39 public class TestShrinkAuxiliaryData05 {