1cd817df23
- Update(s) from upstreamed patches: - 8036003-dont-add-unnecessary-debug-links.patch => 8036003-add-with-native-debug-symbols-configure-flag.patch - rh1176206-jdk.patch => 8150954-pr2866-rh1176206-screenshot-xcomposite-jdk.patch => Deleted rh1176206-root.patch as thats no longer needed with upstream 8150954. - Refreshed 8165852-pr3468.patch from upstream. - Refreshed 8201495-s390-java-opts.patch from upstream. - 8207057-pr3613-hotspot-assembler-debuginfo.patch => 8207057-pr3613-assembler-debuginfo-hotspot.patch and 8207057-pr3613-assembler-debuginfo-root.patch. From JDK 8u backport. - Renamed spec-only patch: pr3183.patch => pr3183-rh1340845-system-crypto-policy.patch - Renamed java-1.8.0-openjdk-size_t.patch => 8201495-s390-java-opts.patch - Moved SunEC provider via system NSS to RPM specific patches section. - Moved upstream 8u patches to appropriate sections (8u192/8u202). - Removed rh1214835.patch since it's invalid. See: https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=2304#c3 - Use --with-native-debug-symbols=internal which JDK-8036003 adds.
22 lines
743 B
Diff
22 lines
743 B
Diff
|
|
# HG changeset patch
|
|
# User sgehwolf
|
|
# Date 1525428026 -3600
|
|
# Node ID 7129b977c4af021b1c9bbd7bbd334677213940d4
|
|
# Parent 888144400d978e40a004dd8b908025a31135c092
|
|
8201495: [Zero] Reduce limits of max heap size for boot JDK on s390
|
|
Reviewed-by: andrew
|
|
|
|
diff -r 888144400d97 -r 7129b977c4af common/autoconf/boot-jdk.m4
|
|
--- openjdk.orig/common/autoconf/boot-jdk.m4 Thu Apr 19 03:58:58 2018 -0700
|
|
+++ openjdk/common/autoconf/boot-jdk.m4 Fri May 04 11:00:26 2018 +0100
|
|
@@ -334,7 +334,7 @@
|
|
# Maximum amount of heap memory.
|
|
# Maximum stack size.
|
|
if test "x$BOOT_JDK_BITS" = x32; then
|
|
- JVM_MAX_HEAP=1100M
|
|
+ JVM_MAX_HEAP=768M
|
|
STACK_SIZE=768
|
|
else
|
|
# Running Javac on a JVM on a 64-bit machine, takes more space since 64-bit
|