changeset 2493:96a8975a5049

JamVM: remove upstreamed patch. 2011-03-12 Xerxes Ranby <xerxes@zafena.se> JamVM: remove upstreamed patch. * Makefile.am: Remove upstreamed JamVM patch. * patches/jamvm/ignore-more-XX-options.patch: Deleted.
author Xerxes R?nby <xerxes@zafena.se>
date Sat, 12 Mar 2011 20:57:17 +0100
parents e1efdb7e7fa5
children 16898c6950c6
files ChangeLog Makefile.am patches/jamvm/ignore-more-XX-options.patch
diffstat 3 files changed, 6 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Mar 11 16:40:00 2011 +0100
+++ b/ChangeLog	Sat Mar 12 20:57:17 2011 +0100
@@ -1,3 +1,9 @@
+2011-03-12  Xerxes Ranby  <xerxes@zafena.se>
+
+	JamVM: remove upstreamed patch.
+	* Makefile.am: Remove upstreamed JamVM patch.
+	* patches/jamvm/ignore-more-XX-options.patch: Deleted.
+
 2011-03-11  Xerxes Ranby  <xerxes@zafena.se>
 
 	JamVM: mips
--- a/Makefile.am	Fri Mar 11 16:40:00 2011 +0100
+++ b/Makefile.am	Sat Mar 12 20:57:17 2011 +0100
@@ -358,7 +358,6 @@
 
 if BUILD_JAMVM
 ICEDTEA_PATCHES += \
-	patches/jamvm/ignore-more-XX-options.patch \
 	patches/jamvm/mips64el.patch
 endif
 
--- a/patches/jamvm/ignore-more-XX-options.patch	Fri Mar 11 16:40:00 2011 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-Index: jamvm/jamvm/src/jni.c
-===================================================================
---- jamvm/jamvm.orig/src/jni.c	2011-02-23 09:54:17.000000000 +0100
-+++ jamvm/jamvm/src/jni.c	2011-02-23 09:58:21.000000000 +0100
-@@ -1638,6 +1638,7 @@
- #endif
-         /* Compatibility options */
-         } else if(strncmp(string, "-XX:PermSize=", 13) == 0 ||
-+                  strncmp(string, "-XX:ThreadStackSize=", 20) == 0 ||
-                   strncmp(string, "-XX:MaxPermSize=", 16) == 0) {
-             /* Ignore */
-         } else if(!vm_args->ignoreUnrecognized) {