public class sun.jvm.hotspot.debugger.windbg.DLL implements sun.jvm.hotspot.debugger.cdbg.LoadObject
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.debugger.windbg.DLL
  super_class: java.lang.Object
{
  private sun.jvm.hotspot.debugger.windbg.WindbgDebugger dbg;
    descriptor: Lsun/jvm/hotspot/debugger/windbg/WindbgDebugger;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String fullPathName;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private long size;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private sun.jvm.hotspot.utilities.memo.MemoizedObject file;
    descriptor: Lsun/jvm/hotspot/utilities/memo/MemoizedObject;
    flags: (0x0002) ACC_PRIVATE

  private sun.jvm.hotspot.debugger.Address addr;
    descriptor: Lsun/jvm/hotspot/debugger/Address;
    flags: (0x0002) ACC_PRIVATE

  private sun.jvm.hotspot.debugger.cdbg.CDebugInfoDataBase db;
    descriptor: Lsun/jvm/hotspot/debugger/cdbg/CDebugInfoDataBase;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(sun.jvm.hotspot.debugger.windbg.WindbgDebugger, java.lang.String, long, sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/windbg/WindbgDebugger;Ljava/lang/String;JLsun/jvm/hotspot/debugger/Address;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=5
        start local 0 // sun.jvm.hotspot.debugger.windbg.DLL this
        start local 1 // sun.jvm.hotspot.debugger.windbg.WindbgDebugger dbg
        start local 2 // java.lang.String filename
        start local 3 // long size
        start local 5 // sun.jvm.hotspot.debugger.Address relocation
         0: .line 38
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 39
            aload 0 /* this */
            aload 1 /* dbg */
            putfield sun.jvm.hotspot.debugger.windbg.DLL.dbg:Lsun/jvm/hotspot/debugger/windbg/WindbgDebugger;
         2: .line 40
            aload 0 /* this */
            aload 2 /* filename */
            putfield sun.jvm.hotspot.debugger.windbg.DLL.fullPathName:Ljava/lang/String;
         3: .line 41
            aload 0 /* this */
            lload 3 /* size */
            putfield sun.jvm.hotspot.debugger.windbg.DLL.size:J
         4: .line 42
            aload 0 /* this */
            new sun.jvm.hotspot.debugger.windbg.DLL$1
            dup
            aload 0 /* this */
            invokespecial sun.jvm.hotspot.debugger.windbg.DLL$1.<init>:(Lsun/jvm/hotspot/debugger/windbg/DLL;)V
            putfield sun.jvm.hotspot.debugger.windbg.DLL.file:Lsun/jvm/hotspot/utilities/memo/MemoizedObject;
         5: .line 47
            aload 0 /* this */
            aload 5 /* relocation */
            putfield sun.jvm.hotspot.debugger.windbg.DLL.addr:Lsun/jvm/hotspot/debugger/Address;
         6: .line 48
            return
        end local 5 // sun.jvm.hotspot.debugger.Address relocation
        end local 3 // long size
        end local 2 // java.lang.String filename
        end local 1 // sun.jvm.hotspot.debugger.windbg.WindbgDebugger dbg
        end local 0 // sun.jvm.hotspot.debugger.windbg.DLL this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lsun/jvm/hotspot/debugger/windbg/DLL;
            0    7     1         dbg  Lsun/jvm/hotspot/debugger/windbg/WindbgDebugger;
            0    7     2    filename  Ljava/lang/String;
            0    7     3        size  J
            0    7     5  relocation  Lsun/jvm/hotspot/debugger/Address;
    Exceptions:
      throws sun.jvm.hotspot.debugger.win32.coff.COFFException
    MethodParameters:
            Name  Flags
      dbg         
      filename    
      size        
      relocation  

  public void <init>(sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.windbg.DLL this
        start local 1 // sun.jvm.hotspot.debugger.Address base
         0: .line 55
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 56
            aload 0 /* this */
            aload 1 /* base */
            putfield sun.jvm.hotspot.debugger.windbg.DLL.addr:Lsun/jvm/hotspot/debugger/Address;
         2: .line 57
            aload 0 /* this */
            new sun.jvm.hotspot.debugger.windbg.DLL$2
            dup
            aload 0 /* this */
            invokespecial sun.jvm.hotspot.debugger.windbg.DLL$2.<init>:(Lsun/jvm/hotspot/debugger/windbg/DLL;)V
            putfield sun.jvm.hotspot.debugger.windbg.DLL.file:Lsun/jvm/hotspot/utilities/memo/MemoizedObject;
         3: .line 62
            return
        end local 1 // sun.jvm.hotspot.debugger.Address base
        end local 0 // sun.jvm.hotspot.debugger.windbg.DLL this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/jvm/hotspot/debugger/windbg/DLL;
            0    4     1  base  Lsun/jvm/hotspot/debugger/Address;
    Exceptions:
      throws sun.jvm.hotspot.debugger.win32.coff.COFFException
    MethodParameters:
      Name  Flags
      base  

  public boolean isDLL();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.windbg.DLL this
         0: .line 67
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.debugger.windbg.DLL.getFile:()Lsun/jvm/hotspot/debugger/win32/coff/COFFFile;
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.COFFFile.getHeader:()Lsun/jvm/hotspot/debugger/win32/coff/COFFHeader;
            sipush 8192
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.COFFHeader.hasCharacteristic:(S)Z
            ireturn
        end local 0 // sun.jvm.hotspot.debugger.windbg.DLL this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/windbg/DLL;

  public sun.jvm.hotspot.debugger.Address lookupSymbol(java.lang.String);
    descriptor: (Ljava/lang/String;)Lsun/jvm/hotspot/debugger/Address;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.windbg.DLL this
        start local 1 // java.lang.String symbol
         0: .line 73
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.debugger.windbg.DLL.isDLL:()Z
            ifne 2
         1: .line 74
            aconst_null
            areturn
         2: .line 76
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.debugger.windbg.DLL.getExportDirectoryTable:()Lsun/jvm/hotspot/debugger/win32/coff/ExportDirectoryTable;
            astore 2 /* exports */
        start local 2 // sun.jvm.hotspot.debugger.win32.coff.ExportDirectoryTable exports
         3: .line 77
            aload 0 /* this */
            aload 1 /* symbol */
            aload 2 /* exports */
         4: .line 78
            iconst_0
            aload 2 /* exports */
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.ExportDirectoryTable.getNumberOfNamePointers:()I
            iconst_1
            isub
         5: .line 77
            invokevirtual sun.jvm.hotspot.debugger.windbg.DLL.lookupSymbol:(Ljava/lang/String;Lsun/jvm/hotspot/debugger/win32/coff/ExportDirectoryTable;II)Lsun/jvm/hotspot/debugger/Address;
            areturn
        end local 2 // sun.jvm.hotspot.debugger.win32.coff.ExportDirectoryTable exports
        end local 1 // java.lang.String symbol
        end local 0 // sun.jvm.hotspot.debugger.windbg.DLL this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lsun/jvm/hotspot/debugger/windbg/DLL;
            0    6     1   symbol  Ljava/lang/String;
            3    6     2  exports  Lsun/jvm/hotspot/debugger/win32/coff/ExportDirectoryTable;
    Exceptions:
      throws sun.jvm.hotspot.debugger.win32.coff.COFFException
    MethodParameters:
        Name  Flags
      symbol  

  public sun.jvm.hotspot.debugger.Address getBase();
    descriptor: ()Lsun/jvm/hotspot/debugger/Address;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.windbg.DLL this
         0: .line 82
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.DLL.addr:Lsun/jvm/hotspot/debugger/Address;
            areturn
        end local 0 // sun.jvm.hotspot.debugger.windbg.DLL this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/windbg/DLL;

  public java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.windbg.DLL this
         0: .line 89
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.DLL.fullPathName:Ljava/lang/String;
            areturn
        end local 0 // sun.jvm.hotspot.debugger.windbg.DLL this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/windbg/DLL;

  public long getSize();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.windbg.DLL this
         0: .line 93
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.DLL.size:J
            lreturn
        end local 0 // sun.jvm.hotspot.debugger.windbg.DLL this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/windbg/DLL;

  public sun.jvm.hotspot.debugger.cdbg.CDebugInfoDataBase getDebugInfoDataBase();
    descriptor: ()Lsun/jvm/hotspot/debugger/cdbg/CDebugInfoDataBase;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.windbg.DLL this
         0: .line 97
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.DLL.db:Lsun/jvm/hotspot/debugger/cdbg/CDebugInfoDataBase;
            ifnull 2
         1: .line 98
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.DLL.db:Lsun/jvm/hotspot/debugger/cdbg/CDebugInfoDataBase;
            areturn
         2: .line 102
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.DLL.dbg:Lsun/jvm/hotspot/debugger/windbg/WindbgDebugger;
            ifnonnull 4
         3: .line 103
            aconst_null
            areturn
         4: .line 106
      StackMap locals:
      StackMap stack:
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 8
         5: .line 107
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.DLL.fullPathName:Ljava/lang/String;
            ifnull 6
            iconst_1
            goto 7
      StackMap locals:
      StackMap stack:
         6: iconst_0
      StackMap locals:
      StackMap stack: int
         7: ldc "Need full path name to build debug info database"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         8: .line 110
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder
            dup
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.DLL.dbg:Lsun/jvm/hotspot/debugger/windbg/WindbgDebugger;
            invokespecial sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.<init>:(Lsun/jvm/hotspot/debugger/windbg/WindbgDebugger;)V
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.DLL.fullPathName:Ljava/lang/String;
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.DLL.addr:Lsun/jvm/hotspot/debugger/Address;
            invokevirtual sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.buildDataBase:(Ljava/lang/String;Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/cdbg/CDebugInfoDataBase;
            putfield sun.jvm.hotspot.debugger.windbg.DLL.db:Lsun/jvm/hotspot/debugger/cdbg/CDebugInfoDataBase;
         9: .line 111
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.DLL.db:Lsun/jvm/hotspot/debugger/cdbg/CDebugInfoDataBase;
            areturn
        end local 0 // sun.jvm.hotspot.debugger.windbg.DLL this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lsun/jvm/hotspot/debugger/windbg/DLL;
    Exceptions:
      throws sun.jvm.hotspot.debugger.DebuggerException

  public sun.jvm.hotspot.debugger.cdbg.BlockSym debugInfoForPC(sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/cdbg/BlockSym;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.windbg.DLL this
        start local 1 // sun.jvm.hotspot.debugger.Address pc
         0: .line 115
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.debugger.windbg.DLL.getDebugInfoDataBase:()Lsun/jvm/hotspot/debugger/cdbg/CDebugInfoDataBase;
            astore 2 /* db */
        start local 2 // sun.jvm.hotspot.debugger.cdbg.CDebugInfoDataBase db
         1: .line 116
            aload 2 /* db */
            ifnonnull 3
         2: .line 117
            aconst_null
            areturn
         3: .line 119
      StackMap locals: sun.jvm.hotspot.debugger.cdbg.CDebugInfoDataBase
      StackMap stack:
            aload 2 /* db */
            aload 1 /* pc */
            invokeinterface sun.jvm.hotspot.debugger.cdbg.CDebugInfoDataBase.debugInfoForPC:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/cdbg/BlockSym;
            areturn
        end local 2 // sun.jvm.hotspot.debugger.cdbg.CDebugInfoDataBase db
        end local 1 // sun.jvm.hotspot.debugger.Address pc
        end local 0 // sun.jvm.hotspot.debugger.windbg.DLL this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/jvm/hotspot/debugger/windbg/DLL;
            0    4     1    pc  Lsun/jvm/hotspot/debugger/Address;
            1    4     2    db  Lsun/jvm/hotspot/debugger/cdbg/CDebugInfoDataBase;
    Exceptions:
      throws sun.jvm.hotspot.debugger.DebuggerException
    MethodParameters:
      Name  Flags
      pc    

  public sun.jvm.hotspot.debugger.cdbg.ClosestSymbol closestSymbolToPC(sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/cdbg/ClosestSymbol;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=13, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.windbg.DLL this
        start local 1 // sun.jvm.hotspot.debugger.Address pcAsAddr
         0: .line 123
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.debugger.windbg.DLL.getExportDirectoryTable:()Lsun/jvm/hotspot/debugger/win32/coff/ExportDirectoryTable;
            astore 2 /* exports */
        start local 2 // sun.jvm.hotspot.debugger.win32.coff.ExportDirectoryTable exports
         1: .line 124
            aload 2 /* exports */
            ifnonnull 3
         2: .line 125
            aconst_null
            areturn
         3: .line 127
      StackMap locals: sun.jvm.hotspot.debugger.win32.coff.ExportDirectoryTable
      StackMap stack:
            aconst_null
            astore 3 /* name */
        start local 3 // java.lang.String name
         4: .line 128
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.DLL.dbg:Lsun/jvm/hotspot/debugger/windbg/WindbgDebugger;
            aload 1 /* pcAsAddr */
            invokeinterface sun.jvm.hotspot.debugger.windbg.WindbgDebugger.getAddressValue:(Lsun/jvm/hotspot/debugger/Address;)J
            lstore 4 /* pc */
        start local 4 // long pc
         5: .line 129
            ldc 9223372036854775807
            lstore 6 /* diff */
        start local 6 // long diff
         6: .line 130
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.DLL.dbg:Lsun/jvm/hotspot/debugger/windbg/WindbgDebugger;
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.DLL.addr:Lsun/jvm/hotspot/debugger/Address;
            invokeinterface sun.jvm.hotspot.debugger.windbg.WindbgDebugger.getAddressValue:(Lsun/jvm/hotspot/debugger/Address;)J
            lstore 8 /* base */
        start local 8 // long base
         7: .line 131
            iconst_0
            istore 10 /* i */
        start local 10 // int i
         8: goto 15
         9: .line 132
      StackMap locals: sun.jvm.hotspot.debugger.windbg.DLL sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.debugger.win32.coff.ExportDirectoryTable java.lang.String long long long int
      StackMap stack:
            aload 2 /* exports */
            aload 2 /* exports */
            iload 10 /* i */
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.ExportDirectoryTable.getExportOrdinal:(I)S
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.ExportDirectoryTable.isExportAddressForwarder:(S)Z
            ifne 14
        10: .line 133
            lload 8 /* base */
            aload 2 /* exports */
            aload 2 /* exports */
            iload 10 /* i */
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.ExportDirectoryTable.getExportOrdinal:(I)S
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.ExportDirectoryTable.getExportAddress:(S)I
            iconst_m1
            iand
            i2l
            ladd
            lstore 11 /* tmp */
        start local 11 // long tmp
        11: .line 134
            lload 11 /* tmp */
            lload 4 /* pc */
            lcmp
            ifgt 14
            lload 4 /* pc */
            lload 11 /* tmp */
            lsub
            lload 6 /* diff */
            lcmp
            ifge 14
        12: .line 135
            lload 4 /* pc */
            lload 11 /* tmp */
            lsub
            lstore 6 /* diff */
        13: .line 136
            aload 2 /* exports */
            iload 10 /* i */
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.ExportDirectoryTable.getExportName:(I)Ljava/lang/String;
            astore 3 /* name */
        end local 11 // long tmp
        14: .line 131
      StackMap locals:
      StackMap stack:
            iinc 10 /* i */ 1
      StackMap locals:
      StackMap stack:
        15: iload 10 /* i */
            aload 2 /* exports */
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.ExportDirectoryTable.getNumberOfNamePointers:()I
            if_icmplt 9
        end local 10 // int i
        16: .line 140
            aload 3 /* name */
            ifnonnull 18
        17: .line 141
            aconst_null
            areturn
        18: .line 143
      StackMap locals:
      StackMap stack:
            new sun.jvm.hotspot.debugger.cdbg.ClosestSymbol
            dup
            aload 3 /* name */
            lload 6 /* diff */
            invokespecial sun.jvm.hotspot.debugger.cdbg.ClosestSymbol.<init>:(Ljava/lang/String;J)V
            areturn
        end local 8 // long base
        end local 6 // long diff
        end local 4 // long pc
        end local 3 // java.lang.String name
        end local 2 // sun.jvm.hotspot.debugger.win32.coff.ExportDirectoryTable exports
        end local 1 // sun.jvm.hotspot.debugger.Address pcAsAddr
        end local 0 // sun.jvm.hotspot.debugger.windbg.DLL this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   19     0      this  Lsun/jvm/hotspot/debugger/windbg/DLL;
            0   19     1  pcAsAddr  Lsun/jvm/hotspot/debugger/Address;
            1   19     2   exports  Lsun/jvm/hotspot/debugger/win32/coff/ExportDirectoryTable;
            4   19     3      name  Ljava/lang/String;
            5   19     4        pc  J
            6   19     6      diff  J
            7   19     8      base  J
            8   16    10         i  I
           11   14    11       tmp  J
    Exceptions:
      throws sun.jvm.hotspot.debugger.DebuggerException
    MethodParameters:
          Name  Flags
      pcAsAddr  

  public sun.jvm.hotspot.debugger.cdbg.LineNumberInfo lineNumberForPC(sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/cdbg/LineNumberInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.windbg.DLL this
        start local 1 // sun.jvm.hotspot.debugger.Address pc
         0: .line 147
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.debugger.windbg.DLL.getDebugInfoDataBase:()Lsun/jvm/hotspot/debugger/cdbg/CDebugInfoDataBase;
            astore 2 /* db */
        start local 2 // sun.jvm.hotspot.debugger.cdbg.CDebugInfoDataBase db
         1: .line 148
            aload 2 /* db */
            ifnonnull 3
         2: .line 149
            aconst_null
            areturn
         3: .line 151
      StackMap locals: sun.jvm.hotspot.debugger.cdbg.CDebugInfoDataBase
      StackMap stack:
            aload 2 /* db */
            aload 1 /* pc */
            invokeinterface sun.jvm.hotspot.debugger.cdbg.CDebugInfoDataBase.lineNumberForPC:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/cdbg/LineNumberInfo;
            areturn
        end local 2 // sun.jvm.hotspot.debugger.cdbg.CDebugInfoDataBase db
        end local 1 // sun.jvm.hotspot.debugger.Address pc
        end local 0 // sun.jvm.hotspot.debugger.windbg.DLL this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/jvm/hotspot/debugger/windbg/DLL;
            0    4     1    pc  Lsun/jvm/hotspot/debugger/Address;
            1    4     2    db  Lsun/jvm/hotspot/debugger/cdbg/CDebugInfoDataBase;
    Exceptions:
      throws sun.jvm.hotspot.debugger.DebuggerException
    MethodParameters:
      Name  Flags
      pc    

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.windbg.DLL this
         0: .line 155
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.debugger.windbg.DLL.getFile:()Lsun/jvm/hotspot/debugger/win32/coff/COFFFile;
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.COFFFile.close:()V
         1: .line 156
            aload 0 /* this */
            aconst_null
            putfield sun.jvm.hotspot.debugger.windbg.DLL.file:Lsun/jvm/hotspot/utilities/memo/MemoizedObject;
         2: .line 157
            return
        end local 0 // sun.jvm.hotspot.debugger.windbg.DLL this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/jvm/hotspot/debugger/windbg/DLL;

  private sun.jvm.hotspot.debugger.win32.coff.COFFFile getFile();
    descriptor: ()Lsun/jvm/hotspot/debugger/win32/coff/COFFFile;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.windbg.DLL this
         0: .line 164
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.DLL.file:Lsun/jvm/hotspot/utilities/memo/MemoizedObject;
            invokevirtual sun.jvm.hotspot.utilities.memo.MemoizedObject.getValue:()Ljava/lang/Object;
            checkcast sun.jvm.hotspot.debugger.win32.coff.COFFFile
            areturn
        end local 0 // sun.jvm.hotspot.debugger.windbg.DLL this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/windbg/DLL;

  private sun.jvm.hotspot.debugger.Address lookupSymbol(java.lang.String, sun.jvm.hotspot.debugger.win32.coff.ExportDirectoryTable, int, int);
    descriptor: (Ljava/lang/String;Lsun/jvm/hotspot/debugger/win32/coff/ExportDirectoryTable;II)Lsun/jvm/hotspot/debugger/Address;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=7, args_size=5
        start local 0 // sun.jvm.hotspot.debugger.windbg.DLL this
        start local 1 // java.lang.String symbol
        start local 2 // sun.jvm.hotspot.debugger.win32.coff.ExportDirectoryTable exports
        start local 3 // int loIdx
        start local 4 // int hiIdx
         0: .line 170
      StackMap locals:
      StackMap stack:
            iload 3 /* loIdx */
            iload 4 /* hiIdx */
            iadd
            iconst_1
            ishr
            istore 5 /* curIdx */
        start local 5 // int curIdx
         1: .line 171
            aload 2 /* exports */
            iload 5 /* curIdx */
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.ExportDirectoryTable.getExportName:(I)Ljava/lang/String;
            astore 6 /* cur */
        start local 6 // java.lang.String cur
         2: .line 172
            aload 1 /* symbol */
            aload 6 /* cur */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 6
         3: .line 173
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.DLL.addr:Lsun/jvm/hotspot/debugger/Address;
         4: .line 174
            aload 2 /* exports */
            aload 2 /* exports */
            iload 5 /* curIdx */
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.ExportDirectoryTable.getExportOrdinal:(I)S
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.ExportDirectoryTable.getExportAddress:(S)I
            i2l
            ldc 4294967295
            land
         5: .line 173
            invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
            areturn
         6: .line 177
      StackMap locals: int java.lang.String
      StackMap stack:
            aload 1 /* symbol */
            aload 6 /* cur */
            invokevirtual java.lang.String.compareTo:(Ljava/lang/String;)I
            ifge 12
         7: .line 178
            iload 4 /* hiIdx */
            iload 5 /* curIdx */
            if_icmpne 10
         8: .line 179
            iload 5 /* curIdx */
            iconst_1
            isub
            istore 4 /* hiIdx */
         9: .line 180
            goto 16
        10: .line 181
      StackMap locals:
      StackMap stack:
            iload 5 /* curIdx */
            istore 4 /* hiIdx */
        11: .line 183
            goto 16
        12: .line 184
      StackMap locals:
      StackMap stack:
            iload 3 /* loIdx */
            iload 5 /* curIdx */
            if_icmpne 15
        13: .line 185
            iload 5 /* curIdx */
            iconst_1
            iadd
            istore 3 /* loIdx */
        14: .line 186
            goto 16
        15: .line 187
      StackMap locals:
      StackMap stack:
            iload 5 /* curIdx */
            istore 3 /* loIdx */
        end local 6 // java.lang.String cur
        end local 5 // int curIdx
        16: .line 190
      StackMap locals:
      StackMap stack:
            iload 3 /* loIdx */
            iload 4 /* hiIdx */
        17: .line 169
            if_icmple 0
        18: .line 192
            aconst_null
            areturn
        end local 4 // int hiIdx
        end local 3 // int loIdx
        end local 2 // sun.jvm.hotspot.debugger.win32.coff.ExportDirectoryTable exports
        end local 1 // java.lang.String symbol
        end local 0 // sun.jvm.hotspot.debugger.windbg.DLL this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   19     0     this  Lsun/jvm/hotspot/debugger/windbg/DLL;
            0   19     1   symbol  Ljava/lang/String;
            0   19     2  exports  Lsun/jvm/hotspot/debugger/win32/coff/ExportDirectoryTable;
            0   19     3    loIdx  I
            0   19     4    hiIdx  I
            1   16     5   curIdx  I
            2   16     6      cur  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      symbol   
      exports  
      loIdx    
      hiIdx    

  private sun.jvm.hotspot.debugger.win32.coff.ExportDirectoryTable getExportDirectoryTable();
    descriptor: ()Lsun/jvm/hotspot/debugger/win32/coff/ExportDirectoryTable;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.windbg.DLL this
         0: .line 197
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.debugger.windbg.DLL.getFile:()Lsun/jvm/hotspot/debugger/win32/coff/COFFFile;
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.COFFFile.getHeader:()Lsun/jvm/hotspot/debugger/win32/coff/COFFHeader;
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.COFFHeader.getOptionalHeader:()Lsun/jvm/hotspot/debugger/win32/coff/OptionalHeader;
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.OptionalHeader.getDataDirectories:()Lsun/jvm/hotspot/debugger/win32/coff/OptionalHeaderDataDirectories;
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.OptionalHeaderDataDirectories.getExportDirectoryTable:()Lsun/jvm/hotspot/debugger/win32/coff/ExportDirectoryTable;
         1: .line 196
            areturn
        end local 0 // sun.jvm.hotspot.debugger.windbg.DLL this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/debugger/windbg/DLL;
}
SourceFile: "DLL.java"
NestMembers:
  sun.jvm.hotspot.debugger.windbg.DLL$1  sun.jvm.hotspot.debugger.windbg.DLL$2
InnerClasses:
  sun.jvm.hotspot.debugger.windbg.DLL$1
  sun.jvm.hotspot.debugger.windbg.DLL$2