8026762: jdk8-tl builds windows builds failing in corba - javac: no source files

Wed, 16 Oct 2013 23:31:16 -0700

author
wetmore
date
Wed, 16 Oct 2013 23:31:16 -0700
changeset 528
1a71d800b032
parent 527
438c54c148a6
child 529
1c01208087b5

8026762: jdk8-tl builds windows builds failing in corba - javac: no source files
Reviewed-by: katleman, dholmes

makefiles/BuildCorba.gmk file | annotate | diff | comparison | revisions
     1.1 --- a/makefiles/BuildCorba.gmk	Wed Oct 16 13:49:59 2013 +0200
     1.2 +++ b/makefiles/BuildCorba.gmk	Wed Oct 16 23:31:16 2013 -0700
     1.3 @@ -45,8 +45,9 @@
     1.4  $(eval $(call SetupJavaCompiler,GENERATE_OLDBYTECODE,\
     1.5       JVM:=$(JAVA),\
     1.6       JAVAC:=$(NEW_JAVAC),\
     1.7 -    FLAGS := $(BOOT_JDK_SOURCETARGET) -bootclasspath $(BOOT_RTJAR)$(PATH_SEP)$(BOOT_TOOLSJAR) \
     1.8 -        $(DISABLE_CORBA_WARNINGS), \
     1.9 +     FLAGS := $(BOOT_JDK_SOURCETARGET) \
    1.10 +          -bootclasspath "$(BOOT_RTJAR)$(PATH_SEP)$(BOOT_TOOLSJAR)" \
    1.11 +          $(DISABLE_CORBA_WARNINGS), \
    1.12       SERVER_DIR:=$(SJAVAC_SERVER_DIR),\
    1.13       SERVER_JVM:=$(SJAVAC_SERVER_JAVA)))
    1.14  

mercurial