< prev index next >

test/runtime/NMT/JcmdScaleDetail.java

Print this page

        

@@ -23,17 +23,19 @@
 
 /*
  * @test
  * @key nmt jcmd
  * @summary Test the NMT scale parameter with detail tracking level
- * @library /testlibrary
+ * @library /test/lib
  * @modules java.base/jdk.internal.misc
  *          java.management
  * @run main/othervm -XX:NativeMemoryTracking=detail JcmdScaleDetail
  */
 
-import jdk.test.lib.*;
+import jdk.test.lib.process.ProcessTools;
+import jdk.test.lib.process.OutputAnalyzer;
+import jdk.test.lib.JDKToolFinder;
 
 public class JcmdScaleDetail {
 
     public static void main(String args[]) throws Exception {
         ProcessBuilder pb = new ProcessBuilder();
< prev index next >