RFR: 8047952 : (s) Remove FORTIFY_SOURCE from fastdebug and slowdebug builds

Mike Duigou mike.duigou at oracle.com
Sat Aug 9 00:23:54 UTC 2014


Hello all;

A previous version of this changeset was focused on disabling FORTIFY_SOURCE only for specific files with optimization disabled. This version entirely disables FORTIFY_SOURCE for all portions of the build. After additional problems; incompatibility of FORTIFY_SOURCE with -O0, lack of consistent support for FORTIFY_SOURCE in some distributions of glibc, etc. this seems like the best course. Should the separate issues with -Od be resolved then FORTIFY_SOURCE could be re-enabled selectively for specific platforms.

webrev: http://cr.openjdk.java.net/~mduigou/JDK-8047952/1/webrev/
jbsbug: https://bugs.openjdk.java.net/browse/JDK-8047952

Mike


More information about the build-dev mailing list