hotspot/test/gc/g1/humongousObjects/TestHumongousThreshold.java
changeset 33730 30e064828045
parent 32740 6c550479932a
child 35167 45801556e636
equal deleted inserted replaced
33729:b1e0ae955f02 33730:30e064828045
    29 
    29 
    30 /**
    30 /**
    31  * @test TestHumongousThreshold
    31  * @test TestHumongousThreshold
    32  * @summary Checks that objects larger than half a region are allocated as humongous
    32  * @summary Checks that objects larger than half a region are allocated as humongous
    33  * @requires vm.gc=="G1" | vm.gc=="null"
    33  * @requires vm.gc=="G1" | vm.gc=="null"
    34  * @library /testlibrary /../../test/lib
    34  * @library /testlibrary /test/lib
    35  * @modules java.management
    35  * @modules java.management
    36  * @build sun.hotspot.WhiteBox
    36  * @build sun.hotspot.WhiteBox
    37  *        gc.g1.humongousObjects.Helpers
    37  *        gc.g1.humongousObjects.Helpers
    38  *        gc.g1.humongousObjects.TestHumongousThreshold
    38  *        gc.g1.humongousObjects.TestHumongousThreshold
    39  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
    39  * @run driver ClassFileInstaller sun.hotspot.WhiteBox