hotspot/test/runtime/modules/PatchModule/PatchModuleTestJar.java
changeset 40631 ed82623d7831
parent 40244 b3055c216762
child 45112 fbec2bfa3839
--- a/hotspot/test/runtime/modules/PatchModule/PatchModuleTestJar.java	Fri Aug 19 01:20:39 2016 -0400
+++ b/hotspot/test/runtime/modules/PatchModule/PatchModuleTestJar.java	Fri Aug 19 10:06:30 2016 -0400
@@ -24,15 +24,16 @@
 /*
  * @test
  * @summary Make sure --patch-module works when a jar file is specified for a module
- * @library /testlibrary
+ * @library /test/lib
  * @modules java.base/jdk.internal.misc
  *          jdk.jartool/sun.tools.jar
- * @build BasicJarBuilder
  * @compile PatchModuleMain.java
  * @run main PatchModuleTestJar
  */
 
-import jdk.test.lib.*;
+import jdk.test.lib.InMemoryJavaCompiler;
+import jdk.test.lib.process.OutputAnalyzer;
+import jdk.test.lib.process.ProcessTools;
 
 public class PatchModuleTestJar {
     private static String moduleJar;