public class sun.jvm.hotspot.oops.CompressedLineNumberReadStream extends sun.jvm.hotspot.code.CompressedReadStream
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: sun.jvm.hotspot.oops.CompressedLineNumberReadStream
super_class: sun.jvm.hotspot.code.CompressedReadStream
{
private int bci;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private int line;
descriptor: I
flags: (0x0002) ACC_PRIVATE
public void <init>(sun.jvm.hotspot.debugger.Address);
descriptor: (Lsun/jvm/hotspot/debugger/Address;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
iconst_0
invokespecial sun.jvm.hotspot.oops.CompressedLineNumberReadStream.<init>:(Lsun/jvm/hotspot/debugger/Address;I)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/jvm/hotspot/oops/CompressedLineNumberReadStream;
0 2 1 buffer Lsun/jvm/hotspot/debugger/Address;
MethodParameters:
Name Flags
buffer
public void <init>(sun.jvm.hotspot.debugger.Address, int);
descriptor: (Lsun/jvm/hotspot/debugger/Address;I)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
iload 2
invokespecial sun.jvm.hotspot.code.CompressedReadStream.<init>:(Lsun/jvm/hotspot/debugger/Address;I)V
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/jvm/hotspot/oops/CompressedLineNumberReadStream;
0 2 1 buffer Lsun/jvm/hotspot/debugger/Address;
0 2 2 position I
MethodParameters:
Name Flags
buffer
position
public boolean readPair();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.oops.CompressedLineNumberReadStream.readByte:()B
sipush 255
iand
istore 1
start local 1 1: iload 1
ifne 2
iconst_0
ireturn
2: StackMap locals: int
StackMap stack:
iload 1
sipush 255
if_icmpne 6
3: aload 0
dup
getfield sun.jvm.hotspot.oops.CompressedLineNumberReadStream.bci:I
aload 0
invokevirtual sun.jvm.hotspot.oops.CompressedLineNumberReadStream.readSignedInt:()I
iadd
putfield sun.jvm.hotspot.oops.CompressedLineNumberReadStream.bci:I
4: aload 0
dup
getfield sun.jvm.hotspot.oops.CompressedLineNumberReadStream.line:I
aload 0
invokevirtual sun.jvm.hotspot.oops.CompressedLineNumberReadStream.readSignedInt:()I
iadd
putfield sun.jvm.hotspot.oops.CompressedLineNumberReadStream.line:I
5: goto 8
6: StackMap locals:
StackMap stack:
aload 0
dup
getfield sun.jvm.hotspot.oops.CompressedLineNumberReadStream.bci:I
iload 1
iconst_3
ishr
iadd
putfield sun.jvm.hotspot.oops.CompressedLineNumberReadStream.bci:I
7: aload 0
dup
getfield sun.jvm.hotspot.oops.CompressedLineNumberReadStream.line:I
iload 1
bipush 7
iand
iadd
putfield sun.jvm.hotspot.oops.CompressedLineNumberReadStream.line:I
8: StackMap locals:
StackMap stack:
iconst_1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lsun/jvm/hotspot/oops/CompressedLineNumberReadStream;
1 9 1 next I
public int bci();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.jvm.hotspot.oops.CompressedLineNumberReadStream.bci:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/oops/CompressedLineNumberReadStream;
public int line();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.jvm.hotspot.oops.CompressedLineNumberReadStream.line:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/oops/CompressedLineNumberReadStream;
}
SourceFile: "CompressedLineNumberReadStream.java"