< prev index next >

src/hotspot/share/jvmci/jvmciRuntime.cpp

Print this page

        

*** 940,950 **** } else { describe_pending_hotspot_exception(THREAD, true); } } else { // Allow error reporting thread to print the stack trace. ! os::sleep(THREAD, 200); } before_exit(THREAD); vm_exit(-1); } --- 940,950 ---- } else { describe_pending_hotspot_exception(THREAD, true); } } else { // Allow error reporting thread to print the stack trace. ! THREAD->sleep(200); } before_exit(THREAD); vm_exit(-1); }
< prev index next >