--- old/src/share/classes/java/lang/management/ThreadInfo.java 2014-04-15 05:53:50.272758011 -0700 +++ new/src/share/classes/java/lang/management/ThreadInfo.java 2014-04-15 05:53:50.116756949 -0700 @@ -429,12 +429,12 @@ *
The thread is in the {@link java.lang.Thread.State#BLOCKED BLOCKED} * state waiting to enter the synchronized statement * or method. - *

+ * *

  • an object monitor to be notified by another thread. *
    The thread is in the {@link java.lang.Thread.State#WAITING WAITING} * or {@link java.lang.Thread.State#TIMED_WAITING TIMED_WAITING} state * due to a call to the {@link Object#wait Object.wait} method. - *

  • + * *
  • a synchronization object responsible for the thread parking. *
    The thread is in the {@link java.lang.Thread.State#WAITING WAITING} * or {@link java.lang.Thread.State#TIMED_WAITING TIMED_WAITING} state