< prev index next >

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

Print this page
rev 51789 : [mq]: asserts

@@ -23,11 +23,11 @@
  */
 
 /**
  * @test
  * @requires vm.cds
- * @library /test/jdk/lib/testlibrary /test/lib /test/hotspot/jtreg/runtime/appcds
+ * @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,11 +38,11 @@
 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;
+import jdk.test.lib.Asserts;
 
 public class ExportModule {
 
     private static final Path USER_DIR = Paths.get(System.getProperty("user.dir"));
 
< prev index next >