src/hotspot/share/jvmci/jvmciRuntime.cpp
changeset 58041 d8902e9c307c
parent 58015 dd84de796f2c
child 58095 adc72cd1d1f2
equal deleted inserted replaced
58040:d99af76d7689 58041:d8902e9c307c
   939       JVMCIENV->describe_pending_exception(true);
   939       JVMCIENV->describe_pending_exception(true);
   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.  Windows
   944     // Allow error reporting thread to print the stack trace.
   945     // doesn't allow uninterruptible wait for JavaThreads
   945     os::sleep(THREAD, 200);
   946     const bool interruptible = true;
       
   947     os::sleep(THREAD, 200, interruptible);
       
   948   }
   946   }
   949 
   947 
   950   before_exit(THREAD);
   948   before_exit(THREAD);
   951   vm_exit(-1);
   949   vm_exit(-1);
   952 }
   950 }