Hello. I have a question: Is the GC incremental working with gcj? Do I need to call GC_enable_incremental() in my java program to enable incremental collections (beacuse I didn't find a call to this function in libjava)? regards