Monitor views show a table where every row corresponds to a waiting or blocking event on a monitor.
There are two monitor views:
|
The monitor views show the following 6 columns:
sortable.
|
In the lower part of the split pane, the stack traces of the waiting thread and - if applicable - of the owning thread are displayed. Stack traces can only be displayed if CPU data is being recorded. |
You can show any monitor in the heap walker by
selecting the table row and choosing Show Selection In Heap Walker
from the context menu. If a heap dump was already taken, you can choose to select the object in the
current heap dump, otherwise a new heap dump will be taken.
Note that the selected monitor might not exist in the heap dump because the heap dump might have been taken before the monitor was allocated or after the monitor was garbage collected. |