This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Why is jni.j installed in ${prefix}/include?
- From: Tom Tromey <tromey at redhat dot com>
- To: martin dot kahlert at infineon dot com
- Cc: java at gcc dot gnu dot org
- Date: 16 Jan 2002 14:10:27 -0700
- Subject: Re: Why is jni.j installed in ${prefix}/include?
- References: <20020110154845.A402@keksy.muc.infineon.com>
- Reply-to: tromey at redhat dot com
>>>>> "Martin" == Martin Kahlert <martin.kahlert@infineon.com> writes:
Martin> Unfortunately, JNI seems to not work in 20020107. At least
Martin> gdb tells me, that the variables i pass to NewStringUTF are
Martin> changed into completely unrelated things, but this is not
Martin> reproduceable.
You can't really trust gdb at this point :-(. I find it occasionally
unreliable.
I tried your example and I found the problem. Some of the changes
made to IdentityHashMap didn't preserve an earlier bug fix. I'm
checking in the fix now.
Tom