test/hotspot/jtreg/runtime/cds/CheckDefaultArchiveFile.java
changeset 58684 2e0462f4cf4e
parent 57705 7cf02b2c1455
equal deleted inserted replaced
58682:9f5b92d5a1b2 58684:2e0462f4cf4e
    23 
    23 
    24 /**
    24 /**
    25  * @test Default CDS archive file
    25  * @test Default CDS archive file
    26  * @summary JDK platforms/binaries do not support default CDS archive should
    26  * @summary JDK platforms/binaries do not support default CDS archive should
    27  *          not contain classes.jsa in the default location.
    27  *          not contain classes.jsa in the default location.
       
    28  * @requires vm.cds
    28  * @library /test/lib
    29  * @library /test/lib
    29  * @build sun.hotspot.WhiteBox
    30  * @build sun.hotspot.WhiteBox
    30  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
    31  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
    31  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
    32  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
    32  *      -XX:+WhiteBoxAPI CheckDefaultArchiveFile
    33  *      -XX:+WhiteBoxAPI CheckDefaultArchiveFile