changeset 336:262d8cd1b291

6873059: Explicitly use -source 6 -target 6 when compiling with the boot jdk Summary: Set source and target explicitly in pcompile task Reviewed-by: jjg
author andrew
date Wed, 19 Aug 2009 20:44:22 +0100
parents ce9bcdcb7859
children 742987f2c0d2
files make/build.xml
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/make/build.xml	Thu Aug 06 10:25:29 2009 -0700
+++ b/make/build.xml	Wed Aug 19 20:44:22 2009 +0100
@@ -584,6 +584,8 @@
     <target name="-def-pcompile">
         <mkdir dir="${build.toolclasses.dir}"/>
         <javac fork="true"
+               source="${boot.javac.source}"
+               target="${boot.javac.target}"
                executable="${boot.java.home}/bin/javac"
                srcdir="${make.tools.dir}/CompileProperties"
                destdir="${build.toolclasses.dir}/"