Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
P4
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: openjdk8u282
-
Component/s: infrastructure
-
Labels:
-
Subcomponent:
-
Introduced In Build:b01
-
Introduced In Version:
-
Resolved In Build:b01
-
CPU:generic
-
OS:generic
Description
Prior to JDK-8252395, it was possible to build without external debuginfo by setting STRIP_POLICY=no_strip. This has been the case throughout the life of 8u. See also JDK-8207234.
JDK-8252395 assumes that ENABLE_DEBUG_SYMBOLS being true is a sufficient check. JDK-8252975 added a check on POST_STRIP_CMD, but this is still not sufficient to give the old behaviour.
Attachments
Issue Links
- relates to
-
JDK-8252975 [8u] JDK-8252395 breaks the build for --with-native-debug-symbols=internal
-
- Resolved
-
-
JDK-8207234 More libraries with .gnu_debuglink sections added unconditionally
-
- Resolved
-
-
JDK-8252395 [8u] --with-native-debug-symbols=external doesn't include debuginfo files for binaries
-
- Resolved
-
- links to