diff -r c425126bfadf -r bb7dd001d190 langtools/make/build.properties --- a/langtools/make/build.properties Wed Aug 13 14:25:46 2014 -0400 +++ b/langtools/make/build.properties Wed Aug 13 13:20:31 2014 -0700 @@ -68,7 +68,7 @@ # set the following to -version to verify the versions of javac being used javac.version.opt = # in time, there should be no exceptions to -Xlint:all -javac.lint.opts = -Xlint:all -Werror +javac.lint.opts = -Xlint:all,-deprecation -Werror # options for the task for javac #javadoc.jls3.url=http://java.sun.com/docs/books/jls/