Index: doc/hacking.texinfo =================================================================== RCS file: /cvsroot/classpath/classpath/doc/hacking.texinfo,v retrieving revision 1.26 diff -u -b -B -r1.26 hacking.texinfo --- doc/hacking.texinfo 30 Apr 2004 12:32:16 -0000 1.26 +++ doc/hacking.texinfo 3 Jun 2004 15:24:32 -0000 @@ -1013,7 +1013,7 @@ method call from Java to C. Cache methodIDs and fieldIDs wherever you can. String lookups are -expensive. The best way to do this is to use the native/lib/jnilink.h +expensive. The best way to do this is to use the native/jni/classpath/jnilink.h library. It will ensure that jmethodIDs are always valid, even if the class is unloaded at some point. In 1.1, jnilink simply caches a NewGlobalRef() to the method's underlying class; however, when 1.2 comes