8160722: Module summary generation fails on Windows 32bit
authorerikj
Fri, 01 Jul 2016 17:03:59 +0200
changeset 39203 294ad181367d
parent 39202 747133afbc68
child 39204 6c8bca1dd4ba
8160722: Module summary generation fails on Windows 32bit Reviewed-by: tbell
common/autoconf/spec.gmk.in
--- a/common/autoconf/spec.gmk.in	Thu Jun 30 22:38:09 2016 +0000
+++ b/common/autoconf/spec.gmk.in	Fri Jul 01 17:03:59 2016 +0200
@@ -578,7 +578,7 @@
 JAVAC_FLAGS?=@JAVAC_FLAGS@
 
 
-BUILD_JAVA_FLAGS:=-Xms64M -Xmx1100M
+BUILD_JAVA_FLAGS := @BOOTCYCLE_JVM_ARGS_BIG@
 BUILD_JAVA=@FIXPATH@ $(BUILD_JDK)/bin/java $(BUILD_JAVA_FLAGS)
 
 # Use ?= as this can be overridden from bootcycle-spec.gmk