RFR(XS) : 8144695 : --disable-warnings-as-errors does not work for HotSpot build (original) (raw)
Igor Ignatyev igor.ignatyev at oracle.com
Wed Dec 16 22:09:54 UTC 2015
- Previous message (by thread): RFR: JDK-8145564: 8036003: startup regression on linux fastdebug builds
- Next message (by thread): RFR(XS) : 8144695 : --disable-warnings-as-errors does not work for HotSpot build
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
http://cr.openjdk.java.net/~iignatyev/8144695/webrev.00/ 11 lines changed: 4 ins; 0 del; 7 mod;
Hi,
could you please review the fix for 8144695[1]?
8141543[1] propagated --disable-warnings-as-errors to hotspot build by setting WARNINGS_ARE_ERRORS to empty line. however in hotspot makefiles there are places where this variable is set explicitly. the fix changes = operator to ?= operator and updates adlc.make to use WARNINGS_ARE_ERRORS if it’s defined.
[1] https://bugs.openjdk.java.net/browse/JDK-8144695 [2] https://bugs.openjdk.java.net/browse/JDK-8141543
Thanks, — Igor
- Previous message (by thread): RFR: JDK-8145564: 8036003: startup regression on linux fastdebug builds
- Next message (by thread): RFR(XS) : 8144695 : --disable-warnings-as-errors does not work for HotSpot build
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]