This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Why is jni.j installed in ${prefix}/include?


>>>>> "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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]