jdk/src/share/classes/java/lang/management/ThreadInfo.java
changeset 21278 ef8a3a2a72f2
parent 18799 31062cb3cc8e
child 24367 705490680527
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
   490      * waiting for any object or if the object is not owned by any thread.
   490      * waiting for any object or if the object is not owned by any thread.
   491      *
   491      *
   492      * @return the thread ID of the owner thread of the object
   492      * @return the thread ID of the owner thread of the object
   493      * this thread is blocked on;
   493      * this thread is blocked on;
   494      * <tt>-1</tt> if this thread is not blocked
   494      * <tt>-1</tt> if this thread is not blocked
   495      * or if the object lis not owned by any thread.
   495      * or if the object is not owned by any thread.
   496      *
   496      *
   497      * @see #getLockInfo
   497      * @see #getLockInfo
   498      */
   498      */
   499     public long getLockOwnerId() {
   499     public long getLockOwnerId() {
   500         return lockOwnerId;
   500         return lockOwnerId;