public abstract class sun.jvm.hotspot.debugger.posix.DSO implements sun.jvm.hotspot.debugger.cdbg.LoadObject
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: sun.jvm.hotspot.debugger.posix.DSO
  super_class: java.lang.Object
{
  private sun.jvm.hotspot.utilities.memo.MemoizedObject file;
    descriptor: Lsun/jvm/hotspot/utilities/memo/MemoizedObject;
    flags: (0x0002) ACC_PRIVATE

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

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

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

  private sun.jvm.hotspot.debugger.posix.DSO$IsDSO dso;
    descriptor: Lsun/jvm/hotspot/debugger/posix/DSO$IsDSO;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(java.lang.String, long, sun.jvm.hotspot.debugger.Address);
    descriptor: (Ljava/lang/String;JLsun/jvm/hotspot/debugger/Address;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // sun.jvm.hotspot.debugger.posix.DSO this
        start local 1 // java.lang.String filename
        start local 2 // long size
        start local 4 // sun.jvm.hotspot.debugger.Address relocation
         0: .line 59
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 39
            aload 0 /* this */
            new sun.jvm.hotspot.debugger.posix.DSO$IsDSO
            dup
            aload 0 /* this */
            invokespecial sun.jvm.hotspot.debugger.posix.DSO$IsDSO.<init>:(Lsun/jvm/hotspot/debugger/posix/DSO;)V
            putfield sun.jvm.hotspot.debugger.posix.DSO.dso:Lsun/jvm/hotspot/debugger/posix/DSO$IsDSO;
         2: .line 60
            aload 0 /* this */
            aload 1 /* filename */
            putfield sun.jvm.hotspot.debugger.posix.DSO.filename:Ljava/lang/String;
         3: .line 61
            aload 0 /* this */
            lload 2 /* size */
            putfield sun.jvm.hotspot.debugger.posix.DSO.size:J
         4: .line 62
            aload 0 /* this */
            aload 4 /* relocation */
            putfield sun.jvm.hotspot.debugger.posix.DSO.addr:Lsun/jvm/hotspot/debugger/Address;
         5: .line 63
            aload 0 /* this */
            new sun.jvm.hotspot.debugger.posix.DSO$ELFFileByName
            dup
            aload 0 /* this */
            invokespecial sun.jvm.hotspot.debugger.posix.DSO$ELFFileByName.<init>:(Lsun/jvm/hotspot/debugger/posix/DSO;)V
            putfield sun.jvm.hotspot.debugger.posix.DSO.file:Lsun/jvm/hotspot/utilities/memo/MemoizedObject;
         6: .line 64
            return
        end local 4 // sun.jvm.hotspot.debugger.Address relocation
        end local 2 // long size
        end local 1 // java.lang.String filename
        end local 0 // sun.jvm.hotspot.debugger.posix.DSO this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lsun/jvm/hotspot/debugger/posix/DSO;
            0    7     1    filename  Ljava/lang/String;
            0    7     2        size  J
            0    7     4  relocation  Lsun/jvm/hotspot/debugger/Address;
    Exceptions:
      throws sun.jvm.hotspot.debugger.posix.elf.ELFException
    MethodParameters:
            Name  Flags
      filename    
      size        
      relocation  

  public void <init>(long, sun.jvm.hotspot.debugger.Address);
    descriptor: (JLsun/jvm/hotspot/debugger/Address;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // sun.jvm.hotspot.debugger.posix.DSO this
        start local 1 // long size
        start local 3 // sun.jvm.hotspot.debugger.Address relocation
         0: .line 66
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 39
            aload 0 /* this */
            new sun.jvm.hotspot.debugger.posix.DSO$IsDSO
            dup
            aload 0 /* this */
            invokespecial sun.jvm.hotspot.debugger.posix.DSO$IsDSO.<init>:(Lsun/jvm/hotspot/debugger/posix/DSO;)V
            putfield sun.jvm.hotspot.debugger.posix.DSO.dso:Lsun/jvm/hotspot/debugger/posix/DSO$IsDSO;
         2: .line 67
            aload 0 /* this */
            aload 3 /* relocation */
            putfield sun.jvm.hotspot.debugger.posix.DSO.addr:Lsun/jvm/hotspot/debugger/Address;
         3: .line 68
            aload 0 /* this */
            lload 1 /* size */
            putfield sun.jvm.hotspot.debugger.posix.DSO.size:J
         4: .line 69
            aload 0 /* this */
            new sun.jvm.hotspot.debugger.posix.DSO$ELFFileByAddress
            dup
            aload 0 /* this */
            invokespecial sun.jvm.hotspot.debugger.posix.DSO$ELFFileByAddress.<init>:(Lsun/jvm/hotspot/debugger/posix/DSO;)V
            putfield sun.jvm.hotspot.debugger.posix.DSO.file:Lsun/jvm/hotspot/utilities/memo/MemoizedObject;
         5: .line 70
            return
        end local 3 // sun.jvm.hotspot.debugger.Address relocation
        end local 1 // long size
        end local 0 // sun.jvm.hotspot.debugger.posix.DSO this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lsun/jvm/hotspot/debugger/posix/DSO;
            0    6     1        size  J
            0    6     3  relocation  Lsun/jvm/hotspot/debugger/Address;
    Exceptions:
      throws sun.jvm.hotspot.debugger.posix.elf.ELFException
    MethodParameters:
            Name  Flags
      size        
      relocation  

  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.posix.DSO this
         0: .line 73
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.posix.DSO.filename:Ljava/lang/String;
            areturn
        end local 0 // sun.jvm.hotspot.debugger.posix.DSO this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/posix/DSO;

  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.posix.DSO this
         0: .line 77
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.posix.DSO.addr:Lsun/jvm/hotspot/debugger/Address;
            areturn
        end local 0 // sun.jvm.hotspot.debugger.posix.DSO this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/posix/DSO;

  public void setBase(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.posix.DSO this
        start local 1 // sun.jvm.hotspot.debugger.Address newBase
         0: .line 83
            aload 0 /* this */
            aload 1 /* newBase */
            putfield sun.jvm.hotspot.debugger.posix.DSO.addr:Lsun/jvm/hotspot/debugger/Address;
         1: .line 84
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.posix.DSO.filename:Ljava/lang/String;
            ifnonnull 4
         2: .line 86
            aload 0 /* this */
            new sun.jvm.hotspot.debugger.posix.DSO$ELFFileByAddress
            dup
            aload 0 /* this */
            invokespecial sun.jvm.hotspot.debugger.posix.DSO$ELFFileByAddress.<init>:(Lsun/jvm/hotspot/debugger/posix/DSO;)V
            putfield sun.jvm.hotspot.debugger.posix.DSO.file:Lsun/jvm/hotspot/utilities/memo/MemoizedObject;
         3: .line 87
            aload 0 /* this */
            new sun.jvm.hotspot.debugger.posix.DSO$IsDSO
            dup
            aload 0 /* this */
            invokespecial sun.jvm.hotspot.debugger.posix.DSO$IsDSO.<init>:(Lsun/jvm/hotspot/debugger/posix/DSO;)V
            putfield sun.jvm.hotspot.debugger.posix.DSO.dso:Lsun/jvm/hotspot/debugger/posix/DSO$IsDSO;
         4: .line 89
      StackMap locals:
      StackMap stack:
            return
        end local 1 // sun.jvm.hotspot.debugger.Address newBase
        end local 0 // sun.jvm.hotspot.debugger.posix.DSO this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lsun/jvm/hotspot/debugger/posix/DSO;
            0    5     1  newBase  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
         Name  Flags
      newBase  

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

  public sun.jvm.hotspot.debugger.cdbg.CDebugInfoDataBase getDebugInfoDataBase();
    descriptor: ()Lsun/jvm/hotspot/debugger/cdbg/CDebugInfoDataBase;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.posix.DSO this
         0: .line 97
            aconst_null
            areturn
        end local 0 // sun.jvm.hotspot.debugger.posix.DSO this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/posix/DSO;
    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=1, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.posix.DSO this
        start local 1 // sun.jvm.hotspot.debugger.Address pc
         0: .line 102
            aconst_null
            areturn
        end local 1 // sun.jvm.hotspot.debugger.Address pc
        end local 0 // sun.jvm.hotspot.debugger.posix.DSO this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/posix/DSO;
            0    1     1    pc  Lsun/jvm/hotspot/debugger/Address;
    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=6, locals=6, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.posix.DSO this
        start local 1 // sun.jvm.hotspot.debugger.Address pcAsAddr
         0: .line 106
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.debugger.posix.DSO.isDSO:()Z
            istore 2 /* dso */
        start local 2 // boolean dso
         1: .line 107
            iload 2 /* dso */
            ifeq 2
            aload 1 /* pcAsAddr */
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.posix.DSO.addr:Lsun/jvm/hotspot/debugger/Address;
            invokeinterface sun.jvm.hotspot.debugger.Address.minus:(Lsun/jvm/hotspot/debugger/Address;)J
            goto 3
      StackMap locals: int
      StackMap stack:
         2: aload 0 /* this */
            aload 1 /* pcAsAddr */
            invokevirtual sun.jvm.hotspot.debugger.posix.DSO.getAddressValue:(Lsun/jvm/hotspot/debugger/Address;)J
      StackMap locals:
      StackMap stack: long
         3: lstore 3 /* offset */
        start local 3 // long offset
         4: .line 108
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.debugger.posix.DSO.getFile:()Lsun/jvm/hotspot/debugger/posix/elf/ELFFile;
            invokeinterface sun.jvm.hotspot.debugger.posix.elf.ELFFile.getHeader:()Lsun/jvm/hotspot/debugger/posix/elf/ELFHeader;
            lload 3 /* offset */
            invokeinterface sun.jvm.hotspot.debugger.posix.elf.ELFHeader.getELFSymbol:(J)Lsun/jvm/hotspot/debugger/posix/elf/ELFSymbol;
            astore 5 /* sym */
        start local 5 // sun.jvm.hotspot.debugger.posix.elf.ELFSymbol sym
         5: .line 109
            aload 5 /* sym */
            ifnull 6
            aload 0 /* this */
            aload 5 /* sym */
            invokeinterface sun.jvm.hotspot.debugger.posix.elf.ELFSymbol.getName:()Ljava/lang/String;
            lload 3 /* offset */
            aload 5 /* sym */
            invokeinterface sun.jvm.hotspot.debugger.posix.elf.ELFSymbol.getValue:()J
            lsub
            invokevirtual sun.jvm.hotspot.debugger.posix.DSO.createClosestSymbol:(Ljava/lang/String;J)Lsun/jvm/hotspot/debugger/cdbg/ClosestSymbol;
            goto 7
      StackMap locals: long sun.jvm.hotspot.debugger.posix.elf.ELFSymbol
      StackMap stack:
         6: aconst_null
      StackMap locals:
      StackMap stack: sun.jvm.hotspot.debugger.cdbg.ClosestSymbol
         7: areturn
        end local 5 // sun.jvm.hotspot.debugger.posix.elf.ELFSymbol sym
        end local 3 // long offset
        end local 2 // boolean dso
        end local 1 // sun.jvm.hotspot.debugger.Address pcAsAddr
        end local 0 // sun.jvm.hotspot.debugger.posix.DSO this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lsun/jvm/hotspot/debugger/posix/DSO;
            0    8     1  pcAsAddr  Lsun/jvm/hotspot/debugger/Address;
            1    8     2       dso  Z
            4    8     3    offset  J
            5    8     5       sym  Lsun/jvm/hotspot/debugger/posix/elf/ELFSymbol;
    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=1, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.posix.DSO this
        start local 1 // sun.jvm.hotspot.debugger.Address pc
         0: .line 114
            aconst_null
            areturn
        end local 1 // sun.jvm.hotspot.debugger.Address pc
        end local 0 // sun.jvm.hotspot.debugger.posix.DSO this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/posix/DSO;
            0    1     1    pc  Lsun/jvm/hotspot/debugger/Address;
    Exceptions:
      throws sun.jvm.hotspot.debugger.DebuggerException
    MethodParameters:
      Name  Flags
      pc    

  public boolean isDSO();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.posix.DSO this
         0: .line 119
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.posix.DSO.dso:Lsun/jvm/hotspot/debugger/posix/DSO$IsDSO;
            invokevirtual sun.jvm.hotspot.debugger.posix.DSO$IsDSO.getValue:()Z
            ireturn
        end local 0 // sun.jvm.hotspot.debugger.posix.DSO this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/posix/DSO;

  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=3, locals=5, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.posix.DSO this
        start local 1 // java.lang.String symbol
         0: .line 125
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.debugger.posix.DSO.getFile:()Lsun/jvm/hotspot/debugger/posix/elf/ELFFile;
            invokeinterface sun.jvm.hotspot.debugger.posix.elf.ELFFile.getHeader:()Lsun/jvm/hotspot/debugger/posix/elf/ELFHeader;
            aload 1 /* symbol */
            invokeinterface sun.jvm.hotspot.debugger.posix.elf.ELFHeader.getELFSymbol:(Ljava/lang/String;)Lsun/jvm/hotspot/debugger/posix/elf/ELFSymbol;
            astore 2 /* sym */
        start local 2 // sun.jvm.hotspot.debugger.posix.elf.ELFSymbol sym
         1: .line 126
            aload 2 /* sym */
            ifnonnull 3
         2: .line 127
            aconst_null
            areturn
         3: .line 130
      StackMap locals: sun.jvm.hotspot.debugger.posix.elf.ELFSymbol
      StackMap stack:
            aload 2 /* sym */
            invokeinterface sun.jvm.hotspot.debugger.posix.elf.ELFSymbol.getValue:()J
            lstore 3 /* value */
        start local 3 // long value
         4: .line 131
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.debugger.posix.DSO.isDSO:()Z
            ifeq 6
         5: .line 132
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.posix.DSO.addr:Lsun/jvm/hotspot/debugger/Address;
            lload 3 /* value */
            invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
            areturn
         6: .line 134
      StackMap locals: long
      StackMap stack:
            aload 0 /* this */
            lload 3 /* value */
            invokevirtual sun.jvm.hotspot.debugger.posix.DSO.newAddress:(J)Lsun/jvm/hotspot/debugger/Address;
            areturn
        end local 3 // long value
        end local 2 // sun.jvm.hotspot.debugger.posix.elf.ELFSymbol sym
        end local 1 // java.lang.String symbol
        end local 0 // sun.jvm.hotspot.debugger.posix.DSO this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lsun/jvm/hotspot/debugger/posix/DSO;
            0    7     1  symbol  Ljava/lang/String;
            1    7     2     sym  Lsun/jvm/hotspot/debugger/posix/elf/ELFSymbol;
            4    7     3   value  J
    Exceptions:
      throws sun.jvm.hotspot.debugger.posix.elf.ELFException
    MethodParameters:
        Name  Flags
      symbol  

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.posix.DSO this
        start local 1 // java.lang.Object o
         0: .line 139
            aload 1 /* o */
            ifnull 1
            aload 1 /* o */
            instanceof sun.jvm.hotspot.debugger.posix.DSO
            ifne 2
         1: .line 140
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         2: .line 142
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast sun.jvm.hotspot.debugger.posix.DSO
            astore 2 /* other */
        start local 2 // sun.jvm.hotspot.debugger.posix.DSO other
         3: .line 143
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.debugger.posix.DSO.getBase:()Lsun/jvm/hotspot/debugger/Address;
            aload 2 /* other */
            invokevirtual sun.jvm.hotspot.debugger.posix.DSO.getBase:()Lsun/jvm/hotspot/debugger/Address;
            invokeinterface sun.jvm.hotspot.debugger.Address.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // sun.jvm.hotspot.debugger.posix.DSO other
        end local 1 // java.lang.Object o
        end local 0 // sun.jvm.hotspot.debugger.posix.DSO this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lsun/jvm/hotspot/debugger/posix/DSO;
            0    4     1      o  Ljava/lang/Object;
            3    4     2  other  Lsun/jvm/hotspot/debugger/posix/DSO;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.posix.DSO this
         0: .line 147
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.debugger.posix.DSO.getBase:()Lsun/jvm/hotspot/debugger/Address;
            invokeinterface sun.jvm.hotspot.debugger.Address.hashCode:()I
            ireturn
        end local 0 // sun.jvm.hotspot.debugger.posix.DSO this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/posix/DSO;

  protected sun.jvm.hotspot.debugger.posix.elf.ELFFile getFile();
    descriptor: ()Lsun/jvm/hotspot/debugger/posix/elf/ELFFile;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.posix.DSO this
         0: .line 151
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.posix.DSO.file:Lsun/jvm/hotspot/utilities/memo/MemoizedObject;
            invokevirtual sun.jvm.hotspot.utilities.memo.MemoizedObject.getValue:()Ljava/lang/Object;
            checkcast sun.jvm.hotspot.debugger.posix.elf.ELFFile
            areturn
        end local 0 // sun.jvm.hotspot.debugger.posix.DSO this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/posix/DSO;

  protected abstract sun.jvm.hotspot.debugger.Address newAddress(long);
    descriptor: (J)Lsun/jvm/hotspot/debugger/Address;
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      addr  

  protected abstract long getAddressValue(sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;)J
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      addr  

  protected sun.jvm.hotspot.debugger.cdbg.ClosestSymbol createClosestSymbol(java.lang.String, long);
    descriptor: (Ljava/lang/String;J)Lsun/jvm/hotspot/debugger/cdbg/ClosestSymbol;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // sun.jvm.hotspot.debugger.posix.DSO this
        start local 1 // java.lang.String name
        start local 2 // long diff
         0: .line 158
            new sun.jvm.hotspot.debugger.cdbg.ClosestSymbol
            dup
            aload 1 /* name */
            lload 2 /* diff */
            invokespecial sun.jvm.hotspot.debugger.cdbg.ClosestSymbol.<init>:(Ljava/lang/String;J)V
            areturn
        end local 2 // long diff
        end local 1 // java.lang.String name
        end local 0 // sun.jvm.hotspot.debugger.posix.DSO this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/posix/DSO;
            0    1     1  name  Ljava/lang/String;
            0    1     2  diff  J
    MethodParameters:
      Name  Flags
      name  
      diff  
}
SourceFile: "DSO.java"
NestMembers:
  sun.jvm.hotspot.debugger.posix.DSO$ELFFileByAddress  sun.jvm.hotspot.debugger.posix.DSO$ELFFileByName  sun.jvm.hotspot.debugger.posix.DSO$IsDSO
InnerClasses:
  ELFFileByAddress = sun.jvm.hotspot.debugger.posix.DSO$ELFFileByAddress of sun.jvm.hotspot.debugger.posix.DSO
  ELFFileByName = sun.jvm.hotspot.debugger.posix.DSO$ELFFileByName of sun.jvm.hotspot.debugger.posix.DSO
  IsDSO = sun.jvm.hotspot.debugger.posix.DSO$IsDSO of sun.jvm.hotspot.debugger.posix.DSO