[kaffe] I want to know how to process of java native interface in kaffe vm.
Dalibor Topic
robilad at kaffe.org
Sun May 7 15:19:02 PDT 2006
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
More information about the kaffe
mailing list