Searched refs:CLASS_UNLOAD (Results 1 – 4 of 4) sorted by relevance
98 … reply = debuggeeWrapper.vmMirror.clearEvent(JDWPConstants.EventKind.CLASS_UNLOAD, requestID); in testClassUnloadEvent()114 assertEquals("Invalid event kind,", JDWPConstants.EventKind.CLASS_UNLOAD in testClassUnloadEvent()116 , JDWPConstants.EventKind.getName(JDWPConstants.EventKind.CLASS_UNLOAD) in testClassUnloadEvent()
292 public static final byte CLASS_UNLOAD = 9; field in JDWPConstants.EventKind352 case CLASS_UNLOAD: in getName()
485 super(suspendPolicy, packet, JDWPConstants.EventKind.CLASS_UNLOAD); in Event_CLASS_UNLOAD()712 case JDWPConstants.EventKind.CLASS_UNLOAD: { in parseEventPacket()
980 byte eventKind = JDWPConstants.EventKind.CLASS_UNLOAD; in setClassUnload()1001 byte eventKind = JDWPConstants.EventKind.CLASS_UNLOAD; in setClassUnload()