src/jdk.jdwp.agent/share/native/libjdwp/eventHelper.c
branchihse-warnings-cflags-branch
changeset 56230 489867818774
parent 47525 e05aff6beada
equal deleted inserted replaced
56229:0015bf3a82e0 56230:489867818774
   770 {
   770 {
   771     debugMonitorExit(commandCompleteLock);
   771     debugMonitorExit(commandCompleteLock);
   772     debugMonitorExit(commandQueueLock);
   772     debugMonitorExit(commandQueueLock);
   773 }
   773 }
   774 
   774 
   775 void commandLoop_exitVmDeathLockOnError()
   775 void commandLoop_exitVmDeathLockOnError(void)
   776 {
   776 {
   777     const char* MSG_BASE = "exitVmDeathLockOnError: error in JVMTI %s: %d\n";
   777     const char* MSG_BASE = "exitVmDeathLockOnError: error in JVMTI %s: %d\n";
   778     jthread cur_thread = NULL;
   778     jthread cur_thread = NULL;
   779     jvmtiThreadInfo thread_info;
   779     jvmtiThreadInfo thread_info;
   780     jvmtiError err = JVMTI_ERROR_NONE;
   780     jvmtiError err = JVMTI_ERROR_NONE;