hotspot/src/share/vm/runtime/thread.cpp
changeset 6762 f8d1b560700e
parent 6273 5b9acff1c480
child 6764 82eecb6073ad
--- 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);