# HG changeset patch # User wetmore # Date 1381991476 25200 # Node ID 1a71d800b03279dd8ba6b8e3234a2e895e86dfa9 # Parent 438c54c148a60b9151a1bbfe57498d7f90a2675a 8026762: jdk8-tl builds windows builds failing in corba - javac: no source files Reviewed-by: katleman, dholmes diff -r 438c54c148a6 -r 1a71d800b032 makefiles/BuildCorba.gmk --- a/makefiles/BuildCorba.gmk Wed Oct 16 13:49:59 2013 +0200 +++ b/makefiles/BuildCorba.gmk Wed Oct 16 23:31:16 2013 -0700 @@ -45,8 +45,9 @@ $(eval $(call SetupJavaCompiler,GENERATE_OLDBYTECODE,\ JVM:=$(JAVA),\ JAVAC:=$(NEW_JAVAC),\ - FLAGS := $(BOOT_JDK_SOURCETARGET) -bootclasspath $(BOOT_RTJAR)$(PATH_SEP)$(BOOT_TOOLSJAR) \ - $(DISABLE_CORBA_WARNINGS), \ + FLAGS := $(BOOT_JDK_SOURCETARGET) \ + -bootclasspath "$(BOOT_RTJAR)$(PATH_SEP)$(BOOT_TOOLSJAR)" \ + $(DISABLE_CORBA_WARNINGS), \ SERVER_DIR:=$(SJAVAC_SERVER_DIR),\ SERVER_JVM:=$(SJAVAC_SERVER_JAVA)))