< prev index next >

test/jdk/java/lang/instrument/DaemonThread/TestDaemonThreadLauncher.java

Print this page
rev 51638 : [mq]: 8210112

*** 21,32 **** * or visit www.oracle.com if you need additional information or have any * questions. */ ! import jdk.testlibrary.OutputAnalyzer; ! import jdk.testlibrary.ProcessTools; public class TestDaemonThreadLauncher { public static void main(String args[]) throws Exception { for(int i=0; i<50; i++) { ProcessBuilder pb = ProcessTools.createJavaProcessBuilder(true, "-javaagent:DummyAgent.jar", "TestDaemonThread", "."); --- 21,32 ---- * or visit www.oracle.com if you need additional information or have any * questions. */ ! import jdk.test.lib.process.OutputAnalyzer; ! import jdk.test.lib.process.ProcessTools; public class TestDaemonThreadLauncher { public static void main(String args[]) throws Exception { for(int i=0; i<50; i++) { ProcessBuilder pb = ProcessTools.createJavaProcessBuilder(true, "-javaagent:DummyAgent.jar", "TestDaemonThread", ".");
< prev index next >