mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 09:34:38 +02:00
8303861: Error handling step timeouts should never be blocked by OnError and others
Reviewed-by: dholmes, rkennke
This commit is contained in:
parent
da044dd569
commit
a00f5d24d3
3 changed files with 92 additions and 36 deletions
|
@ -270,8 +270,8 @@ void WatcherThread::run() {
|
|||
os::die();
|
||||
}
|
||||
|
||||
// Wait a second, then recheck for timeout.
|
||||
os::naked_short_sleep(999);
|
||||
// Wait a bit, then recheck for timeout.
|
||||
os::naked_short_sleep(250);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue