JDK-6194668 : Add java runtime flag SuppressFatalErrorMessage to skip all error handling logic on fatal error.
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 1.4.2_07
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2004-11-12
  • Updated: 2012-10-13
  • Resolved: 2005-01-27
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other JDK 6
1.4.2_08Fixed 6 b21Fixed
Related Reports
Relates :  
Relates :  
Description
Add flag -xx:+SuppressFatalErrorMessage to avoid all post fatal error processing.
Useful in old releases to avoid hangs in error handling process, useful in
current and future to help debug any new issues in eror handling.
###@###.### 2004-11-12 15:42:08 GMT

Comments
EVALUATION This flags avoids recursion issues in the jvm error handling code. It was added for escalation 549001 at Hong Kong Bank and needs to be putback into the current codebase (1.6) and also 1.5 (U3?). ###@###.### 2005-1-13 16:31:31 GMT
13-01-2005