test/hotspot/jtreg/runtime/appcds/sharedStrings/SharedStringsBasic.java
changeset 48538 82c3d4173a53
parent 48516 7d286141598c
parent 48469 7312ae4465d6
child 49008 d777541fceba
equal deleted inserted replaced
48537:0140779fc556 48538:82c3d4173a53
    25 /*
    25 /*
    26  * @test
    26  * @test
    27  * @summary Basic test for shared strings
    27  * @summary Basic test for shared strings
    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.cds
    31  * @requires vm.gc.G1
    31  * @requires vm.gc.G1
    32  * @library /test/hotspot/jtreg/runtime/appcds /test/lib
    32  * @library /test/hotspot/jtreg/runtime/appcds /test/lib
    33  * @modules java.base/jdk.internal.misc
    33  * @modules java.base/jdk.internal.misc
    34  * @modules java.management
    34  * @modules java.management
    35  *          jdk.jartool/sun.tools.jar
    35  *          jdk.jartool/sun.tools.jar