hotspot/test/gc/arguments/TestSelectDefaultGC.java
changeset 40631 ed82623d7831
parent 40015 524230a0f4ca
child 43605 07baf498d588
--- a/hotspot/test/gc/arguments/TestSelectDefaultGC.java	Fri Aug 19 01:20:39 2016 -0400
+++ b/hotspot/test/gc/arguments/TestSelectDefaultGC.java	Fri Aug 19 10:06:30 2016 -0400
@@ -26,14 +26,17 @@
  * @summary Test selection of GC when no GC option is specified
  * @bug 8068582
  * @key gc
- * @library /testlibrary
+ * @library /test/lib
  * @requires vm.gc=="null"
  * @modules java.base/jdk.internal.misc
  *          java.management
  * @run driver TestSelectDefaultGC
  */
 
-import jdk.test.lib.*;
+import jdk.test.lib.Platform;
+import jdk.test.lib.process.OutputAnalyzer;
+import jdk.test.lib.process.ProcessTools;
+
 import java.util.regex.*;
 
 public class TestSelectDefaultGC {