mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
6988678: fatal error deadlock handling was unintentionally disabled
Reviewed-by: ysr
This commit is contained in:
parent
cf2163334f
commit
603e50f355
1 changed files with 0 additions and 2 deletions
|
@ -1073,7 +1073,6 @@ void WatcherThread::run() {
|
|||
}
|
||||
}
|
||||
|
||||
#if 0
|
||||
if (is_error_reported()) {
|
||||
// A fatal error has happened, the error handler(VMError::report_and_die)
|
||||
// should abort JVM after creating an error log file. However in some
|
||||
|
@ -1101,7 +1100,6 @@ void WatcherThread::run() {
|
|||
os::sleep(this, 5 * 1000, false);
|
||||
}
|
||||
}
|
||||
#endif // #if 0
|
||||
|
||||
PeriodicTask::real_time_tick(time_to_wait);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue