hotspot/test/gc/g1/TestShrinkAuxiliaryData10.java
changeset 33730 30e064828045
parent 30607 035f5801a92e
child 36579 c3090eae87e6
equal deleted inserted replaced
33729:b1e0ae955f02 33730:30e064828045
    25  * @test TestShrinkAuxiliaryData10
    25  * @test TestShrinkAuxiliaryData10
    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" | vm.gc=="null"
    29  * @requires vm.gc=="G1" | vm.gc=="null"
    30  * @library /testlibrary /../../test/lib
    30  * @library /testlibrary /test/lib
    31  * @modules java.base/sun.misc
    31  * @modules java.base/sun.misc
    32  *          java.management
    32  *          java.management
    33  * @build jdk.test.lib.* sun.hotspot.WhiteBox
    33  * @build jdk.test.lib.* sun.hotspot.WhiteBox
    34  * @build TestShrinkAuxiliaryData TestShrinkAuxiliaryData10
    34  * @build TestShrinkAuxiliaryData TestShrinkAuxiliaryData10
    35  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    35  * @run main ClassFileInstaller sun.hotspot.WhiteBox