class sun.jvm.hotspot.debugger.bsd.BsdDebuggerLocal$1LookupByAddressTask 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$1LookupByAddressTask
  super_class: java.lang.Object
{
  long addr;
    descriptor: J
    flags: (0x0000) 

  sun.jvm.hotspot.debugger.cdbg.ClosestSymbol result;
    descriptor: Lsun/jvm/hotspot/debugger/cdbg/ClosestSymbol;
    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$1LookupByAddressTask this
         0: .line 560
            aload 0 /* this */
            aload 1
            putfield sun.jvm.hotspot.debugger.bsd.BsdDebuggerLocal$1LookupByAddressTask.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$1LookupByAddressTask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/bsd/BsdDebuggerLocal$1LookupByAddressTask;
    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=4, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.bsd.BsdDebuggerLocal$1LookupByAddressTask this
        start local 1 // sun.jvm.hotspot.debugger.bsd.BsdDebuggerLocal debugger
         0: .line 565
            aload 0 /* this */
            aload 1 /* debugger */
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.bsd.BsdDebuggerLocal$1LookupByAddressTask.addr:J
            invokevirtual sun.jvm.hotspot.debugger.bsd.BsdDebuggerLocal.lookupByAddress0:(J)Lsun/jvm/hotspot/debugger/cdbg/ClosestSymbol;
            putfield sun.jvm.hotspot.debugger.bsd.BsdDebuggerLocal$1LookupByAddressTask.result:Lsun/jvm/hotspot/debugger/cdbg/ClosestSymbol;
         1: .line 566
            return
        end local 1 // sun.jvm.hotspot.debugger.bsd.BsdDebuggerLocal debugger
        end local 0 // sun.jvm.hotspot.debugger.bsd.BsdDebuggerLocal$1LookupByAddressTask this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lsun/jvm/hotspot/debugger/bsd/BsdDebuggerLocal$1LookupByAddressTask;
            0    2     1  debugger  Lsun/jvm/hotspot/debugger/bsd/BsdDebuggerLocal;
    MethodParameters:
          Name  Flags
      debugger  
}
SourceFile: "BsdDebuggerLocal.java"
EnclosingMethod: sun.jvm.hotspot.debugger.bsd.BsdDebuggerLocal.lookup:(J)Lsun/jvm/hotspot/debugger/cdbg/ClosestSymbol;
NestHost: sun.jvm.hotspot.debugger.bsd.BsdDebuggerLocal
InnerClasses:
  LookupByAddressTask = sun.jvm.hotspot.debugger.bsd.BsdDebuggerLocal$1LookupByAddressTask
  abstract WorkerThreadTask = sun.jvm.hotspot.debugger.bsd.BsdDebuggerLocal$WorkerThreadTask of sun.jvm.hotspot.debugger.bsd.BsdDebuggerLocal