< prev index next >

test/runtime/CompressedOops/CompressedClassSpaceSize.java

Print this page

        

@@ -23,16 +23,18 @@
 
 /*
  * @test
  * @bug 8022865
  * @summary Tests for the -XX:CompressedClassSpaceSize command line option
- * @library /testlibrary
+ * @library /test/lib
  * @modules java.base/jdk.internal.misc
  *          java.management
  * @run main CompressedClassSpaceSize
  */
-import jdk.test.lib.*;
+import jdk.test.lib.Platform;
+import jdk.test.lib.process.ProcessTools;
+import jdk.test.lib.process.OutputAnalyzer;
 
 public class CompressedClassSpaceSize {
 
     public static void main(String[] args) throws Exception {
         ProcessBuilder pb;
< prev index next >