| I want to know about jni process in the kaffe. Which one of garbage collection does it selected? mark and sweep, generational ... After gc process, Does it have compaction to reduce heap fragmentation in the kaffe? After compaction job, When an object is moved, How do it updated the new location in the kaffe? Does the kaffe have a solution this problem? In the process, If other object refer to the moved object, I think that it happed problems. If updating references to moved objcets, existing reference has a wrong address. I want to know how does it resolve this problem in the kaffe. If it was't implementation, do I implement this function? Regard. donggi im.
|
_______________________________________________ kaffe mailing list [email protected] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe
