[project @ 2001-07-19 07:28:00 by andy]
Re-adding the -i flag for heap profiling. The problem was that profiling forces 2-space collection, and the census was done on *every* GC. Now, we still keep the 2-space for profiling, but just do the census periodically, according to a new flag, -i<secs>.
Please register or sign in to comment