8153211: Convert build tool to use the new -XaddExports syntax in bootcycle build
authormchung
Thu, 31 Mar 2016 11:50:26 -0700
changeset 36775 a9f42527ec57
parent 36774 ceca94591393
child 36776 5e260fa5208a
child 36998 cb82351c399a
8153211: Convert build tool to use the new -XaddExports syntax in bootcycle build Reviewed-by: alanb
langtools/make/gendata/Gendata-jdk.compiler.gmk
--- a/langtools/make/gendata/Gendata-jdk.compiler.gmk	Thu Mar 31 01:13:33 2016 -0700
+++ b/langtools/make/gendata/Gendata-jdk.compiler.gmk	Thu Mar 31 11:50:26 2016 -0700
@@ -40,7 +40,10 @@
 ))
 
 ifeq ($(BOOT_JDK_MODULAR), true)
-  COMPILECREATESYMBOLS_ADD_EXPORTS := -XaddExports:jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED,jdk.compiler/com.sun.tools.javac.jvm=ALL-UNNAMED,jdk.jdeps/com.sun.tools.classfile=ALL-UNNAMED
+  COMPILECREATESYMBOLS_ADD_EXPORTS := \
+      -XaddExports:jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED \
+      -XaddExports:jdk.compiler/com.sun.tools.javac.jvm=ALL-UNNAMED \
+      -XaddExports:jdk.jdeps/com.sun.tools.classfile=ALL-UNNAMED
 endif
 
 $(SUPPORT_OUTPUTDIR)/symbols/ct.sym-files/_the.symbols: \