hotspot/test/gc/g1/TestShrinkAuxiliaryData00.java
changeset 39414 4adf52148100
parent 38653 503088078afa
child 40631 ed82623d7831
equal deleted inserted replaced
39403:37f78de0f227 39414:4adf52148100
    24 /**
    24 /**
    25  * @test TestShrinkAuxiliaryData00
    25  * @test TestShrinkAuxiliaryData00
    26  * @bug 8038423 8061715
    26  * @bug 8038423 8061715
    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
    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 /testlibrary /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 jdk.test.lib.* sun.hotspot.WhiteBox