incremental gc

2000-11-07 Thread Fang Wei Jian
Until now, there is no incremental gc implementation in kaffe. Incremental gc is of necessity to provide a non-disruptive java program execution, especially when working in a real-time or interactive environment. Is there any plan to implement incremental gc in kaffe? fwj

why not resolve field in constant pool?

2000-10-25 Thread Fang Wei Jian
Hi, when kaffe resolves CONSTANT_Class in constant pool, it replaces it with CONSTANT_ResolvedClass, and records the pointer to class struct at constants.data[idx]. Why not treat field in the same way? wj

First-in-last-out waiting quere for lock in Kaffe

2000-10-21 Thread Fang Wei Jian
Dear all, I noticed that in kaffe lock implementation (in slowLockMutex() and slowUnlockMutex() ), the last thread suspending on the lock will always be resumed firstly, which doesn't embody equality policy. Right? Fang Wei Jian

Re: some regression test of kaffe 1.0.6 failed on linux

2000-09-21 Thread Fang Wei Jian
the source code of preempt.java. Because of the synchronization, there is no evidence to support preemptive scheduling. Fang Wei Jian "Patterson, Ross" wrote: Fang Wei Jian mailto:[EMAIL PROTECTED] writes: To my surprise, some of the regression test failed, including Pr

Re: some regression test of kaffe 1.0.6 failed on linux

2000-09-21 Thread Fang Wei Jian
Pat, Yes, I have two cpus. But how will this happen? can unix-pthreads and unix-jthreads map threads to different cpus? I use jthreads. Thanks Wei Jian Patrick Tullmann wrote: Fang Wei Jian wrote: I re-did the regression test. The system was not busy, cpu idle time is 86.7% and 97.1

Re: some regression test of kaffe 1.0.6 failed on linux

2000-09-21 Thread Fang Wei Jian
What's different between 1.0.5 and 1.0.6? why 1.0.5 pass the tests while 1.0.6 failed in the same environment? Patrick Tullmann wrote: Fang Wei Jian wrote: I re-did the regression test. The system was not busy, cpu idle time is 86.7% and 97.1%. Do you have two CPUs or did you make

Porting Classpath to Kaffe

2000-07-16 Thread Fang Wei Jian
Hi, Have Classpath already been ported to Kaffe? Or this project is in progress? Any info are appreciated. Regards Fang Wei Jian