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

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

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.jvm.hotspot.HotSpotAgent$1 this
         0: .line 107
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent$1.this$0:Lsun/jvm/hotspot/HotSpotAgent;
            dup
            astore 1
            monitorenter
         1: .line 108
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent$1.this$0:Lsun/jvm/hotspot/HotSpotAgent;
            getfield sun.jvm.hotspot.HotSpotAgent.isServer:Z
            ifne 3
         2: .line 109
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent$1.this$0:Lsun/jvm/hotspot/HotSpotAgent;
            invokevirtual sun.jvm.hotspot.HotSpotAgent.detach:()Z
            pop
         3: .line 107
      StackMap locals: sun.jvm.hotspot.HotSpotAgent
      StackMap stack:
            aload 1
            monitorexit
         4: goto 7
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: aload 1
            monitorexit
         6: athrow
         7: .line 112
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.jvm.hotspot.HotSpotAgent$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lsun/jvm/hotspot/HotSpotAgent$1;
      Exception table:
        from    to  target  type
           1     4       5  any
           5     6       5  any
}
SourceFile: "HotSpotAgent.java"
EnclosingMethod: sun.jvm.hotspot.HotSpotAgent.<init>:()V
NestHost: sun.jvm.hotspot.HotSpotAgent
InnerClasses:
  sun.jvm.hotspot.HotSpotAgent$1