8153211: Convert build tool to use the new -XaddExports syntax in bootcycle build
Reviewed-by: alanb
--- 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: \