< prev index next >

test/serviceability/attach/AttachWithStalePidFile.java

Print this page

        

*** 25,39 **** * @test * @bug 7162400 * @key regression * @summary Regression test for attach issue where stale pid files in /tmp lead to connection issues * @library /testlibrary ! * @build com.oracle.java.testlibrary.* AttachWithStalePidFileTarget * @run main AttachWithStalePidFile */ ! import com.oracle.java.testlibrary.*; import com.sun.tools.attach.VirtualMachine; import sun.tools.attach.HotSpotVirtualMachine; import java.lang.reflect.Field; import java.nio.file.*; import java.nio.file.attribute.*; --- 25,39 ---- * @test * @bug 7162400 * @key regression * @summary Regression test for attach issue where stale pid files in /tmp lead to connection issues * @library /testlibrary ! * @build jdk.test.lib.* AttachWithStalePidFileTarget * @run main AttachWithStalePidFile */ ! import jdk.test.lib.*; import com.sun.tools.attach.VirtualMachine; import sun.tools.attach.HotSpotVirtualMachine; import java.lang.reflect.Field; import java.nio.file.*; import java.nio.file.attribute.*;
< prev index next >