This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: GC Problems...
On Friday 10 September 2004 10:18, Simon Levitt wrote:
> I'll have a go at removing USE_GLOBAL_ALLOC to see if that makes a
> difference - It certain does to the heap usage
>
Just tried it, and even without GlobalAlloc the handles are steadily
increasing, and again the heap usage (measured by Runtime.freeMemory()) is a
lot less than with USE_GLOBAL_ALLOC - Which is strange given I can only
really see that affecting a couple of lines of code - which surely are only
used when an extension to the heap itself is required (ie. affecting
Runtime.totalMemory()).
Simon.,