-
Bug
-
Resolution: Fixed
-
P3
-
5.0
-
b95
-
generic
-
generic
The description of the MonitorWait event is:
Sent when a thread is about to wait on an object.
That is, a thread is entering Object.wait().
The second sentence is confusing because it is unclear if the thread has actually entered Object.wait() and more confusingly which of the "wait" methods on Object. Note that one wait method may call another.
Note that the MonitorWaited event description has a second sentence that is confusing in the same way.
Sent when a thread is about to wait on an object.
That is, a thread is entering Object.wait().
The second sentence is confusing because it is unclear if the thread has actually entered Object.wait() and more confusingly which of the "wait" methods on Object. Note that one wait method may call another.
Note that the MonitorWaited event description has a second sentence that is confusing in the same way.
- relates to
-
JDK-6455251 MonitorWaitEvent and MonitorWaitedEvent descriptions misleading
-
- Resolved
-
-
JDK-6455295 JVMTI Spec: Clarify the location at which MonitorWait/MonitorWaited events occur
-
- Closed
-