hotspot/test/gc/g1/humongousObjects/TestHeapCounters.java
changeset 38152 80e5da81fb2c
parent 35933 e7a76427c582
child 39414 4adf52148100
equal deleted inserted replaced
38151:fffedc5e5cf8 38152:80e5da81fb2c
    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" | vm.gc=="null"
    41  * @library /testlibrary /test/lib /
    41  * @library /testlibrary /test/lib /
       
    42  * @modules java.base/jdk.internal.misc
    42  * @modules java.management
    43  * @modules java.management
    43  * @build sun.hotspot.WhiteBox
    44  * @build sun.hotspot.WhiteBox
    44  *        gc.testlibrary.Helpers
    45  *        gc.testlibrary.Helpers
    45  *        gc.g1.humongousObjects.TestHeapCounters
    46  *        gc.g1.humongousObjects.TestHeapCounters
    46  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
    47  * @run driver ClassFileInstaller sun.hotspot.WhiteBox