< prev index next >

test/runtime/NMT/CommandLineSummary.java

Print this page

        

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