< prev index next >

make/common/shared/Defs-java.gmk

Print this page
rev 8219 : 8024900: PPC64: Enable new build on AIX (jdk part)
8024854: PPC64: Basic changes and files to build the class library on AIX
Reviewed-by: alanb, prr, sla, chegar, michaelm, mullan, art, erikj
Contributed-by: luchsh@linux.vnet.ibm.com, spoole@linux.vnet.ibm.com, thomas.stuefe@sap.com

*** 88,98 **** # 64-bit builds require a larger thread stack size. ifeq ($(ARCH_DATA_MODEL), 32) JAVAC_JVM_FLAGS += -J-XX:ThreadStackSize=768 else ! JAVAC_JVM_FLAGS += -J-XX:ThreadStackSize=1536 endif JAVAC_JVM_FLAGS += $(JAVA_TOOLS_FLAGS:%=-J%) # The jar -J options are special, must be added at the end of the command line JAR_JFLAGS = $(JAVA_TOOLS_FLAGS:%=-J%) --- 88,98 ---- # 64-bit builds require a larger thread stack size. ifeq ($(ARCH_DATA_MODEL), 32) JAVAC_JVM_FLAGS += -J-XX:ThreadStackSize=768 else ! JAVAC_JVM_FLAGS += -J-XX:ThreadStackSize=2096 endif JAVAC_JVM_FLAGS += $(JAVA_TOOLS_FLAGS:%=-J%) # The jar -J options are special, must be added at the end of the command line JAR_JFLAGS = $(JAVA_TOOLS_FLAGS:%=-J%)
< prev index next >