test/hotspot/jtreg/runtime/appcds/MultiProcessSharing.java
changeset 48469 7312ae4465d6
parent 48138 78b2ecdd3c4b
child 48791 6e079ff6c83c
equal deleted inserted replaced
48468:7cc7de9bf4a4 48469:7312ae4465d6
    23  */
    23  */
    24 
    24 
    25 /*
    25 /*
    26  * @test
    26  * @test
    27  * @summary Run multiple processes with the same archive, ensure they share
    27  * @summary Run multiple processes with the same archive, ensure they share
    28  * AppCDS does not support uncompressed oops
    28  *
    29  * @requires (vm.opt.UseCompressedOops == null) | (vm.opt.UseCompressedOops == true)
    29  * @requires vm.cds
    30  * @library /test/lib
    30  * @library /test/lib
    31  * @modules java.base/jdk.internal.misc
    31  * @modules java.base/jdk.internal.misc
    32  *          java.management
    32  *          java.management
    33  *          jdk.jartool/sun.tools.jar
    33  *          jdk.jartool/sun.tools.jar
    34  * @build sun.hotspot.WhiteBox
    34  * @build sun.hotspot.WhiteBox