changeset 1686:53adfc40121e

6988678: fatal error deadlock handling was unintentionally disabled Reviewed-by: ysr
author jcoomes
date Fri, 01 Oct 2010 09:19:30 -0700
parents 9a19ee0490e0
children 243e95e6a37d
files src/share/vm/runtime/thread.cpp
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/vm/runtime/thread.cpp	Thu Sep 30 18:31:45 2010 -0700
+++ b/src/share/vm/runtime/thread.cpp	Fri Oct 01 09:19:30 2010 -0700
@@ -1073,7 +1073,6 @@
       }
     }
 
-#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 @@
         os::sleep(this, 5 * 1000, false);
       }
     }
-#endif // #if 0
 
     PeriodicTask::real_time_tick(time_to_wait);