hotspot/test/gc/g1/humongousObjects/TestHeapCounters.java
changeset 39414 4adf52148100
parent 38152 80e5da81fb2c
child 40631 ed82623d7831
equal deleted inserted replaced
39403:37f78de0f227 39414:4adf52148100
    35 import java.util.List;
    35 import java.util.List;
    36 
    36 
    37 /**
    37 /**
    38  * @test TestHeapCounters
    38  * @test TestHeapCounters
    39  * @summary Checks that heap counters work as expected after humongous allocations/deallocations
    39  * @summary Checks that heap counters work as expected after humongous allocations/deallocations
    40  * @requires vm.gc=="G1" | vm.gc=="null"
    40  * @requires vm.gc.G1
    41  * @library /testlibrary /test/lib /
    41  * @library /testlibrary /test/lib /
    42  * @modules java.base/jdk.internal.misc
    42  * @modules java.base/jdk.internal.misc
    43  * @modules java.management
    43  * @modules java.management
    44  * @build sun.hotspot.WhiteBox
    44  * @build sun.hotspot.WhiteBox
    45  *        gc.testlibrary.Helpers
    45  *        gc.testlibrary.Helpers