![]() Previous |
![]() Next |
The Memory Leak Detector gets information on object liveness and relations from the running JVM when this data is gathered for garbage collection purposes. The Memory Leak Detector continuously analyzes this data and displays it as statistics, object relations graphs and instance information.
The Memory Leak Detector does not change the Java application or byte code. The garbage collector in the JRockit JVM gathers object liveness and object relations data as a part of the ordinary garbage collection process. Thus the Memory Leak Detector adds very little performance overhead to the running Java application, and as soon as you disconnect the Memory Leak Detector, the application continues to run at full speed again.