class sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel$2 implements javax.swing.event.ListSelectionListener
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel$2
  super_class: java.lang.Object
{
  final sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel this$1;
    descriptor: Lsun/jvm/hotspot/ui/JavaThreadsPanel$ThreadPanel;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel);
    descriptor: (Lsun/jvm/hotspot/ui/JavaThreadsPanel$ThreadPanel;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel$2 this
         0: .line 163
            aload 0 /* this */
            aload 1
            putfield sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel$2.this$1:Lsun/jvm/hotspot/ui/JavaThreadsPanel$ThreadPanel;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/ui/JavaThreadsPanel$ThreadPanel$2;
    MethodParameters:
        Name  Flags
      this$0  final

  public void valueChanged(javax.swing.event.ListSelectionEvent);
    descriptor: (Ljavax/swing/event/ListSelectionEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel$2 this
        start local 1 // javax.swing.event.ListSelectionEvent evt
         0: .line 165
            aload 1 /* evt */
            invokevirtual javax.swing.event.ListSelectionEvent.getValueIsAdjusting:()Z
            ifne 4
         1: .line 166
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel$2.this$1:Lsun/jvm/hotspot/ui/JavaThreadsPanel$ThreadPanel;
            iconst_1
            invokevirtual sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel.setActionsEnabled:(Z)V
         2: .line 167
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel$2.this$1:Lsun/jvm/hotspot/ui/JavaThreadsPanel$ThreadPanel;
            invokevirtual sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel.isInfoVisible:()Z
            ifeq 4
         3: .line 168
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel$2.this$1:Lsun/jvm/hotspot/ui/JavaThreadsPanel$ThreadPanel;
            invokevirtual sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel.showCurrentThreadInfo:()V
         4: .line 171
      StackMap locals:
      StackMap stack:
            return
        end local 1 // javax.swing.event.ListSelectionEvent evt
        end local 0 // sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/jvm/hotspot/ui/JavaThreadsPanel$ThreadPanel$2;
            0    5     1   evt  Ljavax/swing/event/ListSelectionEvent;
    MethodParameters:
      Name  Flags
      evt   
}
SourceFile: "JavaThreadsPanel.java"
EnclosingMethod: sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel.<init>:(Lsun/jvm/hotspot/ui/JavaThreadsPanel;Ljavax/swing/JTable;)V
NestHost: sun.jvm.hotspot.ui.JavaThreadsPanel
InnerClasses:
  private ThreadPanel = sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel of sun.jvm.hotspot.ui.JavaThreadsPanel
  sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel$2