garbage collection

Artur Biesiadowski abies at pg.gda.pl
Wed May 20 03:38:06 PDT 1998


On Wed, 20 May 1998, Davor Cubranic wrote:

> Ten intToString's get created, but, as I said, not freed. Could somebody send 
> me a sample program that was used to test GC? (Or something that you think 
> should kick it in action.)
> 

Mayby just add explicit call to System.gc() after creating those objects ?
1000 small objects is probably not enough to require gc (maybe if you
try 1000000 of them ....)

Artur



More information about the kaffe mailing list