hotspot/test/runtime/CompressedOops/UseCompressedOops.java
changeset 40631 ed82623d7831
parent 37477 0ca0b7388bb6
child 42640 09dba077f1e7
--- a/hotspot/test/runtime/CompressedOops/UseCompressedOops.java	Fri Aug 19 01:20:39 2016 -0400
+++ b/hotspot/test/runtime/CompressedOops/UseCompressedOops.java	Fri Aug 19 10:06:30 2016 -0400
@@ -25,7 +25,7 @@
  * @test
  * @bug 8022865
  * @summary Tests for different combination of UseCompressedOops options
- * @library /testlibrary
+ * @library /test/lib
  * @ignore 8079353
  * @modules java.base/jdk.internal.misc
  *          java.management
@@ -33,7 +33,9 @@
  */
 import java.util.ArrayList;
 import java.util.Collections;
-import jdk.test.lib.*;
+import jdk.test.lib.Platform;
+import jdk.test.lib.process.ProcessTools;
+import jdk.test.lib.process.OutputAnalyzer;
 
 public class UseCompressedOops {