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