-
Bug
-
Resolution: Fixed
-
P4
-
8
Building with STRIP_POLICY=no_strip is broken by the backport of 8036003, as the ZIP_DEBUGINFO_FILES sections are not guarded with ifneq ($$($1_STRIP_POLICY), no_strip) in the same way as other sections of make/common/NativeCompilation.gmk are by this change.
- relates to
-
JDK-8036003 Add --with-debug-symbols=[none|internal|external|zipped]
- Resolved