class sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$1DetachTask implements sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$WorkerThreadTask
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$1DetachTask
  super_class: java.lang.Object
{
  boolean result;
    descriptor: Z
    flags: (0x0000) 

  final sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal this$0;
    descriptor: Lsun/jvm/hotspot/debugger/linux/LinuxDebuggerLocal;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

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

  public void doit(sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal);
    descriptor: (Lsun/jvm/hotspot/debugger/linux/LinuxDebuggerLocal;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$1DetachTask this
        start local 1 // sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal debugger
         0: .line 368
            aload 1 /* debugger */
            invokevirtual sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.detach0:()V
         1: .line 369
            aload 1 /* debugger */
            iconst_0
            putfield sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.attached:Z
         2: .line 370
            aload 0 /* this */
            iconst_1
            putfield sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$1DetachTask.result:Z
         3: .line 371
            return
        end local 1 // sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal debugger
        end local 0 // sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$1DetachTask this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lsun/jvm/hotspot/debugger/linux/LinuxDebuggerLocal$1DetachTask;
            0    4     1  debugger  Lsun/jvm/hotspot/debugger/linux/LinuxDebuggerLocal;
    MethodParameters:
          Name  Flags
      debugger  
}
SourceFile: "LinuxDebuggerLocal.java"
EnclosingMethod: sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.detach:()Z
NestHost: sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal
InnerClasses:
  DetachTask = sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$1DetachTask
  abstract WorkerThreadTask = sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$WorkerThreadTask of sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal