class sun.jvm.hotspot.CLHSDB$2 extends sun.jvm.hotspot.CommandProcessor$DebuggerInterface
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.jvm.hotspot.CLHSDB$2
  super_class: sun.jvm.hotspot.CommandProcessor$DebuggerInterface
{
  final sun.jvm.hotspot.CLHSDB this$0;
    descriptor: Lsun/jvm/hotspot/CLHSDB;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

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

  public sun.jvm.hotspot.HotSpotAgent getAgent();
    descriptor: ()Lsun/jvm/hotspot/HotSpotAgent;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.CLHSDB$2 this
         0: .line 69
            aload 0 /* this */
            getfield sun.jvm.hotspot.CLHSDB$2.this$0:Lsun/jvm/hotspot/CLHSDB;
            getfield sun.jvm.hotspot.CLHSDB.agent:Lsun/jvm/hotspot/HotSpotAgent;
            areturn
        end local 0 // sun.jvm.hotspot.CLHSDB$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/CLHSDB$2;

  public boolean isAttached();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.CLHSDB$2 this
         0: .line 72
            aload 0 /* this */
            getfield sun.jvm.hotspot.CLHSDB$2.this$0:Lsun/jvm/hotspot/CLHSDB;
            getfield sun.jvm.hotspot.CLHSDB.attached:Z
            ireturn
        end local 0 // sun.jvm.hotspot.CLHSDB$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/CLHSDB$2;

  public void attach(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.CLHSDB$2 this
        start local 1 // java.lang.String pid
         0: .line 75
            aload 0 /* this */
            getfield sun.jvm.hotspot.CLHSDB$2.this$0:Lsun/jvm/hotspot/CLHSDB;
            aload 1 /* pid */
            invokevirtual sun.jvm.hotspot.CLHSDB.attachDebugger:(Ljava/lang/String;)V
         1: .line 76
            return
        end local 1 // java.lang.String pid
        end local 0 // sun.jvm.hotspot.CLHSDB$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/CLHSDB$2;
            0    2     1   pid  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      pid   

  public void attach(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.CLHSDB$2 this
        start local 1 // java.lang.String java
        start local 2 // java.lang.String core
         0: .line 78
            aload 0 /* this */
            getfield sun.jvm.hotspot.CLHSDB$2.this$0:Lsun/jvm/hotspot/CLHSDB;
            aload 1 /* java */
            aload 2 /* core */
            invokevirtual sun.jvm.hotspot.CLHSDB.attachDebugger:(Ljava/lang/String;Ljava/lang/String;)V
         1: .line 79
            return
        end local 2 // java.lang.String core
        end local 1 // java.lang.String java
        end local 0 // sun.jvm.hotspot.CLHSDB$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/CLHSDB$2;
            0    2     1  java  Ljava/lang/String;
            0    2     2  core  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      java  
      core  

  public void detach();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.CLHSDB$2 this
         0: .line 81
            aload 0 /* this */
            getfield sun.jvm.hotspot.CLHSDB$2.this$0:Lsun/jvm/hotspot/CLHSDB;
            invokevirtual sun.jvm.hotspot.CLHSDB.detachDebugger:()V
         1: .line 82
            return
        end local 0 // sun.jvm.hotspot.CLHSDB$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/CLHSDB$2;

  public void reattach();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.CLHSDB$2 this
         0: .line 84
            aload 0 /* this */
            getfield sun.jvm.hotspot.CLHSDB$2.this$0:Lsun/jvm/hotspot/CLHSDB;
            getfield sun.jvm.hotspot.CLHSDB.attached:Z
            ifeq 2
         1: .line 85
            aload 0 /* this */
            getfield sun.jvm.hotspot.CLHSDB$2.this$0:Lsun/jvm/hotspot/CLHSDB;
            invokevirtual sun.jvm.hotspot.CLHSDB.detachDebugger:()V
         2: .line 87
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.CLHSDB$2.this$0:Lsun/jvm/hotspot/CLHSDB;
            getfield sun.jvm.hotspot.CLHSDB.pidText:Ljava/lang/String;
            ifnull 5
         3: .line 88
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.jvm.hotspot.CLHSDB$2.this$0:Lsun/jvm/hotspot/CLHSDB;
            getfield sun.jvm.hotspot.CLHSDB.pidText:Ljava/lang/String;
            invokevirtual sun.jvm.hotspot.CLHSDB$2.attach:(Ljava/lang/String;)V
         4: .line 89
            goto 6
         5: .line 90
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.jvm.hotspot.CLHSDB$2.this$0:Lsun/jvm/hotspot/CLHSDB;
            getfield sun.jvm.hotspot.CLHSDB.execPath:Ljava/lang/String;
            aload 0 /* this */
            getfield sun.jvm.hotspot.CLHSDB$2.this$0:Lsun/jvm/hotspot/CLHSDB;
            getfield sun.jvm.hotspot.CLHSDB.coreFilename:Ljava/lang/String;
            invokevirtual sun.jvm.hotspot.CLHSDB$2.attach:(Ljava/lang/String;Ljava/lang/String;)V
         6: .line 92
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.jvm.hotspot.CLHSDB$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/jvm/hotspot/CLHSDB$2;
}
SourceFile: "CLHSDB.java"
EnclosingMethod: sun.jvm.hotspot.CLHSDB.run:()V
NestHost: sun.jvm.hotspot.CLHSDB
InnerClasses:
  sun.jvm.hotspot.CLHSDB$2
  public abstract DebuggerInterface = sun.jvm.hotspot.CommandProcessor$DebuggerInterface of sun.jvm.hotspot.CommandProcessor