Module jdk.jdi

Interface MonitorContendedEnterRequest

All Superinterfaces:
EventRequest, Mirror

public interface MonitorContendedEnterRequest extends EventRequest
Request for notification of a thread in the target VM attempting to enter a monitor already acquired by another thread. When an enabled MonitorContededEnterRequest is satisfied, an event set containing a MonitorContendedEnterEvent will be placed on the EventQueue. The collection of existing MonitorContendedEnterEvents is managed by the EventRequestManager
Since:
1.6
See Also: