test/serviceability/attach/AttachWithStalePidFile.java

changeset 6717
09f19d3de485
parent 5412
2e8f19c2feef
child 6876
710a3c8b516e
equal deleted inserted replaced
6716:9d8f8852abcc 6717:09f19d3de485
25 * @test 25 * @test
26 * @bug 7162400 26 * @bug 7162400
27 * @key regression 27 * @key regression
28 * @summary Regression test for attach issue where stale pid files in /tmp lead to connection issues 28 * @summary Regression test for attach issue where stale pid files in /tmp lead to connection issues
29 * @library /testlibrary 29 * @library /testlibrary
30 * @compile AttachWithStalePidFileTarget.java 30 * @build com.oracle.java.testlibrary.* AttachWithStalePidFileTarget
31 * @run main AttachWithStalePidFile 31 * @run main AttachWithStalePidFile
32 */ 32 */
33 33
34 import com.oracle.java.testlibrary.*; 34 import com.oracle.java.testlibrary.*;
35 import com.sun.tools.attach.VirtualMachine; 35 import com.sun.tools.attach.VirtualMachine;

mercurial