Links to some websites for more information about garbage
collection.
You can analyze and understand garbage collection diagnostic output
through the following links:
Garbage collection policies, Part 1 explains
the different garbage collection policies and their characteristics.
Part of the Java™ technology, IBM® style series.
Garbage collection policies, Part 2 explains
what to consider when choosing a garbage collection policy, and how
to get guidance on your choice from the verbose garbage collection
logs. It describes the kind of information that is available from
verbose garbage collection logs and presents two case studies. Part
of the Java technology, IBM style series.