jdk/make/common/Release.gmk
changeset 2763 172d44ffd1e5
parent 1846 4a53d636e2f4
child 2939 958dd4d51d1e
child 3111 fefdeafb7ab9
--- a/jdk/make/common/Release.gmk	Mon May 11 12:08:15 2009 -0700
+++ b/jdk/make/common/Release.gmk	Mon May 11 21:09:58 2009 -0700
@@ -52,6 +52,9 @@
                         com.sun.java.swing.plaf.motif    \
                         com.sun.java.swing.plaf.gtk
 
+# This is a stopgap until 6839872 is fixed.
+EXCLUDE_PROPWARN_PKGS += sun.dyn
+
 # 64-bit solaris has a few special cases. We define the variable
 # SOLARIS64 for use in this Makefile to easily test those cases
 ifeq ($(PLATFORM), solaris)