< prev index next >

test/runtime/NMT/JcmdScaleDetail.java

Print this page

        

*** 23,39 **** /* * @test * @key nmt jcmd * @summary Test the NMT scale parameter with detail tracking level ! * @library /testlibrary * @modules java.base/jdk.internal.misc * java.management * @run main/othervm -XX:NativeMemoryTracking=detail JcmdScaleDetail */ ! import jdk.test.lib.*; public class JcmdScaleDetail { public static void main(String args[]) throws Exception { ProcessBuilder pb = new ProcessBuilder(); --- 23,41 ---- /* * @test * @key nmt jcmd * @summary Test the NMT scale parameter with detail tracking level ! * @library /test/lib * @modules java.base/jdk.internal.misc * java.management * @run main/othervm -XX:NativeMemoryTracking=detail JcmdScaleDetail */ ! 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 >