test/hotspot/jtreg/runtime/cds/appcds/jigsaw/modulepath/MainModuleOnly.java
changeset 57705 7cf02b2c1455
parent 57567 b000362a89a0
child 58679 9c3209ff7550
equal deleted inserted replaced
57704:072f27397b69 57705:7cf02b2c1455
    24 
    24 
    25 /**
    25 /**
    26  * @test
    26  * @test
    27  * @requires vm.cds
    27  * @requires vm.cds
    28  * @library /test/lib /test/hotspot/jtreg/runtime/cds/appcds
    28  * @library /test/lib /test/hotspot/jtreg/runtime/cds/appcds
    29  * @modules jdk.compiler
    29  * @modules jdk.jartool/sun.tools.jar
    30  *          jdk.jartool/sun.tools.jar
       
    31  *          jdk.jlink
       
    32  * @run main/othervm MainModuleOnly
    30  * @run main/othervm MainModuleOnly
    33  * @summary Test some scenarios with a main modular jar specified in the --module-path and -cp options in the command line.
    31  * @summary Test some scenarios with a main modular jar specified in the --module-path and -cp options in the command line.
    34  */
    32  */
    35 
    33 
    36 import java.io.File;
    34 import java.io.File;