hotspot/test/serviceability/attach/AttachWithStalePidFile.java
changeset 28819 70ac575cccce
parent 24835 be963975e2f7
child 30111 fbba8c368ce0
equal deleted inserted replaced
28818:ba7d959f65e7 28819:70ac575cccce
    24 /*
    24 /*
    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  * @ignore 8024055
    29  * @library /testlibrary
    30  * @library /testlibrary
    30  * @build com.oracle.java.testlibrary.* AttachWithStalePidFileTarget
    31  * @build com.oracle.java.testlibrary.* AttachWithStalePidFileTarget
    31  * @run main AttachWithStalePidFile
    32  * @run main AttachWithStalePidFile
    32  */
    33  */
    33 
    34