jdk/test/tools/jmod/JmodTest.java
changeset 45393 de4e1efc8eec
parent 45286 cd809e28c082
child 45467 99c87a16a8e4
--- a/jdk/test/tools/jmod/JmodTest.java	Wed Jun 07 10:58:58 2017 +0800
+++ b/jdk/test/tools/jmod/JmodTest.java	Tue Jun 06 19:54:08 2017 -0700
@@ -25,10 +25,10 @@
  * @test
  * @bug 8142968 8166568 8166286 8170618 8168149
  * @summary Basic test for jmod
- * @library /lib/testlibrary /test/lib
+ * @library /test/lib
  * @modules jdk.compiler
  *          jdk.jlink
- * @build CompilerUtils
+ * @build jdk.test.lib.compiler.CompilerUtils
  * @run testng/othervm -Djava.io.tmpdir=. JmodTest
  */
 
@@ -41,6 +41,7 @@
 import java.util.regex.Pattern;
 import java.util.spi.ToolProvider;
 import java.util.stream.Stream;
+import jdk.test.lib.compiler.CompilerUtils;
 import jdk.test.lib.util.FileUtils;
 import org.testng.annotations.BeforeTest;
 import org.testng.annotations.Test;