equal
deleted
inserted
replaced
27 * @summary Checks that decommitment occurs for JVM with different |
27 * @summary Checks that decommitment occurs for JVM with different |
28 * G1ConcRSLogCacheSize and ObjectAlignmentInBytes options values |
28 * G1ConcRSLogCacheSize and ObjectAlignmentInBytes options values |
29 * @requires vm.gc=="G1" | vm.gc=="null" |
29 * @requires vm.gc=="G1" | vm.gc=="null" |
30 * @requires vm.opt.AggressiveOpts=="false" | vm.opt.AggressiveOpts=="null" |
30 * @requires vm.opt.AggressiveOpts=="false" | vm.opt.AggressiveOpts=="null" |
31 * @library /testlibrary /test/lib |
31 * @library /testlibrary /test/lib |
32 * @modules java.base/sun.misc |
32 * @modules java.base/jdk.internal.misc |
33 * java.management |
33 * java.management |
34 * @build jdk.test.lib.* sun.hotspot.WhiteBox |
34 * @build jdk.test.lib.* sun.hotspot.WhiteBox |
35 * @build TestShrinkAuxiliaryData TestShrinkAuxiliaryData30 |
35 * @build TestShrinkAuxiliaryData TestShrinkAuxiliaryData30 |
36 * @run main ClassFileInstaller sun.hotspot.WhiteBox |
36 * @run main ClassFileInstaller sun.hotspot.WhiteBox |
37 * sun.hotspot.WhiteBox$WhiteBoxPermission |
37 * sun.hotspot.WhiteBox$WhiteBoxPermission |