On Fri, 2006-05-05 at 14:09 +0900, 임동기 wrote:
> Hi all.
> I want to know about jni in kaffe vm.
> How to process of jni in kaffe?
> After garbage collection and memory compaction, how do it process?
> I wondering how about object moving and object reference?

Hi,

The JNI support is implemented in kaffe/kaffevm/jni directory. You can
find the code that deals with references, etc. in there. The file jni.c
contains the mapping form Kaffe's internal JNI functions to the JNI
functions specified by the jni.h.

cheers,
dalibor topic


_______________________________________________
kaffe mailing list
[email protected]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Reply via email to