class sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$1LookupByNameTask 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$1LookupByNameTask
  super_class: java.lang.Object
{
  java.lang.String objectName;
    descriptor: Ljava/lang/String;
    flags: (0x0000) 

  java.lang.String symbol;
    descriptor: Ljava/lang/String;
    flags: (0x0000) 

  sun.jvm.hotspot.debugger.Address result;
    descriptor: Lsun/jvm/hotspot/debugger/Address;
    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$1LookupByNameTask this
         0: .line 432
            aload 0 /* this */
            aload 1
            putfield sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$1LookupByNameTask.this$0:Lsun/jvm/hotspot/debugger/linux/LinuxDebuggerLocal;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$1LookupByNameTask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/linux/LinuxDebuggerLocal$1LookupByNameTask;
    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=8, locals=4, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$1LookupByNameTask this
        start local 1 // sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal debugger
         0: .line 437
            aload 1 /* debugger */
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$1LookupByNameTask.objectName:Ljava/lang/String;
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$1LookupByNameTask.symbol:Ljava/lang/String;
            invokevirtual sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.lookupByName0:(Ljava/lang/String;Ljava/lang/String;)J
            lstore 2 /* addr */
        start local 2 // long addr
         1: .line 438
            aload 0 /* this */
            lload 2 /* addr */
            lconst_0
            lcmp
            ifne 2
            aconst_null
            goto 3
      StackMap locals: sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$1LookupByNameTask sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal long
      StackMap stack: sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$1LookupByNameTask
         2: new sun.jvm.hotspot.debugger.linux.LinuxAddress
            dup
            aload 1 /* debugger */
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$1LookupByNameTask.this$0:Lsun/jvm/hotspot/debugger/linux/LinuxDebuggerLocal;
            lload 2 /* addr */
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$1LookupByNameTask.symbol:Ljava/lang/String;
            invokevirtual sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.handleGCC32ABI:(JLjava/lang/String;)J
            invokespecial sun.jvm.hotspot.debugger.linux.LinuxAddress.<init>:(Lsun/jvm/hotspot/debugger/linux/LinuxDebugger;J)V
      StackMap locals: sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$1LookupByNameTask sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal long
      StackMap stack: sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$1LookupByNameTask sun.jvm.hotspot.debugger.linux.LinuxAddress
         3: putfield sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$1LookupByNameTask.result:Lsun/jvm/hotspot/debugger/Address;
         4: .line 439
            return
        end local 2 // long addr
        end local 1 // sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal debugger
        end local 0 // sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$1LookupByNameTask this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lsun/jvm/hotspot/debugger/linux/LinuxDebuggerLocal$1LookupByNameTask;
            0    5     1  debugger  Lsun/jvm/hotspot/debugger/linux/LinuxDebuggerLocal;
            1    5     2      addr  J
    MethodParameters:
          Name  Flags
      debugger  
}
SourceFile: "LinuxDebuggerLocal.java"
EnclosingMethod: sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.lookup:(Ljava/lang/String;Ljava/lang/String;)Lsun/jvm/hotspot/debugger/Address;
NestHost: sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal
InnerClasses:
  LookupByNameTask = sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$1LookupByNameTask
  abstract WorkerThreadTask = sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$WorkerThreadTask of sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal