< prev index next >

test/runtime/NMT/CommandLineDetail.java

Print this page

        

*** 23,38 **** /* * @test * @key nmt * @summary Running with NMT detail should not result in an error ! * @library /testlibrary * @modules java.base/jdk.internal.misc * java.management */ ! import jdk.test.lib.*; public class CommandLineDetail { public static void main(String args[]) throws Exception { --- 23,39 ---- /* * @test * @key nmt * @summary Running with NMT detail should not result in an error ! * @library /test/lib * @modules java.base/jdk.internal.misc * java.management */ ! import jdk.test.lib.process.ProcessTools; ! import jdk.test.lib.process.OutputAnalyzer; public class CommandLineDetail { public static void main(String args[]) throws Exception {
< prev index next >