class sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFStringTableImpl implements sun.jvm.hotspot.debugger.posix.elf.ELFStringTable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFStringTableImpl
  super_class: java.lang.Object
{
  private byte[] data;
    descriptor: [B
    flags: (0x0002) ACC_PRIVATE

  private int numStrings;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  final sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl this$1;
    descriptor: Lsun/jvm/hotspot/debugger/posix/elf/ELFFileParser$ELFFileImpl;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl, long, int);
    descriptor: (Lsun/jvm/hotspot/debugger/posix/elf/ELFFileParser$ELFFileImpl;JI)V
    flags: (0x0000) 
    Code:
      stack=5, locals=7, args_size=4
        start local 0 // sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFStringTableImpl this
        start local 2 // long offset
        start local 4 // int length
         0: .line 720
            aload 0 /* this */
            aload 1
            putfield sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFStringTableImpl.this$1:Lsun/jvm/hotspot/debugger/posix/elf/ELFFileParser$ELFFileImpl;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 721
            aload 1
            lload 2 /* offset */
            invokevirtual sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl.seek:(J)V
         2: .line 722
            aload 0 /* this */
            iload 4 /* length */
            newarray 8
            putfield sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFStringTableImpl.data:[B
         3: .line 723
            aload 1
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFStringTableImpl.data:[B
            invokevirtual sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl.readBytes:([B)I
            istore 5 /* bytesRead */
        start local 5 // int bytesRead
         4: .line 724
            iload 5 /* bytesRead */
            iload 4 /* length */
            if_icmpeq 9
         5: .line 725
            new sun.jvm.hotspot.debugger.posix.elf.ELFException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Error reading string table (read "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         6: .line 726
            iload 5 /* bytesRead */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc "bytes, expected to "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         7: .line 727
            ldc "read "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFStringTableImpl.data:[B
            arraylength
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc "bytes)."
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         8: .line 725
            invokespecial sun.jvm.hotspot.debugger.posix.elf.ELFException.<init>:(Ljava/lang/String;)V
            athrow
         9: .line 731
      StackMap locals: sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFStringTableImpl sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl long int int
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFStringTableImpl.numStrings:I
        10: .line 732
            iconst_0
            istore 6 /* ptr */
        start local 6 // int ptr
        11: goto 15
        12: .line 733
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFStringTableImpl.data:[B
            iload 6 /* ptr */
            baload
            ifne 14
        13: .line 734
            aload 0 /* this */
            dup
            getfield sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFStringTableImpl.numStrings:I
            iconst_1
            iadd
            putfield sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFStringTableImpl.numStrings:I
        14: .line 732
      StackMap locals:
      StackMap stack:
            iinc 6 /* ptr */ 1
      StackMap locals:
      StackMap stack:
        15: iload 6 /* ptr */
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFStringTableImpl.data:[B
            arraylength
            if_icmplt 12
        end local 6 // int ptr
        16: .line 737
            return
        end local 5 // int bytesRead
        end local 4 // int length
        end local 2 // long offset
        end local 0 // sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFStringTableImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   17     0       this  Lsun/jvm/hotspot/debugger/posix/elf/ELFFileParser$ELFFileImpl$ELFStringTableImpl;
            0   17     2     offset  J
            0   17     4     length  I
            4   17     5  bytesRead  I
           11   16     6        ptr  I
    Exceptions:
      throws sun.jvm.hotspot.debugger.posix.elf.ELFException
    MethodParameters:
        Name  Flags
      this$0  final
      offset  
      length  

  public java.lang.String get(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFStringTableImpl this
        start local 1 // int index
         0: .line 740
            iload 1 /* index */
            istore 2 /* startPtr */
        start local 2 // int startPtr
         1: .line 741
            iload 1 /* index */
            istore 3 /* endPtr */
        start local 3 // int endPtr
         2: .line 742
            goto 4
         3: .line 743
      StackMap locals: int int
      StackMap stack:
            iinc 3 /* endPtr */ 1
         4: .line 742
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFStringTableImpl.data:[B
            iload 3 /* endPtr */
            baload
            ifne 3
         5: .line 745
            new java.lang.String
            dup
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFStringTableImpl.data:[B
            iload 2 /* startPtr */
            iload 3 /* endPtr */
            iload 2 /* startPtr */
            isub
            invokespecial java.lang.String.<init>:([BII)V
            areturn
        end local 3 // int endPtr
        end local 2 // int startPtr
        end local 1 // int index
        end local 0 // sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFStringTableImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lsun/jvm/hotspot/debugger/posix/elf/ELFFileParser$ELFFileImpl$ELFStringTableImpl;
            0    6     1     index  I
            1    6     2  startPtr  I
            2    6     3    endPtr  I
    MethodParameters:
       Name  Flags
      index  

  public int getNumStrings();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFStringTableImpl this
         0: .line 749
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFStringTableImpl.numStrings:I
            ireturn
        end local 0 // sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFStringTableImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/posix/elf/ELFFileParser$ELFFileImpl$ELFStringTableImpl;
}
SourceFile: "ELFFileParser.java"
NestHost: sun.jvm.hotspot.debugger.posix.elf.ELFFileParser
InnerClasses:
  ELFFileImpl = sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl of sun.jvm.hotspot.debugger.posix.elf.ELFFileParser
  ELFStringTableImpl = sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFStringTableImpl of sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl