JDK-2123177 : fatal error handler enhancements
  • Type: Backport
  • Backport of: JDK-4515367
  • Component: hotspot
  • Sub-Component: runtime
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2005-02-07
  • Updated: 2012-10-13
  • Resolved: 2005-04-25
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 Other
1.3.1_11Fixed 1.4.2_09 b01Fixed
Comments
EVALUATION Problem and Fix Description : 1. make error handling more robust (safe to use from signal handlers, should tolerate corrupted stack/heap, etc) 2. improve error id to more accurately identify a problem (ideally error id for the same guarantee failure should not change between releases, also need a better id for crashes) 3. include more information in the error report (native stack trace, register values, #CPU, etc) ###@###.### 2005-2-07 05:57:27 GMT
07-02-2005