This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: FYI: jni.h fixlet
- From: Tom Tromey <tromey at redhat dot com>
- To: Mark Wielaard <mark at klomp dot org>
- Cc: Java Patch List <java-patches at gcc dot gnu dot org>, classpath-patches at gnu dot org
- Date: 03 Nov 2004 16:57:59 -0700
- Subject: Re: Patch: FYI: jni.h fixlet
- References: <m3d5yuczv1.fsf@localhost.localdomain><1099526158.4507.39.camel@localhost>
- Reply-to: tromey at redhat dot com
>>>>> "Mark" == Mark Wielaard <mark@klomp.org> writes:
Mark> Just for the record this comes from the JNI book specification.
Mark> The online version also listed this as returning jarray:
Mark> http://java.sun.com/docs/books/jni/html/functions.html#65786
Mark> But I agree that the spec is probably wrong.
Actually you can see it here:
http://java.sun.com/j2se/1.4.2/docs/guide/jni/spec/functions.html#wp21619
These things seem to change; I'm pretty sure this code was correct
when it was written.
Tom