test/serviceability/attach/AttachWithStalePidFile.java

Print this page
rev 6486 : 8043915: Tests get ClassNotFoundException: com.oracle.java.testlibrary.StreamPumper

*** 25,35 **** * @test * @bug 7162400 * @key regression * @summary Regression test for attach issue where stale pid files in /tmp lead to connection issues * @library /testlibrary ! * @compile AttachWithStalePidFileTarget.java * @run main AttachWithStalePidFile */ import com.oracle.java.testlibrary.*; import com.sun.tools.attach.VirtualMachine; --- 25,35 ---- * @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;