# HG changeset patch # User mchung # Date 1459450226 25200 # Node ID a9f42527ec57780ea21ad3d91ccc52c9abcb86c7 # Parent ceca945913938aee8e04bbca5661f022863de15d 8153211: Convert build tool to use the new -XaddExports syntax in bootcycle build Reviewed-by: alanb diff -r ceca94591393 -r a9f42527ec57 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: \