The Java run-time system performs garbage collection automatically. It finds memory that a program is no longer using and frees it.
Garbage collection can only be run if the process is active. It is available from Package Statistics view, Class Statistics view and, when instance level information is collected, Instance Statistics view.
To view details about garbage collection, follow these steps.
and then Refresh Views
. Notice the changes in the number of active instances and garbage collected, at
the package or class level. 
, the instances at which
you collected the object references will be indicated in the GC thread and
marked by the numbered generations.
Related concepts
Overview of the Profiling Tool
Execution flow view and table
Statistical views
Related tasks
Profiling an application
Launching or attaching a Java process
Identifying resource-intensive methods
Analyzing performance and memory usage - overview
(C) Copyright IBM Corporation 2000, 2003. All Rights Reserved.