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 start local 2 start local 4 0: aload 0
aload 1
putfield sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFStringTableImpl.this$1:Lsun/jvm/hotspot/debugger/posix/elf/ELFFileParser$ELFFileImpl;
aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 1
lload 2
invokevirtual sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl.seek:(J)V
2: aload 0
iload 4
newarray 8
putfield sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFStringTableImpl.data:[B
3: aload 1
aload 0
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
start local 5 4: iload 5
iload 4
if_icmpeq 9
5: 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: iload 5
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: ldc "read "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 0
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: invokespecial sun.jvm.hotspot.debugger.posix.elf.ELFException.<init>:(Ljava/lang/String;)V
athrow
9: 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
iconst_0
putfield sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFStringTableImpl.numStrings:I
10: iconst_0
istore 6
start local 6 11: goto 15
12: StackMap locals: int
StackMap stack:
aload 0
getfield sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFStringTableImpl.data:[B
iload 6
baload
ifne 14
13: aload 0
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: StackMap locals:
StackMap stack:
iinc 6 1
StackMap locals:
StackMap stack:
15: iload 6
aload 0
getfield sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFStringTableImpl.data:[B
arraylength
if_icmplt 12
end local 6 16: return
end local 5 end local 4 end local 2 end local 0 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 start local 1 0: iload 1
istore 2
start local 2 1: iload 1
istore 3
start local 3 2: goto 4
3: StackMap locals: int int
StackMap stack:
iinc 3 1
4: StackMap locals:
StackMap stack:
aload 0
getfield sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFStringTableImpl.data:[B
iload 3
baload
ifne 3
5: new java.lang.String
dup
aload 0
getfield sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFStringTableImpl.data:[B
iload 2
iload 3
iload 2
isub
invokespecial java.lang.String.<init>:([BII)V
areturn
end local 3 end local 2 end local 1 end local 0 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 0: aload 0
getfield sun.jvm.hotspot.debugger.posix.elf.ELFFileParser$ELFFileImpl$ELFStringTableImpl.numStrings:I
ireturn
end local 0 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