FYI, change to opt-out in Xlint option in build of JDK 9 jdk 9
Joe Darcy
joe.darcy at oracle.com
Tue Jul 1 03:12:07 UTC 2014
Hello,
FYI, the javac Xlint option for building the jdk repo in JDK 9 has been
changed to "-Xlint:all" and then explicitly opting-out of lint
categories which are not met:
http://hg.openjdk.java.net/jdk9/dev/jdk/rev/78290d029b4d
Therefore, to avoid breaking the jdk build whenever a new lint category
is added to javac, care will need to be taken that the JDK is either
clear of such warnings or that the jdk makefile is updated to exclude
the new option until its checks are met.
Thanks,
-Joe
More information about the compiler-dev
mailing list