hotspot/test/runtime/modules/PatchModule/PatchModuleTraceCL.java
changeset 40631 ed82623d7831
parent 40244 b3055c216762
child 46444 677be3444372
child 45112 fbec2bfa3839
--- a/hotspot/test/runtime/modules/PatchModule/PatchModuleTraceCL.java	Fri Aug 19 01:20:39 2016 -0400
+++ b/hotspot/test/runtime/modules/PatchModule/PatchModuleTraceCL.java	Fri Aug 19 10:06:30 2016 -0400
@@ -27,13 +27,15 @@
  * @summary Make sure -Xlog:classload=info works properly with "modules" jimage,
             --patch-module, and with -Xbootclasspath/a
  * @modules java.base/jdk.internal.misc
- * @library /testlibrary
+ * @library /test/lib
  * @compile PatchModuleMain.java
  * @run main PatchModuleTraceCL
  */
 
 import java.io.File;
-import jdk.test.lib.*;
+import jdk.test.lib.InMemoryJavaCompiler;
+import jdk.test.lib.process.OutputAnalyzer;
+import jdk.test.lib.process.ProcessTools;
 
 public class PatchModuleTraceCL {