--- a/common/autoconf/bootcycle-spec.gmk.in Tue Jun 28 16:04:03 2016 +0200
+++ b/common/autoconf/bootcycle-spec.gmk.in Wed Jun 29 20:00:55 2016 +0200
@@ -64,7 +64,7 @@
# When building a 32bit target, make sure the sjavac server flags are compatible
# with a 32bit JVM.
ifeq ($(OPENJDK_TARGET_CPU_BITS), 32)
- SJAVAC_SERVER_JAVA_FLAGS:= -Xms256M -Xmx1500M
+ SJAVAC_SERVER_JAVA_FLAGS := @BOOTCYCLE_JVM_ARGS_BIG@
endif
# The bootcycle JVM arguments may differ from the original boot jdk.
JAVA_FLAGS_BIG := @BOOTCYCLE_JVM_ARGS_BIG@