public class sun.jvm.hotspot.ui.ObjectListPanel extends sun.jvm.hotspot.ui.SAPanel
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: sun.jvm.hotspot.ui.ObjectListPanel
super_class: sun.jvm.hotspot.ui.SAPanel
{
private sun.jvm.hotspot.ui.ObjectListPanel$ObjectListTableModel dataModel;
descriptor: Lsun/jvm/hotspot/ui/ObjectListPanel$ObjectListTableModel;
flags: (0x0002) ACC_PRIVATE
private javax.swing.JTable table;
descriptor: Ljavax/swing/JTable;
flags: (0x0002) ACC_PRIVATE
private java.util.List elements;
descriptor: Ljava/util/List;
flags: (0x0002) ACC_PRIVATE
private sun.jvm.hotspot.utilities.HeapProgressThunk thunk;
descriptor: Lsun/jvm/hotspot/utilities/HeapProgressThunk;
flags: (0x0002) ACC_PRIVATE
private boolean checkedForArrays;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private boolean hasArrays;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private int numColumns;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private javax.swing.JButton livenessButton;
descriptor: Ljavax/swing/JButton;
flags: (0x0002) ACC_PRIVATE
private java.awt.event.ActionListener livenessButtonListener;
descriptor: Ljava/awt/event/ActionListener;
flags: (0x0002) ACC_PRIVATE
private static final java.lang.String showLivenessText;
descriptor: Ljava/lang/String;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: "Show Liveness"
public void <init>(java.util.List, sun.jvm.hotspot.utilities.HeapProgressThunk);
descriptor: (Ljava/util/List;Lsun/jvm/hotspot/utilities/HeapProgressThunk;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=8, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial sun.jvm.hotspot.ui.SAPanel.<init>:()V
1: aload 0
aload 1
putfield sun.jvm.hotspot.ui.ObjectListPanel.elements:Ljava/util/List;
2: aload 0
aload 2
putfield sun.jvm.hotspot.ui.ObjectListPanel.thunk:Lsun/jvm/hotspot/utilities/HeapProgressThunk;
3: aload 0
invokevirtual sun.jvm.hotspot.ui.ObjectListPanel.computeNumColumns:()V
4: aload 0
new java.awt.BorderLayout
dup
invokespecial java.awt.BorderLayout.<init>:()V
invokevirtual sun.jvm.hotspot.ui.ObjectListPanel.setLayout:(Ljava/awt/LayoutManager;)V
5: aload 0
new sun.jvm.hotspot.ui.ObjectListPanel$ObjectListTableModel
dup
aload 0
invokespecial sun.jvm.hotspot.ui.ObjectListPanel$ObjectListTableModel.<init>:(Lsun/jvm/hotspot/ui/ObjectListPanel;)V
putfield sun.jvm.hotspot.ui.ObjectListPanel.dataModel:Lsun/jvm/hotspot/ui/ObjectListPanel$ObjectListTableModel;
6: aload 0
new javax.swing.JTable
dup
aload 0
getfield sun.jvm.hotspot.ui.ObjectListPanel.dataModel:Lsun/jvm/hotspot/ui/ObjectListPanel$ObjectListTableModel;
invokespecial javax.swing.JTable.<init>:(Ljavax/swing/table/TableModel;)V
putfield sun.jvm.hotspot.ui.ObjectListPanel.table:Ljavax/swing/JTable;
7: aload 0
getfield sun.jvm.hotspot.ui.ObjectListPanel.table:Ljavax/swing/JTable;
iconst_0
invokevirtual javax.swing.JTable.setSelectionMode:(I)V
8: aload 0
getfield sun.jvm.hotspot.ui.ObjectListPanel.table:Ljavax/swing/JTable;
invokevirtual javax.swing.JTable.getTableHeader:()Ljavax/swing/table/JTableHeader;
astore 3
start local 3 9: aload 3
new sun.jvm.hotspot.ui.table.SortHeaderCellRenderer
dup
aload 3
aload 0
getfield sun.jvm.hotspot.ui.ObjectListPanel.dataModel:Lsun/jvm/hotspot/ui/ObjectListPanel$ObjectListTableModel;
invokespecial sun.jvm.hotspot.ui.table.SortHeaderCellRenderer.<init>:(Ljavax/swing/table/JTableHeader;Lsun/jvm/hotspot/ui/table/SortableTableModel;)V
invokevirtual javax.swing.table.JTableHeader.setDefaultRenderer:(Ljavax/swing/table/TableCellRenderer;)V
10: aload 3
new sun.jvm.hotspot.ui.table.SortHeaderMouseAdapter
dup
aload 0
getfield sun.jvm.hotspot.ui.ObjectListPanel.table:Ljavax/swing/JTable;
aload 0
getfield sun.jvm.hotspot.ui.ObjectListPanel.dataModel:Lsun/jvm/hotspot/ui/ObjectListPanel$ObjectListTableModel;
invokespecial sun.jvm.hotspot.ui.table.SortHeaderMouseAdapter.<init>:(Ljavax/swing/JTable;Lsun/jvm/hotspot/ui/table/SortableTableModel;)V
invokevirtual javax.swing.table.JTableHeader.addMouseListener:(Ljava/awt/event/MouseListener;)V
11: new javax.swing.JScrollPane
dup
aload 0
getfield sun.jvm.hotspot.ui.ObjectListPanel.table:Ljavax/swing/JTable;
invokespecial javax.swing.JScrollPane.<init>:(Ljava/awt/Component;)V
astore 4
start local 4 12: aload 0
aload 4
ldc "Center"
invokevirtual sun.jvm.hotspot.ui.ObjectListPanel.add:(Ljava/awt/Component;Ljava/lang/Object;)V
13: new javax.swing.JPanel
dup
invokespecial javax.swing.JPanel.<init>:()V
astore 5
start local 5 14: aload 5
new javax.swing.BoxLayout
dup
aload 5
iconst_0
invokespecial javax.swing.BoxLayout.<init>:(Ljava/awt/Container;I)V
invokevirtual javax.swing.JPanel.setLayout:(Ljava/awt/LayoutManager;)V
15: aload 5
iconst_5
iconst_5
iconst_5
iconst_5
invokestatic javax.swing.BorderFactory.createEmptyBorder:(IIII)Ljavax/swing/border/Border;
invokevirtual javax.swing.JPanel.setBorder:(Ljavax/swing/border/Border;)V
16: invokestatic javax.swing.Box.createHorizontalBox:()Ljavax/swing/Box;
astore 6
start local 6 17: aload 6
invokestatic javax.swing.Box.createGlue:()Ljava/awt/Component;
invokevirtual javax.swing.Box.add:(Ljava/awt/Component;)Ljava/awt/Component;
pop
18: new javax.swing.JButton
dup
ldc "Inspect"
invokespecial javax.swing.JButton.<init>:(Ljava/lang/String;)V
astore 7
start local 7 19: aload 7
new sun.jvm.hotspot.ui.ObjectListPanel$1
dup
aload 0
invokespecial sun.jvm.hotspot.ui.ObjectListPanel$1.<init>:(Lsun/jvm/hotspot/ui/ObjectListPanel;)V
invokevirtual javax.swing.JButton.addActionListener:(Ljava/awt/event/ActionListener;)V
20: aload 6
aload 7
invokevirtual javax.swing.Box.add:(Ljava/awt/Component;)Ljava/awt/Component;
pop
21: aload 6
bipush 20
invokestatic javax.swing.Box.createHorizontalStrut:(I)Ljava/awt/Component;
invokevirtual javax.swing.Box.add:(Ljava/awt/Component;)Ljava/awt/Component;
pop
22: new javax.swing.JButton
dup
invokespecial javax.swing.JButton.<init>:()V
astore 7
23: aload 0
aload 7
putfield sun.jvm.hotspot.ui.ObjectListPanel.livenessButton:Ljavax/swing/JButton;
24: invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
invokevirtual sun.jvm.hotspot.runtime.VM.getRevPtrs:()Lsun/jvm/hotspot/utilities/ReversePtrs;
ifnonnull 28
25: aload 7
ldc "Compute Liveness"
invokevirtual javax.swing.JButton.setText:(Ljava/lang/String;)V
26: aload 0
new sun.jvm.hotspot.ui.ObjectListPanel$2
dup
aload 0
invokespecial sun.jvm.hotspot.ui.ObjectListPanel$2.<init>:(Lsun/jvm/hotspot/ui/ObjectListPanel;)V
putfield sun.jvm.hotspot.ui.ObjectListPanel.livenessButtonListener:Ljava/awt/event/ActionListener;
27: goto 30
28: StackMap locals: sun.jvm.hotspot.ui.ObjectListPanel java.util.List sun.jvm.hotspot.utilities.HeapProgressThunk javax.swing.table.JTableHeader javax.swing.JScrollPane javax.swing.JPanel javax.swing.Box javax.swing.JButton
StackMap stack:
aload 7
ldc "Show Liveness Path"
invokevirtual javax.swing.JButton.setText:(Ljava/lang/String;)V
29: aload 0
new sun.jvm.hotspot.ui.ObjectListPanel$3
dup
aload 0
invokespecial sun.jvm.hotspot.ui.ObjectListPanel$3.<init>:(Lsun/jvm/hotspot/ui/ObjectListPanel;)V
putfield sun.jvm.hotspot.ui.ObjectListPanel.livenessButtonListener:Ljava/awt/event/ActionListener;
30: StackMap locals:
StackMap stack:
aload 7
aload 0
getfield sun.jvm.hotspot.ui.ObjectListPanel.livenessButtonListener:Ljava/awt/event/ActionListener;
invokevirtual javax.swing.JButton.addActionListener:(Ljava/awt/event/ActionListener;)V
31: aload 6
aload 7
invokevirtual javax.swing.Box.add:(Ljava/awt/Component;)Ljava/awt/Component;
pop
32: aload 6
invokestatic javax.swing.Box.createGlue:()Ljava/awt/Component;
invokevirtual javax.swing.Box.add:(Ljava/awt/Component;)Ljava/awt/Component;
pop
33: aload 5
aload 6
invokevirtual javax.swing.JPanel.add:(Ljava/awt/Component;)Ljava/awt/Component;
pop
34: aload 0
aload 5
ldc "South"
invokevirtual sun.jvm.hotspot.ui.ObjectListPanel.add:(Ljava/awt/Component;Ljava/lang/Object;)V
35: return
end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 36 0 this Lsun/jvm/hotspot/ui/ObjectListPanel;
0 36 1 els Ljava/util/List;
0 36 2 thunk Lsun/jvm/hotspot/utilities/HeapProgressThunk;
9 36 3 header Ljavax/swing/table/JTableHeader;
12 36 4 scrollPane Ljavax/swing/JScrollPane;
14 36 5 panel Ljavax/swing/JPanel;
17 36 6 box Ljavax/swing/Box;
19 36 7 button Ljavax/swing/JButton;
MethodParameters:
Name Flags
els
thunk
private void fireShowInspector();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=5, args_size=1
start local 0 0: aload 0
getfield sun.jvm.hotspot.ui.ObjectListPanel.table:Ljavax/swing/JTable;
invokevirtual javax.swing.JTable.getSelectedRow:()I
istore 1
start local 1 1: iload 1
ifge 3
2: return
3: StackMap locals: int
StackMap stack:
aload 0
getfield sun.jvm.hotspot.ui.ObjectListPanel.elements:Ljava/util/List;
iload 1
invokeinterface java.util.List.get:(I)Ljava/lang/Object;
checkcast sun.jvm.hotspot.oops.Oop
astore 2
start local 2 4: aload 0
getfield sun.jvm.hotspot.ui.ObjectListPanel.listeners:Ljava/util/List;
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 3
start local 3 5: goto 8
6: StackMap locals: sun.jvm.hotspot.oops.Oop java.util.Iterator
StackMap stack:
aload 3
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast sun.jvm.hotspot.ui.SAListener
astore 4
start local 4 7: aload 4
new sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter
dup
aload 2
aconst_null
invokespecial sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter.<init>:(Lsun/jvm/hotspot/oops/Oop;Lsun/jvm/hotspot/oops/FieldIdentifier;)V
invokeinterface sun.jvm.hotspot.ui.SAListener.showInspector:(Lsun/jvm/hotspot/ui/tree/SimpleTreeNode;)V
end local 4 8: StackMap locals:
StackMap stack:
aload 3
invokeinterface java.util.Iterator.hasNext:()Z
ifne 6
end local 3 9: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lsun/jvm/hotspot/ui/ObjectListPanel;
1 10 1 i I
4 10 2 oop Lsun/jvm/hotspot/oops/Oop;
5 9 3 iter Ljava/util/Iterator;
7 8 4 listener Lsun/jvm/hotspot/ui/SAListener;
private void fireComputeLiveness();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=6, locals=3, args_size=1
start local 0 0: new sun.jvm.hotspot.ui.ObjectListPanel$4
dup
aload 0
invokespecial sun.jvm.hotspot.ui.ObjectListPanel$4.<init>:(Lsun/jvm/hotspot/ui/ObjectListPanel;)V
astore 1
start local 1 1: invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
invokevirtual sun.jvm.hotspot.runtime.VM.getRevPtrs:()Lsun/jvm/hotspot/utilities/ReversePtrs;
ifnull 4
2: aload 1
invokeinterface java.lang.Runnable.run:()V
3: goto 6
4: StackMap locals: java.lang.Runnable
StackMap stack:
new sun.jvm.hotspot.utilities.WorkerThread
dup
invokespecial sun.jvm.hotspot.utilities.WorkerThread.<init>:()V
astore 2
start local 2 5: aload 2
new sun.jvm.hotspot.ui.ObjectListPanel$5
dup
aload 0
aload 2
aload 1
invokespecial sun.jvm.hotspot.ui.ObjectListPanel$5.<init>:(Lsun/jvm/hotspot/ui/ObjectListPanel;Lsun/jvm/hotspot/utilities/WorkerThread;Ljava/lang/Runnable;)V
invokevirtual sun.jvm.hotspot.utilities.WorkerThread.invokeLater:(Ljava/lang/Runnable;)V
end local 2 6: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lsun/jvm/hotspot/ui/ObjectListPanel;
1 7 1 cutoverButtonRunnable Ljava/lang/Runnable;
5 6 2 worker Lsun/jvm/hotspot/utilities/WorkerThread;
private void fireShowLiveness();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=6, args_size=1
start local 0 0: invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
invokevirtual sun.jvm.hotspot.runtime.VM.getRevPtrs:()Lsun/jvm/hotspot/utilities/ReversePtrs;
ifnonnull 2
1: return
2: StackMap locals:
StackMap stack:
aload 0
getfield sun.jvm.hotspot.ui.ObjectListPanel.table:Ljavax/swing/JTable;
invokevirtual javax.swing.JTable.getSelectedRow:()I
istore 1
start local 1 3: iload 1
ifge 5
4: return
5: StackMap locals: int
StackMap stack:
aload 0
getfield sun.jvm.hotspot.ui.ObjectListPanel.elements:Ljava/util/List;
iload 1
invokeinterface java.util.List.get:(I)Ljava/lang/Object;
checkcast sun.jvm.hotspot.oops.Oop
astore 2
start local 2 6: aload 2
invokestatic sun.jvm.hotspot.utilities.LivenessAnalysis.computeAllLivenessPaths:(Lsun/jvm/hotspot/oops/Oop;)Lsun/jvm/hotspot/utilities/LivenessPathList;
astore 3
start local 3 7: aload 3
ifnonnull 9
8: return
9: StackMap locals: sun.jvm.hotspot.oops.Oop sun.jvm.hotspot.utilities.LivenessPathList
StackMap stack:
aload 0
getfield sun.jvm.hotspot.ui.ObjectListPanel.listeners:Ljava/util/List;
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 4
start local 4 10: goto 13
11: StackMap locals: java.util.Iterator
StackMap stack:
aload 4
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast sun.jvm.hotspot.ui.SAListener
astore 5
start local 5 12: aload 5
aload 2
aload 3
invokeinterface sun.jvm.hotspot.ui.SAListener.showLiveness:(Lsun/jvm/hotspot/oops/Oop;Lsun/jvm/hotspot/utilities/LivenessPathList;)V
end local 5 13: StackMap locals:
StackMap stack:
aload 4
invokeinterface java.util.Iterator.hasNext:()Z
ifne 11
end local 4 14: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 15 0 this Lsun/jvm/hotspot/ui/ObjectListPanel;
3 15 1 i I
6 15 2 oop Lsun/jvm/hotspot/oops/Oop;
7 15 3 list Lsun/jvm/hotspot/utilities/LivenessPathList;
10 14 4 iter Ljava/util/Iterator;
12 13 5 listener Lsun/jvm/hotspot/ui/SAListener;
private void checkForArrays();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield sun.jvm.hotspot.ui.ObjectListPanel.checkedForArrays:Z
ifeq 1
return
1: StackMap locals:
StackMap stack:
aload 0
iconst_1
putfield sun.jvm.hotspot.ui.ObjectListPanel.checkedForArrays:Z
2: aload 0
getfield sun.jvm.hotspot.ui.ObjectListPanel.elements:Ljava/util/List;
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 1
start local 1 3: goto 7
4: StackMap locals: java.util.Iterator
StackMap stack:
aload 1
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
instanceof sun.jvm.hotspot.oops.Array
ifeq 7
5: aload 0
iconst_1
putfield sun.jvm.hotspot.ui.ObjectListPanel.hasArrays:Z
6: return
7: StackMap locals:
StackMap stack:
aload 1
invokeinterface java.util.Iterator.hasNext:()Z
ifne 4
end local 1 8: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lsun/jvm/hotspot/ui/ObjectListPanel;
3 8 1 iter Ljava/util/Iterator;
private void computeNumColumns();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.ui.ObjectListPanel.checkForArrays:()V
1: aload 0
iconst_3
putfield sun.jvm.hotspot.ui.ObjectListPanel.numColumns:I
2: aload 0
getfield sun.jvm.hotspot.ui.ObjectListPanel.hasArrays:Z
ifeq 3
aload 0
dup
getfield sun.jvm.hotspot.ui.ObjectListPanel.numColumns:I
iconst_1
iadd
putfield sun.jvm.hotspot.ui.ObjectListPanel.numColumns:I
3: StackMap locals:
StackMap stack:
invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
invokevirtual sun.jvm.hotspot.runtime.VM.getRevPtrs:()Lsun/jvm/hotspot/utilities/ReversePtrs;
ifnull 4
aload 0
dup
getfield sun.jvm.hotspot.ui.ObjectListPanel.numColumns:I
iconst_1
iadd
putfield sun.jvm.hotspot.ui.ObjectListPanel.numColumns:I
4: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lsun/jvm/hotspot/ui/ObjectListPanel;
}
SourceFile: "ObjectListPanel.java"
NestMembers:
sun.jvm.hotspot.ui.ObjectListPanel$1 sun.jvm.hotspot.ui.ObjectListPanel$2 sun.jvm.hotspot.ui.ObjectListPanel$3 sun.jvm.hotspot.ui.ObjectListPanel$4 sun.jvm.hotspot.ui.ObjectListPanel$4$1 sun.jvm.hotspot.ui.ObjectListPanel$5 sun.jvm.hotspot.ui.ObjectListPanel$AddressWrapper sun.jvm.hotspot.ui.ObjectListPanel$ObjectListTableModel sun.jvm.hotspot.ui.ObjectListPanel$ObjectListTableModel$ObjectListComparator
InnerClasses:
sun.jvm.hotspot.ui.ObjectListPanel$1
sun.jvm.hotspot.ui.ObjectListPanel$2
sun.jvm.hotspot.ui.ObjectListPanel$3
sun.jvm.hotspot.ui.ObjectListPanel$4
sun.jvm.hotspot.ui.ObjectListPanel$5
private AddressWrapper = sun.jvm.hotspot.ui.ObjectListPanel$AddressWrapper of sun.jvm.hotspot.ui.ObjectListPanel
private ObjectListTableModel = sun.jvm.hotspot.ui.ObjectListPanel$ObjectListTableModel of sun.jvm.hotspot.ui.ObjectListPanel