6964311: Build regression due to rt.jar contents change
Summary: The fix for 6933622 regressed control builds, this is a workaround fix, filed 6964313 to find the right answer to why it happened and how to fix it correctly.
Reviewed-by: alanb, darcy
--- a/jdk/make/common/Release.gmk Thu Jun 24 14:26:35 2010 +0800
+++ b/jdk/make/common/Release.gmk Fri Jun 25 08:44:20 2010 -0700
@@ -549,7 +549,6 @@
######################################################
# List of directories in classes directory that should NOT be in rt.jar
-# sun/nio/cs/ext/ will go into charsets.jar
######################################################
NOT_RT_JAR_LIST = $(ABS_TEMPDIR)/not_rt_jar.list
@@ -572,7 +571,6 @@
$(ECHO) "META-INF/services/com.sun.tools.xjc.Plugin" >> $@
$(ECHO) "com/sun/tools/" >> $@
$(ECHO) "sun/jvmstat/" >> $@
- $(ECHO) "sun/nio/cs/ext/" >> $@
$(ECHO) "sun/rmi/rmic/" >> $@
$(ECHO) "sun/tools/asm/" >> $@
$(ECHO) "sun/tools/java/" >> $@