changeset 2685:2295b3681f88

PR3089: Remove old memory limits patch 2016-07-15 Andrew John Hughes <gnu.andrew@member.fsf.org> PR3089: Remove old memory limits patch * patches/memory-limits.patch: Removed. * Makefile.am: (ICEDTEA_PATCHES): Remove above patch.
author Andrew John Hughes <gnu_andrew@member.fsf.org>
date Fri, 15 Jul 2016 16:05:16 +0100
parents 7e85cdc1efab
children 34f1297047cd
files ChangeLog Makefile.am patches/memory-limits.patch
diffstat 3 files changed, 7 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Jul 15 15:43:57 2016 +0100
+++ b/ChangeLog	Fri Jul 15 16:05:16 2016 +0100
@@ -1,3 +1,10 @@
+2016-07-15  Andrew John Hughes  <gnu.andrew@member.fsf.org>
+
+	PR3089: Remove old memory limits patch
+	* patches/memory-limits.patch: Removed.
+	* Makefile.am:
+	(ICEDTEA_PATCHES): Remove above patch.
+
 2016-07-15  Andrew John Hughes  <gnu.andrew@member.fsf.org>
 
 	PR2945: No LocalVariableTable generated
--- a/Makefile.am	Fri Jul 15 15:43:57 2016 +0100
+++ b/Makefile.am	Fri Jul 15 16:05:16 2016 +0100
@@ -332,7 +332,6 @@
 # Patch list
 
 ICEDTEA_PATCHES = \
-	patches/memory-limits.patch \
 	patches/override-redirect-metacity.patch
 
 # Conditional patches
--- a/patches/memory-limits.patch	Fri Jul 15 15:43:57 2016 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-diff -Nru openjdk.orig/hotspot/src/share/vm/runtime/globals.hpp openjdk/hotspot/src/share/vm/runtime/globals.hpp
---- openjdk.orig/hotspot/src/share/vm/runtime/globals.hpp	2014-04-23 22:06:29.000000000 +0100
-+++ openjdk/hotspot/src/share/vm/runtime/globals.hpp	2014-05-12 20:42:01.633428300 +0100
-@@ -3113,7 +3113,7 @@
-   product(uintx, InitialHeapSize, 0,                                        \
-           "Initial heap size (in bytes); zero means use ergonomics")        \
-                                                                             \
--  product(uintx, MaxHeapSize, ScaleForWordSize(96*M),                       \
-+  product(uintx, MaxHeapSize, ScaleForWordSize(512*M),                      \
-           "Maximum heap size (in bytes)")                                   \
-                                                                             \
-   product(uintx, OldSize, ScaleForWordSize(4*M),                            \