test/hotspot/jtreg/runtime/cds/appcds/jigsaw/modulepath/AddModules.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  * @compile ../../test-classes/Hello.java
    30  * @compile ../../test-classes/Hello.java
    33  * @run driver AddModules
    31  * @run driver AddModules
    34  * @summary sanity test the --add-modules option
    32  * @summary sanity test the --add-modules option
    35  */
    33  */
    36 
    34