diff src/share/vm/runtime/thread.cpp @ 1836:894b1d7c7e01

6423256: GC stacks should use a better data structure 6942771: SEGV in ParScanThreadState::take_from_overflow_stack Reviewed-by: apetrusenko, ysr, pbk
author jcoomes
date Tue, 28 Sep 2010 15:56:15 -0700
parents ee5cc9e78493
children 8f6f7587d292
line wrap: on
line diff
--- a/src/share/vm/runtime/thread.cpp	Tue Sep 28 09:51:37 2010 -0700
+++ b/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);