< prev index next >

test/runtime/NMT/NMTWithCDS.java

Print this page

        

*** 23,38 **** /* * @test * @bug 8055061 * @key nmt ! * @library /testlibrary * @modules java.base/jdk.internal.misc * java.management * @run main NMTWithCDS */ ! import jdk.test.lib.*; public class NMTWithCDS { public static void main(String[] args) throws Exception { ProcessBuilder pb; --- 23,39 ---- /* * @test * @bug 8055061 * @key nmt ! * @library /test/lib * @modules java.base/jdk.internal.misc * java.management * @run main NMTWithCDS */ ! import jdk.test.lib.process.ProcessTools; ! import jdk.test.lib.process.OutputAnalyzer; public class NMTWithCDS { public static void main(String[] args) throws Exception { ProcessBuilder pb;
< prev index next >