[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
java_io_File.c deletelocalref and cl in ObjectInputStream
From: |
David Bélanger |
Subject: |
java_io_File.c deletelocalref and cl in ObjectInputStream |
Date: |
Mon, 24 Nov 2003 21:11:12 -0500 |
User-agent: |
Mutt/1.3.28i |
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, I guess otherwise it may
run out of local refs for a long directory listing.
ObjectInputStream.java: I don't understand ClassLoader enough to explain this
one.
David
---
David Bélanger
Graduate Student
School of Computer Science
McGill University
Office: MC226
Web page: http://www.cs.mcgill.ca/~dbelan2/
Public key: http://www.cs.mcgill.ca/~dbelan2/public_key.txt
java_io_File.c.diff
Description: Text document
ObjectInputStream.java.diff
Description: Text document
- java_io_File.c deletelocalref and cl in ObjectInputStream,
David Bélanger <=