< prev index next >

test/jdk/com/sun/tools/attach/PermissionTest.java

Print this page
rev 51638 : [mq]: 8210112

*** 23,34 **** import com.sun.tools.attach.VirtualMachine; import com.sun.tools.attach.AttachNotSupportedException; import java.io.File; import jdk.test.lib.thread.ProcessThread; ! import jdk.testlibrary.OutputAnalyzer; ! import jdk.testlibrary.ProcessTools; /* * @test * @bug 6173612 6273707 6277253 6335921 6348630 6342019 6381757 * @summary Basic unit tests for the VM attach mechanism. Unit test for Attach --- 23,34 ---- import com.sun.tools.attach.VirtualMachine; import com.sun.tools.attach.AttachNotSupportedException; import java.io.File; import jdk.test.lib.thread.ProcessThread; ! import jdk.test.lib.process.OutputAnalyzer; ! import jdk.test.lib.process.ProcessTools; /* * @test * @bug 6173612 6273707 6277253 6335921 6348630 6342019 6381757 * @summary Basic unit tests for the VM attach mechanism. Unit test for Attach
< prev index next >