test/hotspot/jtreg/runtime/appcds/jigsaw/modulepath/AddReads.java
changeset 51990 6003e034cdd8
parent 51840 dc15e45122b2
child 53636 962ed57b29c9
equal deleted inserted replaced
51989:7ac0ac1e57b6 51990:6003e034cdd8
    27  * @requires vm.cds
    27  * @requires vm.cds
    28  * @library /test/lib /test/hotspot/jtreg/runtime/appcds
    28  * @library /test/lib /test/hotspot/jtreg/runtime/appcds
    29  * @modules jdk.compiler
    29  * @modules jdk.compiler
    30  *          jdk.jartool/sun.tools.jar
    30  *          jdk.jartool/sun.tools.jar
    31  *          jdk.jlink
    31  *          jdk.jlink
    32  * @run main AddReads
    32  * @run driver AddReads
    33  * @summary sanity test the --add-reads option
    33  * @summary sanity test the --add-reads option
    34  */
    34  */
    35 
    35 
    36 import java.io.File;
    36 import java.io.File;
    37 import java.nio.file.Files;
    37 import java.nio.file.Files;