changeset in /hg/icedtea: * patches/icedtea-cacao.patch: New file.

Christian Thalinger twisti at complang.tuwien.ac.at
Wed Jan 16 07:09:50 PST 2008


changeset 2171125bac73 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=2171125bac73
description:
	* patches/icedtea-cacao.patch: New file.

diffstat:

1 file changed, 13 insertions(+)
patches/icedtea-cacao.patch |   13 +++++++++++++

diffs (17 lines):

diff -r c4653967115c -r 2171125bac73 patches/icedtea-cacao.patch
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/patches/icedtea-cacao.patch	Tue Jan 15 16:15:58 2008 +0100
@@ -0,0 +1,13 @@
+diff -r 37a05a11f281 src/share/bin/java.c
+--- origopenjdk/jdk/src/share/bin/java.c	Sat Dec 01 00:00:00 2007 +0000
++++ openjdk/jdk/src/share/bin/java.c	Tue Jan 15 16:13:54 2008 +0100
+@@ -1955,7 +1955,8 @@ ContinueInNewThread(InvocationFunctions*
+       args.classname = classname;
+       args.ifn = *ifn;
+ 
+-      rslt = ContinueInNewThread0(JavaMain, threadStackSize, (void*)&args);
++/*       rslt = ContinueInNewThread0(JavaMain, threadStackSize, (void*)&args); */
++      rslt = JavaMain((void*)&args);
+       /* If the caller has deemed there is an error we
+        * simply return that, otherwise we return the value of
+        * the callee



More information about the distro-pkg-dev mailing list