-
Bug
-
Resolution: Fixed
-
P3
-
emb-8u6, 8u20, 9
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8312154 | 7u401 | Daniel Skantz | P3 | Resolved | Fixed | b03 |
That change was too broad in a number of respects:
1. The change in default only affected 32-bit linux/Darwin x86 but we applied it to all platforms
2. The frame-pointer was already omitted for all files compiled with optimization levels -O, -O2, -O3, -Os, but now we force the frame-pointer in regardless of the optimization level
This caused unintended changes when building some platforms, and caused unintended changes when applying certain optimization levels.
We need to restore the behaviour to the way it was pre-8022183 with a pre 4.6 gcc
- backported by
-
JDK-8312154 Revisit the use of gcc option -fno-omit-frame-pointer
-
- Resolved
-
- relates to
-
JDK-8022183 GCC 4.6 changes default setting for omit-frame-pointer which breaks hotspot stack walking
-
- Closed
-