Searched refs:CLASS_UNLOAD (Results 1 – 9 of 9) sorted by relevance
99 … reply = debuggeeWrapper.vmMirror.clearEvent(JDWPConstants.EventKind.CLASS_UNLOAD, requestID); in testClassUnloadEvent()115 assertEquals("Invalid event kind,", JDWPConstants.EventKind.CLASS_UNLOAD in testClassUnloadEvent()117 , 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()
959 return setClassMatchEvent(JDWPConstants.EventKind.CLASS_UNLOAD, in setClassUnload()971 return setClassOnlyEvent(JDWPConstants.EventKind.CLASS_UNLOAD, in setClassUnload()
380 return JDWP.EventKind.CLASS_UNLOAD; in eventCmd()879 return (List<ClassUnloadRequest>)unmodifiableRequestList(JDWP.EventKind.CLASS_UNLOAD); in classUnloadRequests()
744 case JDWP.EventKind.CLASS_UNLOAD: in createEvent()
2979 (Alt ClassUnload=JDWP.EventKind.CLASS_UNLOAD3155 (Constant CLASS_UNLOAD =9 )
455 (void)outStream_writeByte(out, JDWP_EVENT(CLASS_UNLOAD)); in handleUnloadCommandSingle()
2034 index2jdwp[EI_GC_FINISH -EI_min] = JDWP_EVENT(CLASS_UNLOAD); in eventIndexInit()2085 case JDWP_EVENT(CLASS_UNLOAD): in jdwp2EventIndex()