Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2174821 | 6u14 | Abhijit Saha | P3 | Closed | Fixed | b01 |
JDK-2172205 | 6u5p | Abhijit Saha | P3 | Closed | Fixed | b01 |
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
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
- backported by
-
JDK-2172205 Disable frame pointer omission in jvm.dll on Windows for better crash logs
- Closed
-
JDK-2174821 Disable frame pointer omission in jvm.dll on Windows for better crash logs
- Closed
- relates to
-
JDK-8022335 Native stack walk while generating hs_err does not work on Windows x64
- Closed