JDK-6655385 : Disable frame pointer omission in jvm.dll on Windows for better crash logs
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 7
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: windows
  • CPU: x86
  • Submitted: 2008-01-25
  • Updated: 2013-08-07
  • Resolved: 2011-04-20
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.
JDK 6 Other
6u14Fixed hs12Fixed
Related Reports
Relates :  
Description
Windows-only change to disable frame pointer omission with the C++ compiler.[1]  The reason for the change is to get better stack traces in crash logs when a crash occurs in jvm.dll.  Without this change we invariably get only a single jvm.dll frame in the crash log, which makes analysis of Windows field crash reports difficult.

The drawback is that ebp is no longer available as a general register to the C++ compiler.  (Generated code is not affected.)

[1] http://msdn2.microsoft.com/en-us/library/2kxx5t2c(VS.80).aspx

Comments
EVALUATION Yes, see comments.
31-01-2008