public class sun.jvm.hotspot.code.CompressedStream
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.code.CompressedStream
  super_class: java.lang.Object
{
  protected sun.jvm.hotspot.debugger.Address buffer;
    descriptor: Lsun/jvm/hotspot/debugger/Address;
    flags: (0x0004) ACC_PROTECTED

  protected int position;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  public static final int LogBitsPerByte;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  public static final int BitsPerByte;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 8

  public static final int lg_H;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 6

  public static final int H;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 64

  public static final int L;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 192

  public static final int MAX_i;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  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.code.CompressedStream this
        start local 1 // sun.jvm.hotspot.debugger.Address buffer
         0: .line 42
            aload 0 /* this */
            aload 1 /* buffer */
            iconst_0
            invokespecial sun.jvm.hotspot.code.CompressedStream.<init>:(Lsun/jvm/hotspot/debugger/Address;I)V
         1: .line 43
            return
        end local 1 // sun.jvm.hotspot.debugger.Address buffer
        end local 0 // sun.jvm.hotspot.code.CompressedStream this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lsun/jvm/hotspot/code/CompressedStream;
            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=2, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.code.CompressedStream this
        start local 1 // sun.jvm.hotspot.debugger.Address buffer
        start local 2 // int position
         0: .line 45
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 46
            aload 0 /* this */
            aload 1 /* buffer */
            putfield sun.jvm.hotspot.code.CompressedStream.buffer:Lsun/jvm/hotspot/debugger/Address;
         2: .line 47
            aload 0 /* this */
            iload 2 /* position */
            putfield sun.jvm.hotspot.code.CompressedStream.position:I
         3: .line 48
            return
        end local 2 // int position
        end local 1 // sun.jvm.hotspot.debugger.Address buffer
        end local 0 // sun.jvm.hotspot.code.CompressedStream this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lsun/jvm/hotspot/code/CompressedStream;
            0    4     1    buffer  Lsun/jvm/hotspot/debugger/Address;
            0    4     2  position  I
    MethodParameters:
          Name  Flags
      buffer    
      position  

  public sun.jvm.hotspot.debugger.Address getBuffer();
    descriptor: ()Lsun/jvm/hotspot/debugger/Address;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.code.CompressedStream this
         0: .line 51
            aload 0 /* this */
            getfield sun.jvm.hotspot.code.CompressedStream.buffer:Lsun/jvm/hotspot/debugger/Address;
            areturn
        end local 0 // sun.jvm.hotspot.code.CompressedStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/code/CompressedStream;

  public int getPosition();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.code.CompressedStream this
         0: .line 65
            aload 0 /* this */
            getfield sun.jvm.hotspot.code.CompressedStream.position:I
            ireturn
        end local 0 // sun.jvm.hotspot.code.CompressedStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/code/CompressedStream;

  public void setPosition(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.code.CompressedStream this
        start local 1 // int position
         0: .line 68
            aload 0 /* this */
            iload 1 /* position */
            putfield sun.jvm.hotspot.code.CompressedStream.position:I
         1: .line 69
            return
        end local 1 // int position
        end local 0 // sun.jvm.hotspot.code.CompressedStream this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lsun/jvm/hotspot/code/CompressedStream;
            0    2     1  position  I
    MethodParameters:
          Name  Flags
      position  

  public int encodeSign(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.code.CompressedStream this
        start local 1 // int value
         0: .line 74
            iload 1 /* value */
            iconst_1
            ishl
            iload 1 /* value */
            bipush 31
            ishr
            ixor
            ireturn
        end local 1 // int value
        end local 0 // sun.jvm.hotspot.code.CompressedStream this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lsun/jvm/hotspot/code/CompressedStream;
            0    1     1  value  I
    MethodParameters:
       Name  Flags
      value  

  public int decodeSign(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.code.CompressedStream this
        start local 1 // int value
         0: .line 78
            iload 1 /* value */
            iconst_1
            iushr
            iload 1 /* value */
            iconst_1
            iand
            ineg
            ixor
            ireturn
        end local 1 // int value
        end local 0 // sun.jvm.hotspot.code.CompressedStream this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lsun/jvm/hotspot/code/CompressedStream;
            0    1     1  value  I
    MethodParameters:
       Name  Flags
      value  

  public int reverseInt(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.code.CompressedStream this
        start local 1 // int i
         0: .line 85
            iload 1 /* i */
            ldc 1431655765
            iand
            iconst_1
            ishl
            iload 1 /* i */
            iconst_1
            iushr
            ldc 1431655765
            iand
            ior
            istore 1 /* i */
         1: .line 86
            iload 1 /* i */
            ldc 858993459
            iand
            iconst_3
            ishl
            iload 1 /* i */
            iconst_2
            iushr
            ldc 858993459
            iand
            ior
            istore 1 /* i */
         2: .line 87
            iload 1 /* i */
            ldc 252645135
            iand
            iconst_4
            ishl
            iload 1 /* i */
            iconst_4
            iushr
            ldc 252645135
            iand
            ior
            istore 1 /* i */
         3: .line 88
            iload 1 /* i */
            bipush 24
            ishl
            iload 1 /* i */
            ldc 65280
            iand
            bipush 8
            ishl
            ior
            iload 1 /* i */
            bipush 8
            iushr
            ldc 65280
            iand
            ior
            iload 1 /* i */
            bipush 24
            iushr
            ior
            istore 1 /* i */
         4: .line 89
            iload 1 /* i */
            ireturn
        end local 1 // int i
        end local 0 // sun.jvm.hotspot.code.CompressedStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/jvm/hotspot/code/CompressedStream;
            0    5     1     i  I
    MethodParameters:
      Name  Flags
      i     
}
SourceFile: "CompressedStream.java"