-
Bug
-
Resolution: Fixed
-
P4
-
9
-
b103
For historical reasons, the FDS (Full Debug Symbols) project only enabled debug symbols for a few select libraries, since this was difficult to achieve in the old build. Also, the FDS project never enabled debug symbols for macosx on the JDK libraries.
With the new build system, debug symbols come free, and we actually have to do extra work to keep them out. :-&
We should just stop doing that. It hurts no-one to have proper debug information for all libraries, it might come in helpful, and just doing it everywhere would simplify build logic.
With the new build system, debug symbols come free, and we actually have to do extra work to keep them out. :-&
We should just stop doing that. It hurts no-one to have proper debug information for all libraries, it might come in helpful, and just doing it everywhere would simplify build logic.
- relates to
-
JDK-8151406 --with-native-debug-symbols=none no longer works on mac after JDK-8145596
- Closed
-
JDK-8036003 Add --with-debug-symbols=[none|internal|external|zipped]
- Resolved
-
JDK-8150777 Incremental build always recompiles java.base
- Closed