jdk/test/java/lang/management/ThreadMXBean/FindDeadlocks.java
changeset 30330 923bbad32c58
parent 7668 d4a77089c587
child 30376 2ccf2cf7ea48
equal deleted inserted replaced
30328:a498dfbdce21 30330:923bbad32c58
     1 /*
     1 /*
     2  * Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2005, 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.
    23 
    23 
    24 
    24 
    25 /*
    25 /*
    26  * @test
    26  * @test
    27  * @bug     5086470
    27  * @bug     5086470
       
    28  * @key intermittent
    28  * @summary Basic Test for the following methods:
    29  * @summary Basic Test for the following methods:
    29  *          - ThreadMXBean.findDeadlockedThreads()
    30  *          - ThreadMXBean.findDeadlockedThreads()
    30  *          - ThreadMXBean.findMonitorDeadlockedThreads()
    31  *          - ThreadMXBean.findMonitorDeadlockedThreads()
    31  * @author  Mandy Chung
    32  * @author  Mandy Chung
    32  *
    33  *