equal
deleted
inserted
replaced
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 |