diff --git a/make/build.xml b/make/build.xml
index ac1b1ed5e4339976401c81b006ea5f007e281042..c49120597529c0dac7faba066fa776d1bc424971 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -83,6 +83,16 @@
+
+
+
+
+
+
@@ -397,7 +407,7 @@
-
+
diff --git a/src/share/bin/launcher.sh-template b/src/share/bin/launcher.sh-template
index 3813678395a68c439f8997724d9eb14c1d652f3d..c62af2e9b947c95d2d6a3eedf5261b8722a30d0f 100644
--- a/src/share/bin/launcher.sh-template
+++ b/src/share/bin/launcher.sh-template
@@ -45,7 +45,7 @@ if [ "$LANGTOOLS_USE_BOOTCLASSPATH" != "no" ]; then
fi
# tools currently assumes that assertions are enabled in the launcher
-ea=-ea:com.sun.tools
+ea=-ea:com.sun.tools...
# Any parameters starting with -J are passed to the JVM.
# All other parameters become parameters of #PROGRAM#.