Searched refs:MONITOR_CONTENDED_ENTERED (Results 1 – 4 of 4) sorted by relevance
64 …assertEquals("Invalid event kind,", JDWPConstants.EventKind.MONITOR_CONTENDED_ENTERED, event.getEv… in verifyEvent()65 , JDWPConstants.EventKind.getName(JDWPConstants.EventKind.MONITOR_CONTENDED_ENTERED) in verifyEvent()67 …vent Kind: " + JDWPConstants.EventKind.getName(JDWPConstants.EventKind.MONITOR_CONTENDED_ENTERED)); in verifyEvent()
313 public static final byte MONITOR_CONTENDED_ENTERED = 44; field in JDWPConstants.EventKind370 case MONITOR_CONTENDED_ENTERED: in getName()
296 super(suspendPolicy, packet, JDWPConstants.EventKind.MONITOR_CONTENDED_ENTERED); in Event_MONITOR_CONTENDED_ENTERED()684 case JDWPConstants.EventKind.MONITOR_CONTENDED_ENTERED: { in parseEventPacket()
1117 byte eventKind = JDWPConstants.EventKind.MONITOR_CONTENDED_ENTERED; in setMonitorContendedEnteredForClassOnly()1130 byte eventKind = JDWPConstants.EventKind.MONITOR_CONTENDED_ENTERED; in setMonitorContendedEnteredForClassMatch()