test/hotspot/jtreg/runtime/cds/CheckDefaultArchiveFile.java
changeset 57705 7cf02b2c1455
parent 57650 8f067351c370
child 58679 9c3209ff7550
child 58684 2e0462f4cf4e
equal deleted inserted replaced
57704:072f27397b69 57705:7cf02b2c1455
    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  * @library /test/lib
    28  * @library /test/lib
    29  * @modules java.base/jdk.internal.misc
       
    30  *          java.management
       
    31  * @build sun.hotspot.WhiteBox
    29  * @build sun.hotspot.WhiteBox
    32  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
    30  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
    33  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
    31  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
    34  *      -XX:+WhiteBoxAPI CheckDefaultArchiveFile
    32  *      -XX:+WhiteBoxAPI CheckDefaultArchiveFile
    35  */
    33  */