langtools/make/build.properties
changeset 41519 612f31a9b42b
parent 38507 d48ba9db4b7d
child 44461 8e5061e5b34b
--- a/langtools/make/build.properties	Tue Oct 11 12:29:39 2016 +0200
+++ b/langtools/make/build.properties	Tue Oct 11 13:16:45 2016 +0200
@@ -24,11 +24,12 @@
 #
 
 #javac configuration for "normal build" (these will be passed to the bootstrap compiler):
-javac.opts = -XDignore.symbol.file=true -Xlint:all,-deprecation,-options -Werror -g:source,lines,vars
+javac.opts = -XDignore.symbol.file=true -Xlint:all,-deprecation,-options,-exports -Werror -g:source,lines,vars
 javac.source = 9
 javac.target = 9
 
 #version used to compile build tools
+javac.build.opts = -XDignore.symbol.file=true -Xlint:all,-deprecation,-options -Werror -g:source,lines,vars
 javac.build.source = 8
 javac.build.target = 8