/hg/icedtea6: Remove icedtea-messageutils.patch. In b17 as 68526...
mjw at icedtea.classpath.org
mjw at icedtea.classpath.org
Mon Oct 19 01:37:34 PDT 2009
changeset 820a1a20046c in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=820a1a20046c
author: Mark Wielaard <mark at klomp.org>
date: Mon Oct 19 10:30:42 2009 +0200
Remove icedtea-messageutils.patch. In b17 as 6852607: MessageUtils
JVM crash.
2009-10-19 Mark Wielaard <mjw at redhat.com>
* patches/icedtea-messageutils.patch: Removed. Applied in
b17 as 6852607: MessageUtils JVM crash.
* Makefile.am (ICEDTEA_PATCHES): Remove patches/icedtea-
messageutils.patch.
diffstat:
3 files changed, 7 insertions(+), 15 deletions(-)
ChangeLog | 7 +++++++
Makefile.am | 1 -
patches/icedtea-messageutils.patch | 14 --------------
diffs (43 lines):
diff -r 2673464ac328 -r 820a1a20046c ChangeLog
--- a/ChangeLog Sun Oct 18 21:42:53 2009 +0100
+++ b/ChangeLog Mon Oct 19 10:30:42 2009 +0200
@@ -1,3 +1,10 @@ 2009-10-16 Andrew John Hughes <ahughes
+2009-10-19 Mark Wielaard <mjw at redhat.com>
+
+ * patches/icedtea-messageutils.patch: Removed. Applied in b17 as
+ 6852607: MessageUtils JVM crash.
+ * Makefile.am (ICEDTEA_PATCHES): Remove
+ patches/icedtea-messageutils.patch.
+
2009-10-16 Andrew John Hughes <ahughes at redhat.com>
* Makefile.am:
diff -r 2673464ac328 -r 820a1a20046c Makefile.am
--- a/Makefile.am Sun Oct 18 21:42:53 2009 +0100
+++ b/Makefile.am Mon Oct 19 10:30:42 2009 +0200
@@ -607,7 +607,6 @@ ICEDTEA_PATCHES = \
$(GCC_PATCH) \
patches/icedtea-arch.patch \
patches/icedtea-lc_ctype.patch \
- patches/icedtea-messageutils.patch \
patches/icedtea-xjc.patch \
patches/icedtea-renderer-crossing.patch \
patches/icedtea-stroker-finish.patch \
diff -r 2673464ac328 -r 820a1a20046c patches/icedtea-messageutils.patch
--- a/patches/icedtea-messageutils.patch Sun Oct 18 21:42:53 2009 +0100
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
---- oldMessageUtils.c 2009-06-25 16:39:27.000000000 -0400
-+++ openjdk/jdk/src/share/native/sun/misc/MessageUtils.c 2009-06-25 16:40:14.000000000 -0400
-@@ -39,6 +39,11 @@
- int i;
- const jchar *sAsArray;
-
-+ if (s == NULL) {
-+ s = (*env)->NewStringUTF(env, "null");
-+ if (s == NULL) return;
-+ }
-+
- sAsArray = (*env)->GetStringChars(env, s, NULL);
- length = (*env)->GetStringLength(env, s);
- sConverted = (char *) malloc(length + 1);
More information about the distro-pkg-dev
mailing list