This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Class unloading (Was: Heap fragmentation (Was: Debugging "Leaks" With Boehm-GC))


Tom Tromey writes:
 > >>>>> "Martin" == Martin Egholm Nielsen <martin@egholm-nielsen.dk> writes:
 > 
 > [ class unloading ]
 > Martin> Since it's in the JLS it may be standard GCJ behaviour?
 > 
 > We don't really implement this yet.  It might work for interpreted
 > classes, I'm not sure.
 > 
 > We haven't made this work for compiled classes yet.  Ideally we would
 > unmap shared libraries when all the classes from that .so have been
 > collected.

I am actively working on this.

Andrew.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]