hotspot/test/runtime/SharedArchiveFile/SharedStrings.java
changeset 33730 30e064828045
parent 32615 b6c0aafd6945
child 36508 5f9eee6b383b
equal deleted inserted replaced
33729:b1e0ae955f02 33730:30e064828045
    27  *          are actually shared
    27  *          are actually shared
    28  * Feature support: G1GC only, compressed oops/kptrs, 64-bit os, not on windows
    28  * Feature support: G1GC only, compressed oops/kptrs, 64-bit os, not on windows
    29  * @requires (sun.arch.data.model != "32") & (os.family != "windows")
    29  * @requires (sun.arch.data.model != "32") & (os.family != "windows")
    30  * @requires (vm.opt.UseCompressedOops == null) | (vm.opt.UseCompressedOops == true)
    30  * @requires (vm.opt.UseCompressedOops == null) | (vm.opt.UseCompressedOops == true)
    31  * @requires (vm.gc=="G1" | vm.gc=="null")
    31  * @requires (vm.gc=="G1" | vm.gc=="null")
    32  * @library /testlibrary /../../test/lib
    32  * @library /testlibrary /test/lib
    33  * @modules java.base/sun.misc
    33  * @modules java.base/sun.misc
    34  *          java.management
    34  *          java.management
    35  * @build SharedStringsWb SharedStrings BasicJarBuilder sun.hotspot.WhiteBox
    35  * @build SharedStringsWb SharedStrings BasicJarBuilder sun.hotspot.WhiteBox
    36  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    36  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    37  * @run main SharedStrings
    37  * @run main SharedStrings