< prev index next >

test/serviceability/dcmd/thread/PrintTest.java

Print this page

        

*** 22,32 **** */ import org.testng.annotations.Test; import org.testng.Assert; ! import jdk.test.lib.OutputAnalyzer; import jdk.test.lib.dcmd.CommandExecutor; import jdk.test.lib.dcmd.JMXExecutor; import java.util.concurrent.BrokenBarrierException; --- 22,32 ---- */ import org.testng.annotations.Test; import org.testng.Assert; ! import jdk.test.lib.process.OutputAnalyzer; import jdk.test.lib.dcmd.CommandExecutor; import jdk.test.lib.dcmd.JMXExecutor; import java.util.concurrent.BrokenBarrierException;
*** 35,51 **** import java.util.regex.Pattern; /* * @test * @summary Test of diagnostic command Thread.print ! * @library /testlibrary * @modules java.base/jdk.internal.misc * java.compiler * java.management * jdk.jvmstat/sun.jvmstat.monitor - * @build jdk.test.lib.* - * @build jdk.test.lib.dcmd.* * @run testng PrintTest */ public class PrintTest { protected boolean jucLocks = false; --- 35,49 ---- import java.util.regex.Pattern; /* * @test * @summary Test of diagnostic command Thread.print ! * @library /test/lib * @modules java.base/jdk.internal.misc * java.compiler * java.management * jdk.jvmstat/sun.jvmstat.monitor * @run testng PrintTest */ public class PrintTest { protected boolean jucLocks = false;
< prev index next >