test/hotspot/jtreg/runtime/cds/appcds/jigsaw/classpathtests/EmptyClassInBootClassPath.java
changeset 57705 7cf02b2c1455
parent 57567 b000362a89a0
child 58679 9c3209ff7550
equal deleted inserted replaced
57704:072f27397b69 57705:7cf02b2c1455
    30  *        app loader will load the class from the bootclasspath if the
    30  *        app loader will load the class from the bootclasspath if the
    31  *        "--limit-modules java.base" option is specified
    31  *        "--limit-modules java.base" option is specified
    32  * @requires vm.cds & !vm.graal.enabled
    32  * @requires vm.cds & !vm.graal.enabled
    33  * @library /test/lib /test/hotspot/jtreg/runtime/cds/appcds
    33  * @library /test/lib /test/hotspot/jtreg/runtime/cds/appcds
    34  * @modules java.base/jdk.internal.access
    34  * @modules java.base/jdk.internal.access
    35  *          java.management
       
    36  *          jdk.jartool/sun.tools.jar
    35  *          jdk.jartool/sun.tools.jar
    37  *          jdk.internal.jvmstat/sun.jvmstat.monitor
       
    38  * @compile ../../test-classes/EmptyClassHelper.java
    36  * @compile ../../test-classes/EmptyClassHelper.java
    39  * @compile ../../test-classes/com/sun/tools/javac/Main.jasm
    37  * @compile ../../test-classes/com/sun/tools/javac/Main.jasm
    40  * @run driver EmptyClassInBootClassPath
    38  * @run driver EmptyClassInBootClassPath
    41  */
    39  */
    42 
    40