< prev index next >

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

Print this page
rev 51789 : [mq]: asserts

*** 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 ExportModule * @summary Tests involve exporting a module from the module path to a jar in the -cp. --- 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 ExportModule * @summary Tests involve exporting a module from the module path to a jar in the -cp.
*** 38,48 **** import java.nio.file.Path; import java.nio.file.Paths; import jdk.test.lib.compiler.CompilerUtils; import jdk.test.lib.process.OutputAnalyzer; ! import jdk.testlibrary.Asserts; public class ExportModule { private static final Path USER_DIR = Paths.get(System.getProperty("user.dir")); --- 38,48 ---- import java.nio.file.Path; import java.nio.file.Paths; import jdk.test.lib.compiler.CompilerUtils; import jdk.test.lib.process.OutputAnalyzer; ! import jdk.test.lib.Asserts; public class ExportModule { private static final Path USER_DIR = Paths.get(System.getProperty("user.dir"));
< prev index next >