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 // sun.jvm.hotspot.oops.CompressedLineNumberReadStream this
        start local 1 // sun.jvm.hotspot.debugger.Address buffer
         0: .line 33
            aload 0 /* this */
            aload 1 /* buffer */
            iconst_0
            invokespecial sun.jvm.hotspot.oops.CompressedLineNumberReadStream.<init>:(Lsun/jvm/hotspot/debugger/Address;I)V
         1: .line 34
            return
        end local 1 // sun.jvm.hotspot.debugger.Address buffer
        end local 0 // sun.jvm.hotspot.oops.CompressedLineNumberReadStream this
      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 // sun.jvm.hotspot.oops.CompressedLineNumberReadStream this
        start local 1 // sun.jvm.hotspot.debugger.Address buffer
        start local 2 // int position
         0: .line 37
            aload 0 /* this */
            aload 1 /* buffer */
            iload 2 /* position */
            invokespecial sun.jvm.hotspot.code.CompressedReadStream.<init>:(Lsun/jvm/hotspot/debugger/Address;I)V
         1: .line 38
            return
        end local 2 // int position
        end local 1 // sun.jvm.hotspot.debugger.Address buffer
        end local 0 // sun.jvm.hotspot.oops.CompressedLineNumberReadStream this
      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 // sun.jvm.hotspot.oops.CompressedLineNumberReadStream this
         0: .line 42
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.oops.CompressedLineNumberReadStream.readByte:()B
            sipush 255
            iand
            istore 1 /* next */
        start local 1 // int next
         1: .line 44
            iload 1 /* next */
            ifne 2
            iconst_0
            ireturn
         2: .line 45
      StackMap locals: int
      StackMap stack:
            iload 1 /* next */
            sipush 255
            if_icmpne 6
         3: .line 47
            aload 0 /* this */
            dup
            getfield sun.jvm.hotspot.oops.CompressedLineNumberReadStream.bci:I
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.oops.CompressedLineNumberReadStream.readSignedInt:()I
            iadd
            putfield sun.jvm.hotspot.oops.CompressedLineNumberReadStream.bci:I
         4: .line 48
            aload 0 /* this */
            dup
            getfield sun.jvm.hotspot.oops.CompressedLineNumberReadStream.line:I
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.oops.CompressedLineNumberReadStream.readSignedInt:()I
            iadd
            putfield sun.jvm.hotspot.oops.CompressedLineNumberReadStream.line:I
         5: .line 49
            goto 8
         6: .line 51
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield sun.jvm.hotspot.oops.CompressedLineNumberReadStream.bci:I
            iload 1 /* next */
            iconst_3
            ishr
            iadd
            putfield sun.jvm.hotspot.oops.CompressedLineNumberReadStream.bci:I
         7: .line 52
            aload 0 /* this */
            dup
            getfield sun.jvm.hotspot.oops.CompressedLineNumberReadStream.line:I
            iload 1 /* next */
            bipush 7
            iand
            iadd
            putfield sun.jvm.hotspot.oops.CompressedLineNumberReadStream.line:I
         8: .line 54
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 1 // int next
        end local 0 // sun.jvm.hotspot.oops.CompressedLineNumberReadStream this
      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 // sun.jvm.hotspot.oops.CompressedLineNumberReadStream this
         0: .line 57
            aload 0 /* this */
            getfield sun.jvm.hotspot.oops.CompressedLineNumberReadStream.bci:I
            ireturn
        end local 0 // sun.jvm.hotspot.oops.CompressedLineNumberReadStream this
      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 // sun.jvm.hotspot.oops.CompressedLineNumberReadStream this
         0: .line 58
            aload 0 /* this */
            getfield sun.jvm.hotspot.oops.CompressedLineNumberReadStream.line:I
            ireturn
        end local 0 // sun.jvm.hotspot.oops.CompressedLineNumberReadStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/oops/CompressedLineNumberReadStream;
}
SourceFile: "CompressedLineNumberReadStream.java"