hotspot/test/serviceability/threads/TestFalseDeadLock.java
changeset 27460 ca843db0a7e2
parent 18085 fb6d02a9e1c5
child 27480 51e6396f8a98
equal deleted inserted replaced
27459:7fce477785a3 27460:ca843db0a7e2
    25 import java.lang.management.ThreadMXBean;
    25 import java.lang.management.ThreadMXBean;
    26 import java.util.Random;
    26 import java.util.Random;
    27 
    27 
    28 /*
    28 /*
    29  * @test
    29  * @test
       
    30  * @ignore 8061157
    30  * @bug 8016304
    31  * @bug 8016304
    31  * @summary Make sure no deadlock is reported for this program which has no deadlocks.
    32  * @summary Make sure no deadlock is reported for this program which has no deadlocks.
    32  * @run main/othervm TestFalseDeadLock
    33  * @run main/othervm TestFalseDeadLock
    33  */
    34  */
    34 
    35