test/hotspot/jtreg/runtime/cds/ArchiveDoesNotExist.java
changeset 57705 7cf02b2c1455
parent 57567 b000362a89a0
child 58679 9c3209ff7550
equal deleted inserted replaced
57704:072f27397b69 57705:7cf02b2c1455
    27  *          attempting to use CDS archive. JVM should exit gracefully
    27  *          attempting to use CDS archive. JVM should exit gracefully
    28  *          when sharing mode is ON, and continue w/o sharing if sharing
    28  *          when sharing mode is ON, and continue w/o sharing if sharing
    29  *          mode is AUTO.
    29  *          mode is AUTO.
    30  * @requires vm.cds
    30  * @requires vm.cds
    31  * @library /test/lib
    31  * @library /test/lib
    32  * @modules java.base/jdk.internal.misc
       
    33  *          java.management
       
    34  * @run driver ArchiveDoesNotExist
    32  * @run driver ArchiveDoesNotExist
    35  */
    33  */
    36 
    34 
    37 import jdk.test.lib.cds.CDSOptions;
    35 import jdk.test.lib.cds.CDSOptions;
    38 import jdk.test.lib.cds.CDSTestUtils;
    36 import jdk.test.lib.cds.CDSTestUtils;