-
Enhancement
-
Resolution: Fixed
-
P3
-
hs22
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2220112 | 8 | James Melvin | P3 | Resolved | Fixed | b30 |
The Full Debug Symbols project added .debuginfo files to the internal
product bits: .tar or .tar.gz files. For the Windows platform, these
files are named .pdb and .map, but they were added to Windows long
before the FDS project.
The purpose of this RFE is to move "debug info" into separate bundles
for each build configuration:
- enables choice for the download user; if "debug info" is not needed,
then those bundles can be skipped
- reduces footprint for the RE archive; instead of multiple copies of
the "debug info", there will only be one per build config
product bits: .tar or .tar.gz files. For the Windows platform, these
files are named .pdb and .map, but they were added to Windows long
before the FDS project.
The purpose of this RFE is to move "debug info" into separate bundles
for each build configuration:
- enables choice for the download user; if "debug info" is not needed,
then those bundles can be skipped
- reduces footprint for the RE archive; instead of multiple copies of
the "debug info", there will only be one per build config
- backported by
-
JDK-2220112 RFE: move "debug info" into separate tar.gz files
- Resolved
- relates to
-
JDK-7100941 Debug information in Linux tar.gz bundles
- Closed
-
JDK-7071908 Install: Full Debug Symbols
- Resolved
-
JDK-7071907 JDK: Full Debug Symbols
- Resolved
-
JDK-7071904 HotSpot: Full Debug Symbols
- Closed