For Programmers: Free Programming Magazines  


Home > Archive > Java Help > October 2006 > Re: Run garbage collection









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Re: Run garbage collection
Chris Smith

2006-10-31, 7:07 pm

Eric Sosman <Eric.Sosman@sun.com> wrote:
> To verify that an object is truly garbage (or that it is not
> non-garbage, which may be a better description of contemporary
> collectors), the JVM would need to do pretty much the same
> amount of work it would do for an ordinary GC. It seems to me
> that "trustworthy selective GC" would not offer much savings
> over ordinary GC; TSGC would just complicate the JVM and might
> even make ordinary GC slower by imposing extra bookkeeping.


I suppose an exception would be that if the collector were generational,
the call could be interpreted as "collect up to and including the
generation that contains this object".

--
Chris Smith
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com