And then there were none: -Xlint:all enabled int the build of JDK 9 jdk repo

Jonathan Gibbons jonathan.gibbons at oracle.com
Sat Jan 17 01:09:42 UTC 2015


On 01/16/2015 05:04 PM, joe darcy wrote:
>
> Langtools is compiled with -Xlint:all,-deprecation -Werror. I have not 
> looked in detail, but I wouldn't be surprised if the langtools 
> deprecation warnings couldn't be resolved until JDK 10, using a 
> bootstrap to JDK 9, to take advantage of the language change to elide 
> deprecation warnings on import statements.

We could do a trial build of langtools with JDK9 as the bootstrap and 
-Xlint:all, just to see if there are any warnings that remain.

-- Jon


More information about the jdk9-dev mailing list