This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Bug in JNI RegisterNatives?
- From: Tom Tromey <tromey at redhat dot com>
- To: Juerg Lehni <juerg at scratchdisk dot com>
- Cc: java at gcc dot gnu dot org
- Date: 29 May 2006 15:14:13 -0600
- Subject: Re: Bug in JNI RegisterNatives?
- References: <B3B02B14-9CE5-4CDF-B58E-2EDBC65586CB@scratchdisk.com>
- Reply-to: tromey at redhat dot com
>>>>> "Juerg" == Juerg Lehni <juerg@scratchdisk.com> writes:
Juerg> I believe I discovered a rather serious bug in GCJ's implementation
Juerg> of JNI RegisterNatives.
Yes, I think you're right.
Juerg> This should not be too hard to fix. One could for example use the
Juerg> class name plus the mehtod name instead of only the method name when
Juerg> storing native methods in nathash.
Yeah, I think we should do this.
If you're not planning to submit a patch, could you file this in
bugzilla?
Tom