Re: java_io_File.c deletelocalref and cl in ObjectInputStream

2003-11-27 Thread Etienne Gagnon
David Bélanger wrote: I think Etienne did these two changes, I'm not sure. Maybe Etienne could answer your questions on these. java_io_File.c: Basically, it frees a local ref, I guess otherwise it may run out of local refs for a long directory listing. (*env)-SetObjectArrayElement(env,

java_io_File.c deletelocalref and cl in ObjectInputStream

2003-11-24 Thread David Bélanger
Hi, These are 2 more changes that were done on the old Classpath used in SableVM but are not currently found in the most recent Classpath. I think Etienne did these two changes, I'm not sure. Maybe Etienne could answer your questions on these. java_io_File.c: Basically, it frees a local ref,