diff --git a/make/build.xml b/make/build.xml
index de67c9deda15a61c859f89db3e6e17e8a40c8c1c..7b9e1457bf09d40b63b6c60bda0b4ca2b934b557 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -390,6 +390,7 @@
+
@@ -544,6 +545,7 @@
classes.dir="${build.bootstrap.dir}/classes"
bin.dir="${build.bootstrap.dir}/bin"
lib.dir="${build.bootstrap.dir}/lib"
+ java="${boot.java}"
javac.bootclasspath=""
release="${bootstrap.release}"
full.version="${bootstrap.full.version}"/>