mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8230423: Move os::sleep to JavaThread::sleep
Reviewed-by: rehn, dcubed
This commit is contained in:
parent
091cf3608b
commit
99252bd9d6
14 changed files with 84 additions and 79 deletions
|
@ -942,7 +942,7 @@ void JVMCIRuntime::exit_on_pending_exception(JVMCIEnv* JVMCIENV, const char* mes
|
|||
}
|
||||
} else {
|
||||
// Allow error reporting thread to print the stack trace.
|
||||
os::sleep(THREAD, 200);
|
||||
THREAD->sleep(200);
|
||||
}
|
||||
|
||||
before_exit(THREAD);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue