8201495: [Zero] Reduce limits of max heap size for boot JDK on s390

Fri, 04 May 2018 11:00:26 +0100

author
sgehwolf
date
Fri, 04 May 2018 11:00:26 +0100
changeset 2222
7129b977c4af
parent 2221
888144400d97
child 2223
01cc48ed67f3

8201495: [Zero] Reduce limits of max heap size for boot JDK on s390
Reviewed-by: andrew

common/autoconf/boot-jdk.m4 file | annotate | diff | comparison | revisions
common/autoconf/generated-configure.sh file | annotate | diff | comparison | revisions
     1.1 --- a/common/autoconf/boot-jdk.m4	Thu Apr 19 03:58:58 2018 -0700
     1.2 +++ b/common/autoconf/boot-jdk.m4	Fri May 04 11:00:26 2018 +0100
     1.3 @@ -334,7 +334,7 @@
     1.4    # Maximum amount of heap memory.
     1.5    # Maximum stack size.
     1.6    if test "x$BOOT_JDK_BITS" = x32; then
     1.7 -    JVM_MAX_HEAP=1100M
     1.8 +    JVM_MAX_HEAP=768M
     1.9      STACK_SIZE=768
    1.10    else
    1.11      # Running Javac on a JVM on a 64-bit machine, takes more space since 64-bit
     2.1 --- a/common/autoconf/generated-configure.sh	Thu Apr 19 03:58:58 2018 -0700
     2.2 +++ b/common/autoconf/generated-configure.sh	Fri May 04 11:00:26 2018 +0100
     2.3 @@ -4242,7 +4242,7 @@
     2.4  #CUSTOM_AUTOCONF_INCLUDE
     2.5  
     2.6  # Do not change or remove the following line, it is needed for consistency checks:
     2.7 -DATE_WHEN_GENERATED=1524043158
     2.8 +DATE_WHEN_GENERATED=1525371284
     2.9  
    2.10  ###############################################################################
    2.11  #
    2.12 @@ -24576,7 +24576,7 @@
    2.13    # Maximum amount of heap memory.
    2.14    # Maximum stack size.
    2.15    if test "x$BOOT_JDK_BITS" = x32; then
    2.16 -    JVM_MAX_HEAP=1100M
    2.17 +    JVM_MAX_HEAP=768M
    2.18      STACK_SIZE=768
    2.19    else
    2.20      # Running Javac on a JVM on a 64-bit machine, takes more space since 64-bit

mercurial