common/autoconf/boot-jdk.m4

changeset 1028
feeb67be5886
parent 972
f3697e0783e2
child 1133
50aaf272884f
child 1187
d74730a6d7d0
     1.1 --- a/common/autoconf/boot-jdk.m4	Mon Mar 31 14:06:57 2014 -0700
     1.2 +++ b/common/autoconf/boot-jdk.m4	Wed Apr 02 10:01:38 2014 -0700
     1.3 @@ -316,7 +316,7 @@
     1.4  
     1.5      # Minimum amount of heap memory.
     1.6      ADD_JVM_ARG_IF_OK([-Xms64M],boot_jdk_jvmargs,[$JAVA])
     1.7 -    if test "x$OPENJDK_TARGET_OS" = "xmacosx"; then
     1.8 +    if test "x$OPENJDK_TARGET_OS" = "xmacosx" || test "x$OPENJDK_TARGET_CPU" = "xppc64" ; then
     1.9        # Why does macosx need more heap? Its the huge JDK batch.
    1.10        ADD_JVM_ARG_IF_OK([-Xmx1600M],boot_jdk_jvmargs,[$JAVA])
    1.11      else

mercurial