Hello Joe,
Could you review the attached two-line update to ensure that no javac
warnings are introduced into java.math?
Bug detail: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7072523
Thanks,
Sasha
diff -r 7525866a4046 make/java/math/Makefile
--- a/make/java/math/Makefile Thu Jul 28 13:34:31 2011 -0700
+++ b/make/java/math/Makefile Fri Jul 29 15:26:14 2011 -0700
@@ -27,6 +27,8 @@
PACKAGE = java.math
PRODUCT = sun
+JAVAC_MAX_WARNINGS = true
+JAVAC_WARNINGS_FATAL = true
include $(BUILDDIR)/common/Defs.gmk
#