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<sun.jvm.hotspot.oops.Oop> elements;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lsun/jvm/hotspot/oops/Oop;>;

  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.oops.Oop>, 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 // sun.jvm.hotspot.ui.ObjectListPanel this
        start local 1 // java.util.List els
        start local 2 // sun.jvm.hotspot.utilities.HeapProgressThunk thunk
         0: .line 60
            aload 0 /* this */
            invokespecial sun.jvm.hotspot.ui.SAPanel.<init>:()V
         1: .line 62
            aload 0 /* this */
            aload 1 /* els */
            putfield sun.jvm.hotspot.ui.ObjectListPanel.elements:Ljava/util/List;
         2: .line 63
            aload 0 /* this */
            aload 2 /* thunk */
            putfield sun.jvm.hotspot.ui.ObjectListPanel.thunk:Lsun/jvm/hotspot/utilities/HeapProgressThunk;
         3: .line 64
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ui.ObjectListPanel.computeNumColumns:()V
         4: .line 66
            aload 0 /* this */
            new java.awt.BorderLayout
            dup
            invokespecial java.awt.BorderLayout.<init>:()V
            invokevirtual sun.jvm.hotspot.ui.ObjectListPanel.setLayout:(Ljava/awt/LayoutManager;)V
         5: .line 68
            aload 0 /* this */
            new sun.jvm.hotspot.ui.ObjectListPanel$ObjectListTableModel
            dup
            aload 0 /* this */
            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: .line 70
            aload 0 /* this */
            new javax.swing.JTable
            dup
            aload 0 /* this */
            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: .line 71
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.ObjectListPanel.table:Ljavax/swing/JTable;
            iconst_0
            invokevirtual javax.swing.JTable.setSelectionMode:(I)V
         8: .line 72
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.ObjectListPanel.table:Ljavax/swing/JTable;
            invokevirtual javax.swing.JTable.getTableHeader:()Ljavax/swing/table/JTableHeader;
            astore 3 /* header */
        start local 3 // javax.swing.table.JTableHeader header
         9: .line 73
            aload 3 /* header */
            new sun.jvm.hotspot.ui.table.SortHeaderCellRenderer
            dup
            aload 3 /* header */
            aload 0 /* this */
            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: .line 74
            aload 3 /* header */
            new sun.jvm.hotspot.ui.table.SortHeaderMouseAdapter
            dup
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.ObjectListPanel.table:Ljavax/swing/JTable;
            aload 0 /* this */
            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: .line 76
            new javax.swing.JScrollPane
            dup
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.ObjectListPanel.table:Ljavax/swing/JTable;
            invokespecial javax.swing.JScrollPane.<init>:(Ljava/awt/Component;)V
            astore 4 /* scrollPane */
        start local 4 // javax.swing.JScrollPane scrollPane
        12: .line 77
            aload 0 /* this */
            aload 4 /* scrollPane */
            ldc "Center"
            invokevirtual sun.jvm.hotspot.ui.ObjectListPanel.add:(Ljava/awt/Component;Ljava/lang/Object;)V
        13: .line 79
            new javax.swing.JPanel
            dup
            invokespecial javax.swing.JPanel.<init>:()V
            astore 5 /* panel */
        start local 5 // javax.swing.JPanel panel
        14: .line 80
            aload 5 /* panel */
            new javax.swing.BoxLayout
            dup
            aload 5 /* panel */
            iconst_0
            invokespecial javax.swing.BoxLayout.<init>:(Ljava/awt/Container;I)V
            invokevirtual javax.swing.JPanel.setLayout:(Ljava/awt/LayoutManager;)V
        15: .line 81
            aload 5 /* panel */
            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: .line 82
            invokestatic javax.swing.Box.createHorizontalBox:()Ljavax/swing/Box;
            astore 6 /* box */
        start local 6 // javax.swing.Box box
        17: .line 83
            aload 6 /* box */
            invokestatic javax.swing.Box.createGlue:()Ljava/awt/Component;
            invokevirtual javax.swing.Box.add:(Ljava/awt/Component;)Ljava/awt/Component;
            pop
        18: .line 84
            new javax.swing.JButton
            dup
            ldc "Inspect"
            invokespecial javax.swing.JButton.<init>:(Ljava/lang/String;)V
            astore 7 /* button */
        start local 7 // javax.swing.JButton button
        19: .line 85
            aload 7 /* button */
            new sun.jvm.hotspot.ui.ObjectListPanel$1
            dup
            aload 0 /* this */
            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: .line 90
            aload 6 /* box */
            aload 7 /* button */
            invokevirtual javax.swing.Box.add:(Ljava/awt/Component;)Ljava/awt/Component;
            pop
        21: .line 92
            aload 6 /* box */
            bipush 20
            invokestatic javax.swing.Box.createHorizontalStrut:(I)Ljava/awt/Component;
            invokevirtual javax.swing.Box.add:(Ljava/awt/Component;)Ljava/awt/Component;
            pop
        22: .line 95
            new javax.swing.JButton
            dup
            invokespecial javax.swing.JButton.<init>:()V
            astore 7 /* button */
        23: .line 96
            aload 0 /* this */
            aload 7 /* button */
            putfield sun.jvm.hotspot.ui.ObjectListPanel.livenessButton:Ljavax/swing/JButton;
        24: .line 97
            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: .line 98
            aload 7 /* button */
            ldc "Compute Liveness"
            invokevirtual javax.swing.JButton.setText:(Ljava/lang/String;)V
        26: .line 99
            aload 0 /* this */
            new sun.jvm.hotspot.ui.ObjectListPanel$2
            dup
            aload 0 /* this */
            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: .line 104
            goto 30
        28: .line 105
      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 /* button */
            ldc "Show Liveness Path"
            invokevirtual javax.swing.JButton.setText:(Ljava/lang/String;)V
        29: .line 106
            aload 0 /* this */
            new sun.jvm.hotspot.ui.ObjectListPanel$3
            dup
            aload 0 /* this */
            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: .line 112
      StackMap locals:
      StackMap stack:
            aload 7 /* button */
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.ObjectListPanel.livenessButtonListener:Ljava/awt/event/ActionListener;
            invokevirtual javax.swing.JButton.addActionListener:(Ljava/awt/event/ActionListener;)V
        31: .line 113
            aload 6 /* box */
            aload 7 /* button */
            invokevirtual javax.swing.Box.add:(Ljava/awt/Component;)Ljava/awt/Component;
            pop
        32: .line 114
            aload 6 /* box */
            invokestatic javax.swing.Box.createGlue:()Ljava/awt/Component;
            invokevirtual javax.swing.Box.add:(Ljava/awt/Component;)Ljava/awt/Component;
            pop
        33: .line 115
            aload 5 /* panel */
            aload 6 /* box */
            invokevirtual javax.swing.JPanel.add:(Ljava/awt/Component;)Ljava/awt/Component;
            pop
        34: .line 116
            aload 0 /* this */
            aload 5 /* panel */
            ldc "South"
            invokevirtual sun.jvm.hotspot.ui.ObjectListPanel.add:(Ljava/awt/Component;Ljava/lang/Object;)V
        35: .line 117
            return
        end local 7 // javax.swing.JButton button
        end local 6 // javax.swing.Box box
        end local 5 // javax.swing.JPanel panel
        end local 4 // javax.swing.JScrollPane scrollPane
        end local 3 // javax.swing.table.JTableHeader header
        end local 2 // sun.jvm.hotspot.utilities.HeapProgressThunk thunk
        end local 1 // java.util.List els
        end local 0 // sun.jvm.hotspot.ui.ObjectListPanel this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   36     0        this  Lsun/jvm/hotspot/ui/ObjectListPanel;
            0   36     1         els  Ljava/util/List<Lsun/jvm/hotspot/oops/Oop;>;
            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;
    Signature: (Ljava/util/List<Lsun/jvm/hotspot/oops/Oop;>;Lsun/jvm/hotspot/utilities/HeapProgressThunk;)V
    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 // sun.jvm.hotspot.ui.ObjectListPanel this
         0: .line 251
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.ObjectListPanel.table:Ljavax/swing/JTable;
            invokevirtual javax.swing.JTable.getSelectedRow:()I
            istore 1 /* i */
        start local 1 // int i
         1: .line 252
            iload 1 /* i */
            ifge 3
         2: .line 253
            return
         3: .line 256
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.ObjectListPanel.elements:Ljava/util/List;
            iload 1 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast sun.jvm.hotspot.oops.Oop
            astore 2 /* oop */
        start local 2 // sun.jvm.hotspot.oops.Oop oop
         4: .line 258
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.ObjectListPanel.listeners:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3 /* iter */
        start local 3 // java.util.Iterator iter
         5: goto 8
         6: .line 259
      StackMap locals: sun.jvm.hotspot.oops.Oop java.util.Iterator
      StackMap stack:
            aload 3 /* iter */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast sun.jvm.hotspot.ui.SAListener
            astore 4 /* listener */
        start local 4 // sun.jvm.hotspot.ui.SAListener listener
         7: .line 260
            aload 4 /* listener */
            new sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter
            dup
            aload 2 /* oop */
            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 // sun.jvm.hotspot.ui.SAListener listener
         8: .line 258
      StackMap locals:
      StackMap stack:
            aload 3 /* iter */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 6
        end local 3 // java.util.Iterator iter
         9: .line 262
            return
        end local 2 // sun.jvm.hotspot.oops.Oop oop
        end local 1 // int i
        end local 0 // sun.jvm.hotspot.ui.ObjectListPanel this
      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 // sun.jvm.hotspot.ui.ObjectListPanel this
         0: .line 265
            new sun.jvm.hotspot.ui.ObjectListPanel$4
            dup
            aload 0 /* this */
            invokespecial sun.jvm.hotspot.ui.ObjectListPanel$4.<init>:(Lsun/jvm/hotspot/ui/ObjectListPanel;)V
            astore 1 /* cutoverButtonRunnable */
        start local 1 // java.lang.Runnable cutoverButtonRunnable
         1: .line 282
            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: .line 283
            aload 1 /* cutoverButtonRunnable */
            invokeinterface java.lang.Runnable.run:()V
         3: .line 284
            goto 6
         4: .line 285
      StackMap locals: java.lang.Runnable
      StackMap stack:
            new sun.jvm.hotspot.utilities.WorkerThread
            dup
            invokespecial sun.jvm.hotspot.utilities.WorkerThread.<init>:()V
            astore 2 /* worker */
        start local 2 // sun.jvm.hotspot.utilities.WorkerThread worker
         5: .line 286
            aload 2 /* worker */
            new sun.jvm.hotspot.ui.ObjectListPanel$5
            dup
            aload 0 /* this */
            aload 2 /* worker */
            aload 1 /* cutoverButtonRunnable */
            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 // sun.jvm.hotspot.utilities.WorkerThread worker
         6: .line 301
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Runnable cutoverButtonRunnable
        end local 0 // sun.jvm.hotspot.ui.ObjectListPanel this
      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 // sun.jvm.hotspot.ui.ObjectListPanel this
         0: .line 304
            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: .line 305
            return
         2: .line 308
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.ObjectListPanel.table:Ljavax/swing/JTable;
            invokevirtual javax.swing.JTable.getSelectedRow:()I
            istore 1 /* i */
        start local 1 // int i
         3: .line 309
            iload 1 /* i */
            ifge 5
         4: .line 310
            return
         5: .line 313
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.ObjectListPanel.elements:Ljava/util/List;
            iload 1 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast sun.jvm.hotspot.oops.Oop
            astore 2 /* oop */
        start local 2 // sun.jvm.hotspot.oops.Oop oop
         6: .line 314
            aload 2 /* oop */
            invokestatic sun.jvm.hotspot.utilities.LivenessAnalysis.computeAllLivenessPaths:(Lsun/jvm/hotspot/oops/Oop;)Lsun/jvm/hotspot/utilities/LivenessPathList;
            astore 3 /* list */
        start local 3 // sun.jvm.hotspot.utilities.LivenessPathList list
         7: .line 315
            aload 3 /* list */
            ifnonnull 9
         8: .line 316
            return
         9: .line 319
      StackMap locals: sun.jvm.hotspot.oops.Oop sun.jvm.hotspot.utilities.LivenessPathList
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.ObjectListPanel.listeners:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4 /* iter */
        start local 4 // java.util.Iterator iter
        10: goto 13
        11: .line 320
      StackMap locals: java.util.Iterator
      StackMap stack:
            aload 4 /* iter */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast sun.jvm.hotspot.ui.SAListener
            astore 5 /* listener */
        start local 5 // sun.jvm.hotspot.ui.SAListener listener
        12: .line 321
            aload 5 /* listener */
            aload 2 /* oop */
            aload 3 /* list */
            invokeinterface sun.jvm.hotspot.ui.SAListener.showLiveness:(Lsun/jvm/hotspot/oops/Oop;Lsun/jvm/hotspot/utilities/LivenessPathList;)V
        end local 5 // sun.jvm.hotspot.ui.SAListener listener
        13: .line 319
      StackMap locals:
      StackMap stack:
            aload 4 /* iter */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 11
        end local 4 // java.util.Iterator iter
        14: .line 323
            return
        end local 3 // sun.jvm.hotspot.utilities.LivenessPathList list
        end local 2 // sun.jvm.hotspot.oops.Oop oop
        end local 1 // int i
        end local 0 // sun.jvm.hotspot.ui.ObjectListPanel this
      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 // sun.jvm.hotspot.ui.ObjectListPanel this
         0: .line 326
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.ObjectListPanel.checkedForArrays:Z
            ifeq 1
            return
         1: .line 327
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.jvm.hotspot.ui.ObjectListPanel.checkedForArrays:Z
         2: .line 328
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.ObjectListPanel.elements:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 1 /* iter */
        start local 1 // java.util.Iterator iter
         3: goto 7
         4: .line 329
      StackMap locals: java.util.Iterator
      StackMap stack:
            aload 1 /* iter */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            instanceof sun.jvm.hotspot.oops.Array
            ifeq 7
         5: .line 330
            aload 0 /* this */
            iconst_1
            putfield sun.jvm.hotspot.ui.ObjectListPanel.hasArrays:Z
         6: .line 331
            return
         7: .line 328
      StackMap locals:
      StackMap stack:
            aload 1 /* iter */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
        end local 1 // java.util.Iterator iter
         8: .line 334
            return
        end local 0 // sun.jvm.hotspot.ui.ObjectListPanel this
      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 // sun.jvm.hotspot.ui.ObjectListPanel this
         0: .line 337
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ui.ObjectListPanel.checkForArrays:()V
         1: .line 338
            aload 0 /* this */
            iconst_3
            putfield sun.jvm.hotspot.ui.ObjectListPanel.numColumns:I
         2: .line 339
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.ObjectListPanel.hasArrays:Z
            ifeq 3
            aload 0 /* this */
            dup
            getfield sun.jvm.hotspot.ui.ObjectListPanel.numColumns:I
            iconst_1
            iadd
            putfield sun.jvm.hotspot.ui.ObjectListPanel.numColumns:I
         3: .line 340
      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 /* this */
            dup
            getfield sun.jvm.hotspot.ui.ObjectListPanel.numColumns:I
            iconst_1
            iadd
            putfield sun.jvm.hotspot.ui.ObjectListPanel.numColumns:I
         4: .line 341
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.jvm.hotspot.ui.ObjectListPanel this
      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