class sun.jvm.hotspot.HSDB$31$1 implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.jvm.hotspot.HSDB$31$1
  super_class: java.lang.Object
{
  final sun.jvm.hotspot.HSDB$31 this$1;
    descriptor: Lsun/jvm/hotspot/HSDB$31;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final javax.swing.JTextField val$pidTextField;
    descriptor: Ljavax/swing/JTextField;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(sun.jvm.hotspot.HSDB$31, javax.swing.JTextField);
    descriptor: (Lsun/jvm/hotspot/HSDB$31;Ljavax/swing/JTextField;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.HSDB$31$1 this
         0: .line 656
            aload 0 /* this */
            aload 1
            putfield sun.jvm.hotspot.HSDB$31$1.this$1:Lsun/jvm/hotspot/HSDB$31;
            aload 0 /* this */
            aload 2
            putfield sun.jvm.hotspot.HSDB$31$1.val$pidTextField:Ljavax/swing/JTextField;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.jvm.hotspot.HSDB$31$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/HSDB$31$1;
    MethodParameters:
                  Name  Flags
      this$0            final
      val$pidTextField  final

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.HSDB$31$1 this
         0: .line 658
            aload 0 /* this */
            getfield sun.jvm.hotspot.HSDB$31$1.this$1:Lsun/jvm/hotspot/HSDB$31;
            invokestatic sun.jvm.hotspot.HSDB$31.access$0:(Lsun/jvm/hotspot/HSDB$31;)Lsun/jvm/hotspot/HSDB;
            aload 0 /* this */
            getfield sun.jvm.hotspot.HSDB$31$1.val$pidTextField:Ljavax/swing/JTextField;
            invokevirtual javax.swing.JTextField.getText:()Ljava/lang/String;
            invokevirtual sun.jvm.hotspot.HSDB.connect:(Ljava/lang/String;)V
         1: .line 659
            return
        end local 0 // sun.jvm.hotspot.HSDB$31$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/HSDB$31$1;
}
SourceFile: "HSDB.java"
EnclosingMethod: sun.jvm.hotspot.HSDB$31.actionPerformed:(Ljava/awt/event/ActionEvent;)V
NestHost: sun.jvm.hotspot.HSDB
InnerClasses:
  sun.jvm.hotspot.HSDB$31
  sun.jvm.hotspot.HSDB$31$1