Heap Walker Dialog

Use to view an analysis of a heap dump. The dialog displays detailed information about the heap when the heap dump was saved.

The dialog contains the following tabs for browsing information contained in the heap dump. Each tab contains additional buttons located on the right side of the dialog. These buttons enable you to modify information in the dialog.

Tab Description
Summary Displays general information about the heap dump such as total numbers of classes and instances. The tab also provides information about the environment and system properties of the machine where the heap dump was taken.

Click the Inspect button to find objects by the retained size. You can click on an object returned by the query to view details about it in the Classes or Instances tab.

Classes

Displays a list of classes with information about the number of instances of the class and the total size of the instances. You can click a class to view details in the Instances tab.

Click the Static Fields button to view the static fields of the selected class. Click Compare with another heap dump to select and then view the differences between two heap dumps.

Instances Displays instances for a class you select in the Classes tab. For each instance, you can select an instance to browse:
  • the fields of the instance in the Fields browser.
  • references to the instance in the Reference browser.

You can hide or reveal individual panes by clicking the Instances, Fields and References buttons.

You can right-click individual items in each of the panes to open a popup menu with additional commands.

For objects that have a graphical representation such as UI elements, Heap Walker displays an image of the selected instance in addition to the textual values.

OQL Console Displays the OQL editor, saved queries, and a window that displays the query results.


Related Topics

Developing Applications with NetBeans IDE,

Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements; and to You under the Apache License, Version 2.0.