8026762: jdk8-tl builds windows builds failing in corba - javac: no source files
authorwetmore
Wed, 16 Oct 2013 23:31:16 -0700
changeset 20920 ad3634a725bc
parent 20919 d2ffe3f63ad8
child 20921 9b534ffa9d4e
8026762: jdk8-tl builds windows builds failing in corba - javac: no source files Reviewed-by: katleman, dholmes
corba/makefiles/BuildCorba.gmk
--- a/corba/makefiles/BuildCorba.gmk	Wed Oct 16 13:49:59 2013 +0200
+++ b/corba/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)))