--- a/langtools/make/build.properties Fri May 30 11:08:40 2008 +0100
+++ b/langtools/make/build.properties Tue Jun 03 13:26:47 2008 -0700
@@ -66,7 +66,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,-unchecked,-deprecation,-fallthrough,-cast,-serial -Werror
+javac.lint.opts = -Xlint:all,-deprecation,-fallthrough,-serial -Werror
# options for the <javadoc> task for javac
javadoc.jls3.url=http://java.sun.com/docs/books/jls/
@@ -120,6 +120,8 @@
tools/javah/
javap.includes = \
+ com/sun/tools/classfile/ \
+ com/sun/tools/javap/ \
sun/tools/javap/
javap.tests = \