hotspot/test/serviceability/threads/TestFalseDeadLock.java
changeset 30115 313d2bd3f281
parent 27480 51e6396f8a98
child 30604 b8d532cb6420
equal deleted inserted replaced
30112:ea1dbf32c865 30115:313d2bd3f281
     1 /*
     1 /*
     2  * Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    26 import java.lang.management.ThreadMXBean;
    26 import java.lang.management.ThreadMXBean;
    27 import java.util.Random;
    27 import java.util.Random;
    28 
    28 
    29 /*
    29 /*
    30  * @test
    30  * @test
    31  * @ignore 8061157
       
    32  * @bug 8016304
    31  * @bug 8016304
    33  * @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.
    34  * @library /testlibrary
    33  * @library /testlibrary
    35  * @run main/othervm TestFalseDeadLock
    34  * @run main/othervm TestFalseDeadLock
    36  */
    35  */