< prev index next >

test/hotspot/jtreg/runtime/appcds/jigsaw/modulepath/AddModules.java

Print this page
rev 51638 : [mq]: 8210112

*** 23,33 **** */ /** * @test * @requires vm.cds ! * @library /test/jdk/lib/testlibrary /test/lib /test/hotspot/jtreg/runtime/appcds * @modules jdk.compiler * jdk.jartool/sun.tools.jar * jdk.jlink * @run main AddModules * @summary sanity test the --add-modules option --- 23,33 ---- */ /** * @test * @requires vm.cds ! * @library /test/lib /test/hotspot/jtreg/runtime/appcds * @modules jdk.compiler * jdk.jartool/sun.tools.jar * jdk.jlink * @run main AddModules * @summary sanity test the --add-modules option
*** 37,47 **** import java.nio.file.Files; import java.nio.file.Path; import java.nio.file.Paths; import jdk.test.lib.process.OutputAnalyzer; - import jdk.testlibrary.ProcessTools; public class AddModules { private static final Path USER_DIR = Paths.get(System.getProperty("user.dir")); --- 37,46 ----
< prev index next >