--- a/make/common/SetupJavaCompilers.gmk Tue Oct 27 13:48:21 2015 +0100
+++ b/make/common/SetupJavaCompilers.gmk Tue Oct 27 17:51:36 2015 +0100
@@ -38,7 +38,9 @@
# and the interim javac, to be run by the boot jdk.
$(eval $(call SetupJavaCompiler,BOOT_JAVAC, \
JAVAC := $(JAVAC), \
- FLAGS := -XDignore.symbol.file=true -g -Xlint:all$(COMMA)-deprecation -Werror))
+ FLAGS := -XDignore.symbol.file=true -g -Xlint:all$(COMMA)-deprecation -Werror, \
+ DISABLE_SJAVAC := true, \
+))
# Any java code executed during a JDK build to build other parts of the JDK must be
# executed by the bootstrap JDK (probably with -Xbootclasspath/p: ) and for this