jdk/src/share/classes/java/lang/management/ThreadMXBean.java
changeset 21278 ef8a3a2a72f2
parent 18799 31062cb3cc8e
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
   644      *
   644      *
   645      * @throws java.lang.SecurityException if a security manager
   645      * @throws java.lang.SecurityException if a security manager
   646      *         exists and the caller does not have
   646      *         exists and the caller does not have
   647      *         ManagementPermission("monitor").
   647      *         ManagementPermission("monitor").
   648      * @throws java.lang.UnsupportedOperationException if the Java virtual
   648      * @throws java.lang.UnsupportedOperationException if the Java virtual
   649      * machine does not support monitoriing of ownable synchronizer usage.
   649      * machine does not support monitoring of ownable synchronizer usage.
   650      *
   650      *
   651      * @see #isSynchronizerUsageSupported
   651      * @see #isSynchronizerUsageSupported
   652      * @see #findMonitorDeadlockedThreads
   652      * @see #findMonitorDeadlockedThreads
   653      * @since 1.6
   653      * @since 1.6
   654      */
   654      */