public class sun.jvm.hotspot.ui.SAPanel extends javax.swing.JPanel
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.ui.SAPanel
  super_class: javax.swing.JPanel
{
  protected java.util.List<sun.jvm.hotspot.ui.SAListener> listeners;
    descriptor: Ljava/util/List;
    flags: (0x0004) ACC_PROTECTED
    Signature: Ljava/util/List<Lsun/jvm/hotspot/ui/SAListener;>;

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.ui.SAPanel this
         0: .line 59
            aload 0 /* this */
            invokespecial javax.swing.JPanel.<init>:()V
         1: .line 56
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield sun.jvm.hotspot.ui.SAPanel.listeners:Ljava/util/List;
         2: .line 60
            return
        end local 0 // sun.jvm.hotspot.ui.SAPanel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/jvm/hotspot/ui/SAPanel;

  public void addPanelListener(sun.jvm.hotspot.ui.SAListener);
    descriptor: (Lsun/jvm/hotspot/ui/SAListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.ui.SAPanel this
        start local 1 // sun.jvm.hotspot.ui.SAListener listener
         0: .line 63
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.SAPanel.listeners:Ljava/util/List;
            aload 1 /* listener */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         1: .line 64
            return
        end local 1 // sun.jvm.hotspot.ui.SAListener listener
        end local 0 // sun.jvm.hotspot.ui.SAPanel this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lsun/jvm/hotspot/ui/SAPanel;
            0    2     1  listener  Lsun/jvm/hotspot/ui/SAListener;
    MethodParameters:
          Name  Flags
      listener  

  public void removePanelListener(sun.jvm.hotspot.ui.SAListener);
    descriptor: (Lsun/jvm/hotspot/ui/SAListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.ui.SAPanel this
        start local 1 // sun.jvm.hotspot.ui.SAListener listener
         0: .line 67
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.SAPanel.listeners:Ljava/util/List;
            aload 1 /* listener */
            invokeinterface java.util.List.remove:(Ljava/lang/Object;)Z
            pop
         1: .line 68
            return
        end local 1 // sun.jvm.hotspot.ui.SAListener listener
        end local 0 // sun.jvm.hotspot.ui.SAPanel this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lsun/jvm/hotspot/ui/SAPanel;
            0    2     1  listener  Lsun/jvm/hotspot/ui/SAListener;
    MethodParameters:
          Name  Flags
      listener  

  public void showThreadOopInspector(sun.jvm.hotspot.runtime.JavaThread);
    descriptor: (Lsun/jvm/hotspot/runtime/JavaThread;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // sun.jvm.hotspot.ui.SAPanel this
        start local 1 // sun.jvm.hotspot.runtime.JavaThread t
         0: .line 71
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.SAPanel.listeners:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 2 /* iter */
        start local 2 // java.util.Iterator iter
         1: goto 4
         2: .line 72
      StackMap locals: java.util.Iterator
      StackMap stack:
            aload 2 /* iter */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast sun.jvm.hotspot.ui.SAListener
            astore 3 /* listener */
        start local 3 // sun.jvm.hotspot.ui.SAListener listener
         3: .line 73
            aload 3 /* listener */
            aload 1 /* t */
            invokeinterface sun.jvm.hotspot.ui.SAListener.showThreadOopInspector:(Lsun/jvm/hotspot/runtime/JavaThread;)V
        end local 3 // sun.jvm.hotspot.ui.SAListener listener
         4: .line 71
      StackMap locals:
      StackMap stack:
            aload 2 /* iter */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
        end local 2 // java.util.Iterator iter
         5: .line 75
            return
        end local 1 // sun.jvm.hotspot.runtime.JavaThread t
        end local 0 // sun.jvm.hotspot.ui.SAPanel this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lsun/jvm/hotspot/ui/SAPanel;
            0    6     1         t  Lsun/jvm/hotspot/runtime/JavaThread;
            1    5     2      iter  Ljava/util/Iterator;
            3    4     3  listener  Lsun/jvm/hotspot/ui/SAListener;
    MethodParameters:
      Name  Flags
      t     

  public void showInspector(sun.jvm.hotspot.oops.Oop);
    descriptor: (Lsun/jvm/hotspot/oops/Oop;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.ui.SAPanel this
        start local 1 // sun.jvm.hotspot.oops.Oop oop
         0: .line 78
            aload 0 /* this */
            new sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter
            dup
            aload 1 /* oop */
            aconst_null
            invokespecial sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter.<init>:(Lsun/jvm/hotspot/oops/Oop;Lsun/jvm/hotspot/oops/FieldIdentifier;)V
            invokevirtual sun.jvm.hotspot.ui.SAPanel.showInspector:(Lsun/jvm/hotspot/ui/tree/SimpleTreeNode;)V
         1: .line 79
            return
        end local 1 // sun.jvm.hotspot.oops.Oop oop
        end local 0 // sun.jvm.hotspot.ui.SAPanel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/ui/SAPanel;
            0    2     1   oop  Lsun/jvm/hotspot/oops/Oop;
    MethodParameters:
      Name  Flags
      oop   

  public void showInspector(sun.jvm.hotspot.ui.tree.SimpleTreeNode);
    descriptor: (Lsun/jvm/hotspot/ui/tree/SimpleTreeNode;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // sun.jvm.hotspot.ui.SAPanel this
        start local 1 // sun.jvm.hotspot.ui.tree.SimpleTreeNode node
         0: .line 82
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.SAPanel.listeners:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 2 /* iter */
        start local 2 // java.util.Iterator iter
         1: goto 4
         2: .line 83
      StackMap locals: java.util.Iterator
      StackMap stack:
            aload 2 /* iter */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast sun.jvm.hotspot.ui.SAListener
            astore 3 /* listener */
        start local 3 // sun.jvm.hotspot.ui.SAListener listener
         3: .line 84
            aload 3 /* listener */
            aload 1 /* node */
            invokeinterface sun.jvm.hotspot.ui.SAListener.showInspector:(Lsun/jvm/hotspot/ui/tree/SimpleTreeNode;)V
        end local 3 // sun.jvm.hotspot.ui.SAListener listener
         4: .line 82
      StackMap locals:
      StackMap stack:
            aload 2 /* iter */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
        end local 2 // java.util.Iterator iter
         5: .line 86
            return
        end local 1 // sun.jvm.hotspot.ui.tree.SimpleTreeNode node
        end local 0 // sun.jvm.hotspot.ui.SAPanel this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lsun/jvm/hotspot/ui/SAPanel;
            0    6     1      node  Lsun/jvm/hotspot/ui/tree/SimpleTreeNode;
            1    5     2      iter  Ljava/util/Iterator;
            3    4     3  listener  Lsun/jvm/hotspot/ui/SAListener;
    MethodParameters:
      Name  Flags
      node  

  public void showThreadStackMemory(sun.jvm.hotspot.runtime.JavaThread);
    descriptor: (Lsun/jvm/hotspot/runtime/JavaThread;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // sun.jvm.hotspot.ui.SAPanel this
        start local 1 // sun.jvm.hotspot.runtime.JavaThread t
         0: .line 89
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.SAPanel.listeners:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 2 /* iter */
        start local 2 // java.util.Iterator iter
         1: goto 4
         2: .line 90
      StackMap locals: java.util.Iterator
      StackMap stack:
            aload 2 /* iter */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast sun.jvm.hotspot.ui.SAListener
            astore 3 /* listener */
        start local 3 // sun.jvm.hotspot.ui.SAListener listener
         3: .line 91
            aload 3 /* listener */
            aload 1 /* t */
            invokeinterface sun.jvm.hotspot.ui.SAListener.showThreadStackMemory:(Lsun/jvm/hotspot/runtime/JavaThread;)V
        end local 3 // sun.jvm.hotspot.ui.SAListener listener
         4: .line 89
      StackMap locals:
      StackMap stack:
            aload 2 /* iter */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
        end local 2 // java.util.Iterator iter
         5: .line 93
            return
        end local 1 // sun.jvm.hotspot.runtime.JavaThread t
        end local 0 // sun.jvm.hotspot.ui.SAPanel this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lsun/jvm/hotspot/ui/SAPanel;
            0    6     1         t  Lsun/jvm/hotspot/runtime/JavaThread;
            1    5     2      iter  Ljava/util/Iterator;
            3    4     3  listener  Lsun/jvm/hotspot/ui/SAListener;
    MethodParameters:
      Name  Flags
      t     

  public void showJavaStackTrace(sun.jvm.hotspot.runtime.JavaThread);
    descriptor: (Lsun/jvm/hotspot/runtime/JavaThread;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // sun.jvm.hotspot.ui.SAPanel this
        start local 1 // sun.jvm.hotspot.runtime.JavaThread t
         0: .line 96
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.SAPanel.listeners:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 2 /* iter */
        start local 2 // java.util.Iterator iter
         1: goto 4
         2: .line 97
      StackMap locals: java.util.Iterator
      StackMap stack:
            aload 2 /* iter */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast sun.jvm.hotspot.ui.SAListener
            astore 3 /* listener */
        start local 3 // sun.jvm.hotspot.ui.SAListener listener
         3: .line 98
            aload 3 /* listener */
            aload 1 /* t */
            invokeinterface sun.jvm.hotspot.ui.SAListener.showJavaStackTrace:(Lsun/jvm/hotspot/runtime/JavaThread;)V
        end local 3 // sun.jvm.hotspot.ui.SAListener listener
         4: .line 96
      StackMap locals:
      StackMap stack:
            aload 2 /* iter */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
        end local 2 // java.util.Iterator iter
         5: .line 100
            return
        end local 1 // sun.jvm.hotspot.runtime.JavaThread t
        end local 0 // sun.jvm.hotspot.ui.SAPanel this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lsun/jvm/hotspot/ui/SAPanel;
            0    6     1         t  Lsun/jvm/hotspot/runtime/JavaThread;
            1    5     2      iter  Ljava/util/Iterator;
            3    4     3  listener  Lsun/jvm/hotspot/ui/SAListener;
    MethodParameters:
      Name  Flags
      t     

  public void showThreadInfo(sun.jvm.hotspot.runtime.JavaThread);
    descriptor: (Lsun/jvm/hotspot/runtime/JavaThread;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // sun.jvm.hotspot.ui.SAPanel this
        start local 1 // sun.jvm.hotspot.runtime.JavaThread t
         0: .line 103
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.SAPanel.listeners:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 2 /* iter */
        start local 2 // java.util.Iterator iter
         1: goto 4
         2: .line 104
      StackMap locals: java.util.Iterator
      StackMap stack:
            aload 2 /* iter */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast sun.jvm.hotspot.ui.SAListener
            astore 3 /* listener */
        start local 3 // sun.jvm.hotspot.ui.SAListener listener
         3: .line 105
            aload 3 /* listener */
            aload 1 /* t */
            invokeinterface sun.jvm.hotspot.ui.SAListener.showThreadInfo:(Lsun/jvm/hotspot/runtime/JavaThread;)V
        end local 3 // sun.jvm.hotspot.ui.SAListener listener
         4: .line 103
      StackMap locals:
      StackMap stack:
            aload 2 /* iter */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
        end local 2 // java.util.Iterator iter
         5: .line 107
            return
        end local 1 // sun.jvm.hotspot.runtime.JavaThread t
        end local 0 // sun.jvm.hotspot.ui.SAPanel this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lsun/jvm/hotspot/ui/SAPanel;
            0    6     1         t  Lsun/jvm/hotspot/runtime/JavaThread;
            1    5     2      iter  Ljava/util/Iterator;
            3    4     3  listener  Lsun/jvm/hotspot/ui/SAListener;
    MethodParameters:
      Name  Flags
      t     

  public void showCodeViewer(sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // sun.jvm.hotspot.ui.SAPanel this
        start local 1 // sun.jvm.hotspot.debugger.Address address
         0: .line 110
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.SAPanel.listeners:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 2 /* iter */
        start local 2 // java.util.Iterator iter
         1: goto 4
         2: .line 111
      StackMap locals: java.util.Iterator
      StackMap stack:
            aload 2 /* iter */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast sun.jvm.hotspot.ui.SAListener
            astore 3 /* listener */
        start local 3 // sun.jvm.hotspot.ui.SAListener listener
         3: .line 112
            aload 3 /* listener */
            aload 1 /* address */
            invokeinterface sun.jvm.hotspot.ui.SAListener.showCodeViewer:(Lsun/jvm/hotspot/debugger/Address;)V
        end local 3 // sun.jvm.hotspot.ui.SAListener listener
         4: .line 110
      StackMap locals:
      StackMap stack:
            aload 2 /* iter */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
        end local 2 // java.util.Iterator iter
         5: .line 114
            return
        end local 1 // sun.jvm.hotspot.debugger.Address address
        end local 0 // sun.jvm.hotspot.ui.SAPanel this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lsun/jvm/hotspot/ui/SAPanel;
            0    6     1   address  Lsun/jvm/hotspot/debugger/Address;
            1    5     2      iter  Ljava/util/Iterator;
            3    4     3  listener  Lsun/jvm/hotspot/ui/SAListener;
    MethodParameters:
         Name  Flags
      address  
}
SourceFile: "SAPanel.java"