8153211: Convert build tool to use the new -XaddExports syntax in bootcycle build
authormchung
Thu, 31 Mar 2016 11:50:06 -0700
changeset 36750 cb05d63f5bb2
parent 36749 142c28f77753
child 36751 2be81523171c
8153211: Convert build tool to use the new -XaddExports syntax in bootcycle build Reviewed-by: alanb
jdk/make/gendata/GendataBreakIterator.gmk
--- a/jdk/make/gendata/GendataBreakIterator.gmk	Thu Mar 31 11:49:22 2016 -0700
+++ b/jdk/make/gendata/GendataBreakIterator.gmk	Thu Mar 31 11:50:06 2016 -0700
@@ -63,11 +63,9 @@
 
 ifeq ($(BOOT_JDK_MODULAR), true)
   BREAK_ITERATOR_BOOTCLASSPATH := -Xpatch:$(BREAK_ITERATOR_CLASSES) \
-      -XaddExports:$(subst $(SPACE),$(COMMA),$(strip \
-          java.base/sun.text=ALL-UNNAMED \
-          java.base/sun.text.resources=ALL-UNNAMED \
-          jdk.localedata/sun.text.resources.ext=ALL-UNNAMED \
-      ))
+        -XaddExports:java.base/sun.text=ALL-UNNAMED \
+        -XaddExports:java.base/sun.text.resources=ALL-UNNAMED \
+        -XaddExports:jdk.localedata/sun.text.resources.ext=ALL-UNNAMED
 else
   BREAK_ITERATOR_BOOTCLASSPATH := -Xbootclasspath/p:$(call PathList, \
       $(BREAK_ITERATOR_CLASSES)/java.base \