This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Bugs for JNI on Solaris
- From: Tom Tromey <tromey at redhat dot com>
- To: martin dot kahlert at infineon dot com
- Cc: java-patches at gcc dot gnu dot org, java at gcc dot gnu dot org
- Date: 08 Feb 2002 07:29:24 -0700
- Subject: Re: Bugs for JNI on Solaris
- References: <20020208130442.A7917@keksy.muc.infineon.com>
- Reply-to: tromey at redhat dot com
>>>>> "Martin" == Martin Kahlert <martin.kahlert@infineon.com> writes:
Martin> this patch makes my small buggy program work on Solaris.
Martin> (see http://gcc.gnu.org/ml/java/2002-02/msg00063.html).
Martin> The second patch cures the problem. If it is correct should be
Martin> judged by some more experienced people than me.
Thanks for tracking this down.
I've made a minor change to your patch to use a for loop instead of
memset; that is what is used elsewhere in the file.
I'll check it in shortly.
I appreciate your continuing work on JNI.
Tom