test/hotspot/jtreg/runtime/cds/appcds/SharedArchiveConsistency.java
changeset 57705 7cf02b2c1455
parent 57584 9d82a35b6ff7
child 57898 5ddb746d45e0
equal deleted inserted replaced
57704:072f27397b69 57705:7cf02b2c1455
    25 /*
    25 /*
    26  * @test
    26  * @test
    27  * @summary SharedArchiveConsistency
    27  * @summary SharedArchiveConsistency
    28  * @requires vm.cds
    28  * @requires vm.cds
    29  * @library /test/lib
    29  * @library /test/lib
    30  * @modules java.base/jdk.internal.misc
    30  * @modules jdk.jartool/sun.tools.jar
    31  *          java.compiler
       
    32  *          java.management
       
    33  *          jdk.jartool/sun.tools.jar
       
    34  *          jdk.internal.jvmstat/sun.jvmstat.monitor
       
    35  * @build sun.hotspot.WhiteBox
    31  * @build sun.hotspot.WhiteBox
    36  * @compile test-classes/Hello.java
    32  * @compile test-classes/Hello.java
    37  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
    33  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
    38  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI SharedArchiveConsistency
    34  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI SharedArchiveConsistency
    39  */
    35  */