test/hotspot/jtreg/runtime/cds/appcds/jigsaw/classpathtests/BootAppendTests.java
changeset 57705 7cf02b2c1455
parent 57567 b000362a89a0
child 58679 9c3209ff7550
equal deleted inserted replaced
57704:072f27397b69 57705:7cf02b2c1455
    25 /**
    25 /**
    26  * @test
    26  * @test
    27  * @summary AppCDS tests for testing -Xbootclasspath/a
    27  * @summary AppCDS tests for testing -Xbootclasspath/a
    28  * @requires vm.cds & !vm.graal.enabled
    28  * @requires vm.cds & !vm.graal.enabled
    29  * @library /test/lib /test/hotspot/jtreg/runtime/cds/appcds
    29  * @library /test/lib /test/hotspot/jtreg/runtime/cds/appcds
    30  * @modules java.base/jdk.internal.misc
    30  * @modules jdk.jartool/sun.tools.jar
    31  *          java.management
       
    32  *          jdk.jartool/sun.tools.jar
       
    33  *          jdk.internal.jvmstat/sun.jvmstat.monitor
       
    34  * @compile src/jdk/test/Main.java
    31  * @compile src/jdk/test/Main.java
    35  * @compile src/com/sun/tools/javac/MyMain.jasm
    32  * @compile src/com/sun/tools/javac/MyMain.jasm
    36  * @compile src/sun/nio/cs/ext/MyClass.java
    33  * @compile src/sun/nio/cs/ext/MyClass.java
    37  * @compile src/sun/nio/cs/ext1/MyClass.java
    34  * @compile src/sun/nio/cs/ext1/MyClass.java
    38  * @run driver BootAppendTests
    35  * @run driver BootAppendTests