-
Bug
-
Resolution: Fixed
-
P3
-
hs23, hs24
-
b09
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8003434 | 8 | David Holmes | P3 | Resolved | Fixed | b65 |
JDK-8017823 | 7u45 | David Holmes | P3 | Closed | Fixed | b01 |
JDK-8003369 | 7u40 | David Holmes | P3 | Resolved | Fixed | b02 |
JDK-8002151 | hs24 | David Holmes | P3 | Resolved | Fixed | master |
The Full Debug Symbol (FDS) work established the use of objcopy/gobjcopy to produce symbols files as part of the build process. That work did not cover any of the requirements for cross-compilation and so when cross-compiling FDS generation is simply disabled.
Cross-compilation environments should define ALT_OBJCOPY to point to the correct tool for generating symbols and so the explicit disabling of FDS should be removed.
Cross-compilation environments should define ALT_OBJCOPY to point to the correct tool for generating symbols and so the explicit disabling of FDS should be removed.
- backported by
-
JDK-8002151 Allow Full Debug Symbols when cross-compiling (HSX-part)
- Resolved
-
JDK-8003369 Allow Full Debug Symbols when cross-compiling (HSX-part)
- Resolved
-
JDK-8003434 Allow Full Debug Symbols when cross-compiling (HSX-part)
- Resolved
-
JDK-8017823 Allow Full Debug Symbols when cross-compiling (HSX part)
- Closed
- relates to
-
JDK-8001753 build-infra: mismatch with full debug symbol control for hotspot
- Closed