[8u] RFR: JDK-8253550: JDK-8252395 breaks the build for make STRIP_POLICY=no_strip

Severin Gehwolf sgehwolf at redhat.com
Thu Sep 24 07:50:06 UTC 2020


On Wed, 2020-09-23 at 18:32 +0100, Andrew Hughes wrote:
> Bug: https://bugs.openjdk.java.net/browse/JDK-8253550
> Webrev: https://cr.openjdk.java.net/~andrew/openjdk8/8253550/webrev.01/
> 
> JDK-8252395 broke the legacy way of disabling the stripping of
> debuginfo from builds with:
> 
> $ make STRIP_POLICY=no_strip

Please update your build scripts to not use this any more. JDK-8207852
is in 8u since July 2018. For non-stripped debug symbols, configure
option --with-native-debug-symbols=internal should be used instead. The
same works as well for later JDKs.

> Adding a check on this value gets the build working again.

OK.

Thanks,
Severin



More information about the jdk8u-dev mailing list