src/hotspot/share/jvmci/jvmciRuntime.cpp
changeset 58095 adc72cd1d1f2
parent 58041 d8902e9c307c
child 58196 cea6839598e8
equal deleted inserted replaced
58094:0f6c749acd15 58095:adc72cd1d1f2
   940     } else {
   940     } else {
   941       describe_pending_hotspot_exception(THREAD, true);
   941       describe_pending_hotspot_exception(THREAD, true);
   942     }
   942     }
   943   } else {
   943   } else {
   944     // Allow error reporting thread to print the stack trace.
   944     // Allow error reporting thread to print the stack trace.
   945     os::sleep(THREAD, 200);
   945     THREAD->sleep(200);
   946   }
   946   }
   947 
   947 
   948   before_exit(THREAD);
   948   before_exit(THREAD);
   949   vm_exit(-1);
   949   vm_exit(-1);
   950 }
   950 }