diff -r f9191297ce83 -r f8d1b560700e hotspot/src/share/vm/runtime/thread.cpp --- a/hotspot/src/share/vm/runtime/thread.cpp Tue Sep 28 09:51:37 2010 -0700 +++ b/hotspot/src/share/vm/runtime/thread.cpp Tue Sep 28 15:56:15 2010 -0700 @@ -1073,6 +1073,7 @@ } } +#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 @@ -1100,6 +1101,7 @@ os::sleep(this, 5 * 1000, false); } } +#endif // #if 0 PeriodicTask::real_time_tick(time_to_wait);