class sun.jvm.hotspot.debugger.bsd.BsdDebuggerLocal$1ReadBytesFromProcessTask implements sun.jvm.hotspot.debugger.bsd.BsdDebuggerLocal$WorkerThreadTask
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.jvm.hotspot.debugger.bsd.BsdDebuggerLocal$1ReadBytesFromProcessTask
  super_class: java.lang.Object
{
  long address;
    descriptor: J
    flags: (0x0000) 

  long numBytes;
    descriptor: J
    flags: (0x0000) 

  sun.jvm.hotspot.debugger.ReadResult result;
    descriptor: Lsun/jvm/hotspot/debugger/ReadResult;
    flags: (0x0000) 

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

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

  public void doit(sun.jvm.hotspot.debugger.bsd.BsdDebuggerLocal);
    descriptor: (Lsun/jvm/hotspot/debugger/bsd/BsdDebuggerLocal;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.bsd.BsdDebuggerLocal$1ReadBytesFromProcessTask this
        start local 1 // sun.jvm.hotspot.debugger.bsd.BsdDebuggerLocal debugger
         0: .line 600
            aload 1 /* debugger */
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.bsd.BsdDebuggerLocal$1ReadBytesFromProcessTask.address:J
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.bsd.BsdDebuggerLocal$1ReadBytesFromProcessTask.numBytes:J
            invokevirtual sun.jvm.hotspot.debugger.bsd.BsdDebuggerLocal.readBytesFromProcess0:(JJ)[B
            astore 2 /* res */
        start local 2 // byte[] res
         1: .line 601
            aload 2 /* res */
            ifnull 3
         2: .line 602
            aload 0 /* this */
            new sun.jvm.hotspot.debugger.ReadResult
            dup
            aload 2 /* res */
            invokespecial sun.jvm.hotspot.debugger.ReadResult.<init>:([B)V
            putfield sun.jvm.hotspot.debugger.bsd.BsdDebuggerLocal$1ReadBytesFromProcessTask.result:Lsun/jvm/hotspot/debugger/ReadResult;
            goto 4
         3: .line 604
      StackMap locals: byte[]
      StackMap stack:
            aload 0 /* this */
            new sun.jvm.hotspot.debugger.ReadResult
            dup
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.bsd.BsdDebuggerLocal$1ReadBytesFromProcessTask.address:J
            invokespecial sun.jvm.hotspot.debugger.ReadResult.<init>:(J)V
            putfield sun.jvm.hotspot.debugger.bsd.BsdDebuggerLocal$1ReadBytesFromProcessTask.result:Lsun/jvm/hotspot/debugger/ReadResult;
         4: .line 605
      StackMap locals:
      StackMap stack:
            return
        end local 2 // byte[] res
        end local 1 // sun.jvm.hotspot.debugger.bsd.BsdDebuggerLocal debugger
        end local 0 // sun.jvm.hotspot.debugger.bsd.BsdDebuggerLocal$1ReadBytesFromProcessTask this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lsun/jvm/hotspot/debugger/bsd/BsdDebuggerLocal$1ReadBytesFromProcessTask;
            0    5     1  debugger  Lsun/jvm/hotspot/debugger/bsd/BsdDebuggerLocal;
            1    5     2       res  [B
    MethodParameters:
          Name  Flags
      debugger  
}
SourceFile: "BsdDebuggerLocal.java"
EnclosingMethod: sun.jvm.hotspot.debugger.bsd.BsdDebuggerLocal.readBytesFromProcess:(JJ)Lsun/jvm/hotspot/debugger/ReadResult;
NestHost: sun.jvm.hotspot.debugger.bsd.BsdDebuggerLocal
InnerClasses:
  ReadBytesFromProcessTask = sun.jvm.hotspot.debugger.bsd.BsdDebuggerLocal$1ReadBytesFromProcessTask
  abstract WorkerThreadTask = sun.jvm.hotspot.debugger.bsd.BsdDebuggerLocal$WorkerThreadTask of sun.jvm.hotspot.debugger.bsd.BsdDebuggerLocal