class java.nio.HeapByteBuffer extends java.nio.ByteBuffer
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: java.nio.HeapByteBuffer
  super_class: java.nio.ByteBuffer
{
  private static final long ARRAY_BASE_OFFSET;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final long ARRAY_INDEX_SCALE;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 41
            ldc Ljava/nio/HeapByteBuffer;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic java.nio.HeapByteBuffer.$assertionsDisabled:Z
         3: .line 45
            getstatic java.nio.HeapByteBuffer.UNSAFE:Ljdk/internal/misc/Unsafe;
            ldc [B
            invokevirtual jdk.internal.misc.Unsafe.arrayBaseOffset:(Ljava/lang/Class;)I
            i2l
            putstatic java.nio.HeapByteBuffer.ARRAY_BASE_OFFSET:J
         4: .line 48
            getstatic java.nio.HeapByteBuffer.UNSAFE:Ljdk/internal/misc/Unsafe;
            ldc [B
            invokevirtual jdk.internal.misc.Unsafe.arrayIndexScale:(Ljava/lang/Class;)I
            i2l
            putstatic java.nio.HeapByteBuffer.ARRAY_INDEX_SCALE:J
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(int, int);
    descriptor: (II)V
    flags: (0x0000) 
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // java.nio.HeapByteBuffer this
        start local 1 // int cap
        start local 2 // int lim
         0: .line 61
            aload 0 /* this */
            iconst_m1
            iconst_0
            iload 2 /* lim */
            iload 1 /* cap */
            iload 1 /* cap */
            newarray 8
            iconst_0
            invokespecial java.nio.ByteBuffer.<init>:(IIII[BI)V
         1: .line 66
            aload 0 /* this */
            getstatic java.nio.HeapByteBuffer.ARRAY_BASE_OFFSET:J
            putfield java.nio.HeapByteBuffer.address:J
         2: .line 71
            return
        end local 2 // int lim
        end local 1 // int cap
        end local 0 // java.nio.HeapByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljava/nio/HeapByteBuffer;
            0    3     1   cap  I
            0    3     2   lim  I
    MethodParameters:
      Name  Flags
      cap   
      lim   

  void <init>(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0000) 
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // java.nio.HeapByteBuffer this
        start local 1 // byte[] buf
        start local 2 // int off
        start local 3 // int len
         0: .line 75
            aload 0 /* this */
            iconst_m1
            iload 2 /* off */
            iload 2 /* off */
            iload 3 /* len */
            iadd
            aload 1 /* buf */
            arraylength
            aload 1 /* buf */
            iconst_0
            invokespecial java.nio.ByteBuffer.<init>:(IIII[BI)V
         1: .line 80
            aload 0 /* this */
            getstatic java.nio.HeapByteBuffer.ARRAY_BASE_OFFSET:J
            putfield java.nio.HeapByteBuffer.address:J
         2: .line 85
            return
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] buf
        end local 0 // java.nio.HeapByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljava/nio/HeapByteBuffer;
            0    3     1   buf  [B
            0    3     2   off  I
            0    3     3   len  I
    MethodParameters:
      Name  Flags
      buf   
      off   
      len   

  protected void <init>(byte[], int, int, int, int, int);
    descriptor: ([BIIIII)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=7, args_size=7
        start local 0 // java.nio.HeapByteBuffer this
        start local 1 // byte[] buf
        start local 2 // int mark
        start local 3 // int pos
        start local 4 // int lim
        start local 5 // int cap
        start local 6 // int off
         0: .line 92
            aload 0 /* this */
            iload 2 /* mark */
            iload 3 /* pos */
            iload 4 /* lim */
            iload 5 /* cap */
            aload 1 /* buf */
            iload 6 /* off */
            invokespecial java.nio.ByteBuffer.<init>:(IIII[BI)V
         1: .line 97
            aload 0 /* this */
            getstatic java.nio.HeapByteBuffer.ARRAY_BASE_OFFSET:J
            iload 6 /* off */
            i2l
            getstatic java.nio.HeapByteBuffer.ARRAY_INDEX_SCALE:J
            lmul
            ladd
            putfield java.nio.HeapByteBuffer.address:J
         2: .line 102
            return
        end local 6 // int off
        end local 5 // int cap
        end local 4 // int lim
        end local 3 // int pos
        end local 2 // int mark
        end local 1 // byte[] buf
        end local 0 // java.nio.HeapByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljava/nio/HeapByteBuffer;
            0    3     1   buf  [B
            0    3     2  mark  I
            0    3     3   pos  I
            0    3     4   lim  I
            0    3     5   cap  I
            0    3     6   off  I
    MethodParameters:
      Name  Flags
      buf   
      mark  
      pos   
      lim   
      cap   
      off   

  public java.nio.ByteBuffer slice();
    descriptor: ()Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=4, args_size=1
        start local 0 // java.nio.HeapByteBuffer this
         0: .line 105
            aload 0 /* this */
            invokevirtual java.nio.HeapByteBuffer.position:()I
            istore 1 /* pos */
        start local 1 // int pos
         1: .line 106
            aload 0 /* this */
            invokevirtual java.nio.HeapByteBuffer.limit:()I
            istore 2 /* lim */
        start local 2 // int lim
         2: .line 107
            iload 1 /* pos */
            iload 2 /* lim */
            if_icmpgt 3
            iload 2 /* lim */
            iload 1 /* pos */
            isub
            goto 4
      StackMap locals: int int
      StackMap stack:
         3: iconst_0
      StackMap locals:
      StackMap stack: int
         4: istore 3 /* rem */
        start local 3 // int rem
         5: .line 108
            new java.nio.HeapByteBuffer
            dup
            aload 0 /* this */
            getfield java.nio.HeapByteBuffer.hb:[B
         6: .line 109
            iconst_m1
         7: .line 110
            iconst_0
         8: .line 111
            iload 3 /* rem */
         9: .line 112
            iload 3 /* rem */
        10: .line 113
            iload 1 /* pos */
            aload 0 /* this */
            getfield java.nio.HeapByteBuffer.offset:I
            iadd
        11: .line 108
            invokespecial java.nio.HeapByteBuffer.<init>:([BIIIII)V
            areturn
        end local 3 // int rem
        end local 2 // int lim
        end local 1 // int pos
        end local 0 // java.nio.HeapByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Ljava/nio/HeapByteBuffer;
            1   12     1   pos  I
            2   12     2   lim  I
            5   12     3   rem  I

  java.nio.ByteBuffer slice(int, int);
    descriptor: (II)Ljava/nio/ByteBuffer;
    flags: (0x0000) 
    Code:
      stack=9, locals=4, args_size=3
        start local 0 // java.nio.HeapByteBuffer this
        start local 1 // int pos
        start local 2 // int lim
         0: .line 118
            getstatic java.nio.HeapByteBuffer.$assertionsDisabled:Z
            ifne 1
            iload 1 /* pos */
            ifge 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 119
      StackMap locals:
      StackMap stack:
            getstatic java.nio.HeapByteBuffer.$assertionsDisabled:Z
            ifne 2
            iload 1 /* pos */
            iload 2 /* lim */
            if_icmple 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 120
      StackMap locals:
      StackMap stack:
            iload 2 /* lim */
            iload 1 /* pos */
            isub
            istore 3 /* rem */
        start local 3 // int rem
         3: .line 121
            new java.nio.HeapByteBuffer
            dup
            aload 0 /* this */
            getfield java.nio.HeapByteBuffer.hb:[B
         4: .line 122
            iconst_m1
         5: .line 123
            iconst_0
         6: .line 124
            iload 3 /* rem */
         7: .line 125
            iload 3 /* rem */
         8: .line 126
            iload 1 /* pos */
            aload 0 /* this */
            getfield java.nio.HeapByteBuffer.offset:I
            iadd
         9: .line 121
            invokespecial java.nio.HeapByteBuffer.<init>:([BIIIII)V
            areturn
        end local 3 // int rem
        end local 2 // int lim
        end local 1 // int pos
        end local 0 // java.nio.HeapByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Ljava/nio/HeapByteBuffer;
            0   10     1   pos  I
            0   10     2   lim  I
            3   10     3   rem  I
    MethodParameters:
      Name  Flags
      pos   
      lim   

  public java.nio.ByteBuffer duplicate();
    descriptor: ()Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=1, args_size=1
        start local 0 // java.nio.HeapByteBuffer this
         0: .line 131
            new java.nio.HeapByteBuffer
            dup
            aload 0 /* this */
            getfield java.nio.HeapByteBuffer.hb:[B
         1: .line 132
            aload 0 /* this */
            invokevirtual java.nio.HeapByteBuffer.markValue:()I
         2: .line 133
            aload 0 /* this */
            invokevirtual java.nio.HeapByteBuffer.position:()I
         3: .line 134
            aload 0 /* this */
            invokevirtual java.nio.HeapByteBuffer.limit:()I
         4: .line 135
            aload 0 /* this */
            invokevirtual java.nio.HeapByteBuffer.capacity:()I
         5: .line 136
            aload 0 /* this */
            getfield java.nio.HeapByteBuffer.offset:I
         6: .line 131
            invokespecial java.nio.HeapByteBuffer.<init>:([BIIIII)V
            areturn
        end local 0 // java.nio.HeapByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Ljava/nio/HeapByteBuffer;

  public java.nio.ByteBuffer asReadOnlyBuffer();
    descriptor: ()Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=1, args_size=1
        start local 0 // java.nio.HeapByteBuffer this
         0: .line 141
            new java.nio.HeapByteBufferR
            dup
            aload 0 /* this */
            getfield java.nio.HeapByteBuffer.hb:[B
         1: .line 142
            aload 0 /* this */
            invokevirtual java.nio.HeapByteBuffer.markValue:()I
         2: .line 143
            aload 0 /* this */
            invokevirtual java.nio.HeapByteBuffer.position:()I
         3: .line 144
            aload 0 /* this */
            invokevirtual java.nio.HeapByteBuffer.limit:()I
         4: .line 145
            aload 0 /* this */
            invokevirtual java.nio.HeapByteBuffer.capacity:()I
         5: .line 146
            aload 0 /* this */
            getfield java.nio.HeapByteBuffer.offset:I
         6: .line 141
            invokespecial java.nio.HeapByteBufferR.<init>:([BIIIII)V
            areturn
        end local 0 // java.nio.HeapByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Ljava/nio/HeapByteBuffer;

  protected int ix(int);
    descriptor: (I)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.nio.HeapByteBuffer this
        start local 1 // int i
         0: .line 155
            iload 1 /* i */
            aload 0 /* this */
            getfield java.nio.HeapByteBuffer.offset:I
            iadd
            ireturn
        end local 1 // int i
        end local 0 // java.nio.HeapByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/HeapByteBuffer;
            0    1     1     i  I
    MethodParameters:
      Name  Flags
      i     

  private long byteOffset(long);
    descriptor: (J)J
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // java.nio.HeapByteBuffer this
        start local 1 // long i
         0: .line 160
            aload 0 /* this */
            getfield java.nio.HeapByteBuffer.address:J
            lload 1 /* i */
            ladd
            lreturn
        end local 1 // long i
        end local 0 // java.nio.HeapByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/HeapByteBuffer;
            0    1     1     i  J
    MethodParameters:
      Name  Flags
      i     

  public byte get();
    descriptor: ()B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.nio.HeapByteBuffer this
         0: .line 165
            aload 0 /* this */
            getfield java.nio.HeapByteBuffer.hb:[B
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual java.nio.HeapByteBuffer.nextGetIndex:()I
            invokevirtual java.nio.HeapByteBuffer.ix:(I)I
            baload
            ireturn
        end local 0 // java.nio.HeapByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/HeapByteBuffer;

  public byte get(int);
    descriptor: (I)B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // java.nio.HeapByteBuffer this
        start local 1 // int i
         0: .line 169
            aload 0 /* this */
            getfield java.nio.HeapByteBuffer.hb:[B
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* i */
            invokevirtual java.nio.HeapByteBuffer.checkIndex:(I)I
            invokevirtual java.nio.HeapByteBuffer.ix:(I)I
            baload
            ireturn
        end local 1 // int i
        end local 0 // java.nio.HeapByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/HeapByteBuffer;
            0    1     1     i  I
    MethodParameters:
      Name  Flags
      i     

  public java.nio.ByteBuffer get(byte[], int, int);
    descriptor: ([BII)Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // java.nio.HeapByteBuffer this
        start local 1 // byte[] dst
        start local 2 // int offset
        start local 3 // int length
         0: .line 179
            iload 2 /* offset */
            iload 3 /* length */
            aload 1 /* dst */
            arraylength
            invokestatic java.nio.HeapByteBuffer.checkBounds:(III)V
         1: .line 180
            aload 0 /* this */
            invokevirtual java.nio.HeapByteBuffer.position:()I
            istore 4 /* pos */
        start local 4 // int pos
         2: .line 181
            iload 3 /* length */
            aload 0 /* this */
            invokevirtual java.nio.HeapByteBuffer.limit:()I
            iload 4 /* pos */
            isub
            if_icmple 4
         3: .line 182
            new java.nio.BufferUnderflowException
            dup
            invokespecial java.nio.BufferUnderflowException.<init>:()V
            athrow
         4: .line 183
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield java.nio.HeapByteBuffer.hb:[B
            aload 0 /* this */
            iload 4 /* pos */
            invokevirtual java.nio.HeapByteBuffer.ix:(I)I
            aload 1 /* dst */
            iload 2 /* offset */
            iload 3 /* length */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         5: .line 184
            aload 0 /* this */
            iload 4 /* pos */
            iload 3 /* length */
            iadd
            invokevirtual java.nio.HeapByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
         6: .line 185
            aload 0 /* this */
            areturn
        end local 4 // int pos
        end local 3 // int length
        end local 2 // int offset
        end local 1 // byte[] dst
        end local 0 // java.nio.HeapByteBuffer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Ljava/nio/HeapByteBuffer;
            0    7     1     dst  [B
            0    7     2  offset  I
            0    7     3  length  I
            2    7     4     pos  I
    MethodParameters:
        Name  Flags
      dst     
      offset  
      length  

  public boolean isDirect();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.nio.HeapByteBuffer this
         0: .line 189
            iconst_0
            ireturn
        end local 0 // java.nio.HeapByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/HeapByteBuffer;

  public boolean isReadOnly();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.nio.HeapByteBuffer this
         0: .line 195
            iconst_0
            ireturn
        end local 0 // java.nio.HeapByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/HeapByteBuffer;

  public java.nio.ByteBuffer put(byte);
    descriptor: (B)Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.nio.HeapByteBuffer this
        start local 1 // byte x
         0: .line 200
            aload 0 /* this */
            getfield java.nio.HeapByteBuffer.hb:[B
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual java.nio.HeapByteBuffer.nextPutIndex:()I
            invokevirtual java.nio.HeapByteBuffer.ix:(I)I
            iload 1 /* x */
            bastore
         1: .line 201
            aload 0 /* this */
            areturn
        end local 1 // byte x
        end local 0 // java.nio.HeapByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/nio/HeapByteBuffer;
            0    2     1     x  B
    MethodParameters:
      Name  Flags
      x     

  public java.nio.ByteBuffer put(int, byte);
    descriptor: (IB)Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // java.nio.HeapByteBuffer this
        start local 1 // int i
        start local 2 // byte x
         0: .line 209
            aload 0 /* this */
            getfield java.nio.HeapByteBuffer.hb:[B
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* i */
            invokevirtual java.nio.HeapByteBuffer.checkIndex:(I)I
            invokevirtual java.nio.HeapByteBuffer.ix:(I)I
            iload 2 /* x */
            bastore
         1: .line 210
            aload 0 /* this */
            areturn
        end local 2 // byte x
        end local 1 // int i
        end local 0 // java.nio.HeapByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/nio/HeapByteBuffer;
            0    2     1     i  I
            0    2     2     x  B
    MethodParameters:
      Name  Flags
      i     
      x     

  public java.nio.ByteBuffer put(byte[], int, int);
    descriptor: ([BII)Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // java.nio.HeapByteBuffer this
        start local 1 // byte[] src
        start local 2 // int offset
        start local 3 // int length
         0: .line 218
            iload 2 /* offset */
            iload 3 /* length */
            aload 1 /* src */
            arraylength
            invokestatic java.nio.HeapByteBuffer.checkBounds:(III)V
         1: .line 219
            aload 0 /* this */
            invokevirtual java.nio.HeapByteBuffer.position:()I
            istore 4 /* pos */
        start local 4 // int pos
         2: .line 220
            iload 3 /* length */
            aload 0 /* this */
            invokevirtual java.nio.HeapByteBuffer.limit:()I
            iload 4 /* pos */
            isub
            if_icmple 4
         3: .line 221
            new java.nio.BufferOverflowException
            dup
            invokespecial java.nio.BufferOverflowException.<init>:()V
            athrow
         4: .line 222
      StackMap locals: int
      StackMap stack:
            aload 1 /* src */
            iload 2 /* offset */
            aload 0 /* this */
            getfield java.nio.HeapByteBuffer.hb:[B
            aload 0 /* this */
            iload 4 /* pos */
            invokevirtual java.nio.HeapByteBuffer.ix:(I)I
            iload 3 /* length */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         5: .line 223
            aload 0 /* this */
            iload 4 /* pos */
            iload 3 /* length */
            iadd
            invokevirtual java.nio.HeapByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
         6: .line 224
            aload 0 /* this */
            areturn
        end local 4 // int pos
        end local 3 // int length
        end local 2 // int offset
        end local 1 // byte[] src
        end local 0 // java.nio.HeapByteBuffer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Ljava/nio/HeapByteBuffer;
            0    7     1     src  [B
            0    7     2  offset  I
            0    7     3  length  I
            2    7     4     pos  I
    MethodParameters:
        Name  Flags
      src     
      offset  
      length  

  public java.nio.ByteBuffer put(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=2
        start local 0 // java.nio.HeapByteBuffer this
        start local 1 // java.nio.ByteBuffer src
         0: .line 232
            aload 1 /* src */
            instanceof java.nio.HeapByteBuffer
            ifeq 15
         1: .line 233
            aload 1 /* src */
            aload 0 /* this */
            if_acmpne 3
         2: .line 234
            invokestatic java.nio.HeapByteBuffer.createSameBufferException:()Ljava/lang/IllegalArgumentException;
            athrow
         3: .line 235
      StackMap locals:
      StackMap stack:
            aload 1 /* src */
            checkcast java.nio.HeapByteBuffer
            astore 2 /* sb */
        start local 2 // java.nio.HeapByteBuffer sb
         4: .line 236
            aload 0 /* this */
            invokevirtual java.nio.HeapByteBuffer.position:()I
            istore 3 /* pos */
        start local 3 // int pos
         5: .line 237
            aload 2 /* sb */
            invokevirtual java.nio.HeapByteBuffer.position:()I
            istore 4 /* sbpos */
        start local 4 // int sbpos
         6: .line 238
            aload 2 /* sb */
            invokevirtual java.nio.HeapByteBuffer.limit:()I
            iload 4 /* sbpos */
            isub
            istore 5 /* n */
        start local 5 // int n
         7: .line 239
            iload 5 /* n */
            aload 0 /* this */
            invokevirtual java.nio.HeapByteBuffer.limit:()I
            iload 3 /* pos */
            isub
            if_icmple 9
         8: .line 240
            new java.nio.BufferOverflowException
            dup
            invokespecial java.nio.BufferOverflowException.<init>:()V
            athrow
         9: .line 241
      StackMap locals: java.nio.HeapByteBuffer java.nio.ByteBuffer java.nio.HeapByteBuffer int int int
      StackMap stack:
            aload 2 /* sb */
            getfield java.nio.HeapByteBuffer.hb:[B
            aload 2 /* sb */
            iload 4 /* sbpos */
            invokevirtual java.nio.HeapByteBuffer.ix:(I)I
        10: .line 242
            aload 0 /* this */
            getfield java.nio.HeapByteBuffer.hb:[B
            aload 0 /* this */
            iload 3 /* pos */
            invokevirtual java.nio.HeapByteBuffer.ix:(I)I
            iload 5 /* n */
        11: .line 241
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        12: .line 243
            aload 2 /* sb */
            iload 4 /* sbpos */
            iload 5 /* n */
            iadd
            invokevirtual java.nio.HeapByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        13: .line 244
            aload 0 /* this */
            iload 3 /* pos */
            iload 5 /* n */
            iadd
            invokevirtual java.nio.HeapByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        end local 5 // int n
        end local 4 // int sbpos
        end local 3 // int pos
        end local 2 // java.nio.HeapByteBuffer sb
        14: .line 245
            goto 24
      StackMap locals: java.nio.HeapByteBuffer java.nio.ByteBuffer
      StackMap stack:
        15: aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.isDirect:()Z
            ifeq 23
        16: .line 246
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            istore 2 /* n */
        start local 2 // int n
        17: .line 247
            aload 0 /* this */
            invokevirtual java.nio.HeapByteBuffer.position:()I
            istore 3 /* pos */
        start local 3 // int pos
        18: .line 248
            iload 2 /* n */
            aload 0 /* this */
            invokevirtual java.nio.HeapByteBuffer.limit:()I
            iload 3 /* pos */
            isub
            if_icmple 20
        19: .line 249
            new java.nio.BufferOverflowException
            dup
            invokespecial java.nio.BufferOverflowException.<init>:()V
            athrow
        20: .line 250
      StackMap locals: int int
      StackMap stack:
            aload 1 /* src */
            aload 0 /* this */
            getfield java.nio.HeapByteBuffer.hb:[B
            aload 0 /* this */
            iload 3 /* pos */
            invokevirtual java.nio.HeapByteBuffer.ix:(I)I
            iload 2 /* n */
            invokevirtual java.nio.ByteBuffer.get:([BII)Ljava/nio/ByteBuffer;
            pop
        21: .line 251
            aload 0 /* this */
            iload 3 /* pos */
            iload 2 /* n */
            iadd
            invokevirtual java.nio.HeapByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        end local 3 // int pos
        end local 2 // int n
        22: .line 252
            goto 24
        23: .line 253
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* src */
            invokespecial java.nio.ByteBuffer.put:(Ljava/nio/ByteBuffer;)Ljava/nio/ByteBuffer;
            pop
        24: .line 255
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // java.nio.ByteBuffer src
        end local 0 // java.nio.HeapByteBuffer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   25     0   this  Ljava/nio/HeapByteBuffer;
            0   25     1    src  Ljava/nio/ByteBuffer;
            4   14     2     sb  Ljava/nio/HeapByteBuffer;
            5   14     3    pos  I
            6   14     4  sbpos  I
            7   14     5      n  I
           17   22     2      n  I
           18   22     3    pos  I
    MethodParameters:
      Name  Flags
      src   

  public java.nio.ByteBuffer compact();
    descriptor: ()Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // java.nio.HeapByteBuffer this
         0: .line 263
            aload 0 /* this */
            invokevirtual java.nio.HeapByteBuffer.position:()I
            istore 1 /* pos */
        start local 1 // int pos
         1: .line 264
            aload 0 /* this */
            invokevirtual java.nio.HeapByteBuffer.limit:()I
            iload 1 /* pos */
            isub
            istore 2 /* rem */
        start local 2 // int rem
         2: .line 265
            aload 0 /* this */
            getfield java.nio.HeapByteBuffer.hb:[B
            aload 0 /* this */
            iload 1 /* pos */
            invokevirtual java.nio.HeapByteBuffer.ix:(I)I
            aload 0 /* this */
            getfield java.nio.HeapByteBuffer.hb:[B
            aload 0 /* this */
            iconst_0
            invokevirtual java.nio.HeapByteBuffer.ix:(I)I
            iload 2 /* rem */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         3: .line 266
            aload 0 /* this */
            iload 2 /* rem */
            invokevirtual java.nio.HeapByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
         4: .line 267
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual java.nio.HeapByteBuffer.capacity:()I
            invokevirtual java.nio.HeapByteBuffer.limit:(I)Ljava/nio/ByteBuffer;
            pop
         5: .line 268
            aload 0 /* this */
            invokevirtual java.nio.HeapByteBuffer.discardMark:()V
         6: .line 269
            aload 0 /* this */
            areturn
        end local 2 // int rem
        end local 1 // int pos
        end local 0 // java.nio.HeapByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Ljava/nio/HeapByteBuffer;
            1    7     1   pos  I
            2    7     2   rem  I

  byte _get(int);
    descriptor: (I)B
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.nio.HeapByteBuffer this
        start local 1 // int i
         0: .line 280
            aload 0 /* this */
            getfield java.nio.HeapByteBuffer.hb:[B
            iload 1 /* i */
            baload
            ireturn
        end local 1 // int i
        end local 0 // java.nio.HeapByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/HeapByteBuffer;
            0    1     1     i  I
    MethodParameters:
      Name  Flags
      i     

  void _put(int, byte);
    descriptor: (IB)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // java.nio.HeapByteBuffer this
        start local 1 // int i
        start local 2 // byte b
         0: .line 285
            aload 0 /* this */
            getfield java.nio.HeapByteBuffer.hb:[B
            iload 1 /* i */
            iload 2 /* b */
            bastore
         1: .line 289
            return
        end local 2 // byte b
        end local 1 // int i
        end local 0 // java.nio.HeapByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/nio/HeapByteBuffer;
            0    2     1     i  I
            0    2     2     b  B
    MethodParameters:
      Name  Flags
      i     
      b     

  public char getChar();
    descriptor: ()C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // java.nio.HeapByteBuffer this
         0: .line 296
            getstatic java.nio.HeapByteBuffer.UNSAFE:Ljdk/internal/misc/Unsafe;
            aload 0 /* this */
            getfield java.nio.HeapByteBuffer.hb:[B
            aload 0 /* this */
            aload 0 /* this */
            iconst_2
            invokevirtual java.nio.HeapByteBuffer.nextGetIndex:(I)I
            i2l
            invokevirtual java.nio.HeapByteBuffer.byteOffset:(J)J
            aload 0 /* this */
            getfield java.nio.HeapByteBuffer.bigEndian:Z
            invokevirtual jdk.internal.misc.Unsafe.getCharUnaligned:(Ljava/lang/Object;JZ)C
            ireturn
        end local 0 // java.nio.HeapByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/HeapByteBuffer;

  public char getChar(int);
    descriptor: (I)C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // java.nio.HeapByteBuffer this
        start local 1 // int i
         0: .line 300
            getstatic java.nio.HeapByteBuffer.UNSAFE:Ljdk/internal/misc/Unsafe;
            aload 0 /* this */
            getfield java.nio.HeapByteBuffer.hb:[B
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* i */
            iconst_2
            invokevirtual java.nio.HeapByteBuffer.checkIndex:(II)I
            i2l
            invokevirtual java.nio.HeapByteBuffer.byteOffset:(J)J
            aload 0 /* this */
            getfield java.nio.HeapByteBuffer.bigEndian:Z
            invokevirtual jdk.internal.misc.Unsafe.getCharUnaligned:(Ljava/lang/Object;JZ)C
            ireturn
        end local 1 // int i
        end local 0 // java.nio.HeapByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/HeapByteBuffer;
            0    1     1     i  I
    MethodParameters:
      Name  Flags
      i     

  public java.nio.ByteBuffer putChar(char);
    descriptor: (C)Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // java.nio.HeapByteBuffer this
        start local 1 // char x
         0: .line 307
            getstatic java.nio.HeapByteBuffer.UNSAFE:Ljdk/internal/misc/Unsafe;
            aload 0 /* this */
            getfield java.nio.HeapByteBuffer.hb:[B
            aload 0 /* this */
            aload 0 /* this */
            iconst_2
            invokevirtual java.nio.HeapByteBuffer.nextPutIndex:(I)I
            i2l
            invokevirtual java.nio.HeapByteBuffer.byteOffset:(J)J
            iload 1 /* x */
            aload 0 /* this */
            getfield java.nio.HeapByteBuffer.bigEndian:Z
            invokevirtual jdk.internal.misc.Unsafe.putCharUnaligned:(Ljava/lang/Object;JCZ)V
         1: .line 308
            aload 0 /* this */
            areturn
        end local 1 // char x
        end local 0 // java.nio.HeapByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/nio/HeapByteBuffer;
            0    2     1     x  C
    MethodParameters:
      Name  Flags
      x     

  public java.nio.ByteBuffer putChar(int, char);
    descriptor: (IC)Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // java.nio.HeapByteBuffer this
        start local 1 // int i
        start local 2 // char x
         0: .line 316
            getstatic java.nio.HeapByteBuffer.UNSAFE:Ljdk/internal/misc/Unsafe;
            aload 0 /* this */
            getfield java.nio.HeapByteBuffer.hb:[B
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* i */
            iconst_2
            invokevirtual java.nio.HeapByteBuffer.checkIndex:(II)I
            i2l
            invokevirtual java.nio.HeapByteBuffer.byteOffset:(J)J
            iload 2 /* x */
            aload 0 /* this */
            getfield java.nio.HeapByteBuffer.bigEndian:Z
            invokevirtual jdk.internal.misc.Unsafe.putCharUnaligned:(Ljava/lang/Object;JCZ)V
         1: .line 317
            aload 0 /* this */
            areturn
        end local 2 // char x
        end local 1 // int i
        end local 0 // java.nio.HeapByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/nio/HeapByteBuffer;
            0    2     1     i  I
            0    2     2     x  C
    MethodParameters:
      Name  Flags
      i     
      x     

  public java.nio.CharBuffer asCharBuffer();
    descriptor: ()Ljava/nio/CharBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=5, args_size=1
        start local 0 // java.nio.HeapByteBuffer this
         0: .line 324
            aload 0 /* this */
            invokevirtual java.nio.HeapByteBuffer.position:()I
            istore 1 /* pos */
        start local 1 // int pos
         1: .line 325
            aload 0 /* this */
            invokevirtual java.nio.HeapByteBuffer.limit:()I
            iload 1 /* pos */
            isub
            iconst_1
            ishr
            istore 2 /* size */
        start local 2 // int size
         2: .line 326
            aload 0 /* this */
            getfield java.nio.HeapByteBuffer.address:J
            iload 1 /* pos */
            i2l
            ladd
            lstore 3 /* addr */
        start local 3 // long addr
         3: .line 327
            aload 0 /* this */
            getfield java.nio.HeapByteBuffer.bigEndian:Z
            ifeq 12
         4: .line 328
            new java.nio.ByteBufferAsCharBufferB
            dup
            aload 0 /* this */
         5: .line 329
            iconst_m1
         6: .line 330
            iconst_0
         7: .line 331
            iload 2 /* size */
         8: .line 332
            iload 2 /* size */
         9: .line 333
            lload 3 /* addr */
        10: .line 328
            invokespecial java.nio.ByteBufferAsCharBufferB.<init>:(Ljava/nio/ByteBuffer;IIIIJ)V
        11: .line 333
            goto 19
        12: .line 334
      StackMap locals: int int long
      StackMap stack:
            new java.nio.ByteBufferAsCharBufferL
            dup
            aload 0 /* this */
        13: .line 335
            iconst_m1
        14: .line 336
            iconst_0
        15: .line 337
            iload 2 /* size */
        16: .line 338
            iload 2 /* size */
        17: .line 339
            lload 3 /* addr */
        18: .line 334
            invokespecial java.nio.ByteBufferAsCharBufferL.<init>:(Ljava/nio/ByteBuffer;IIIIJ)V
        19: .line 327
      StackMap locals:
      StackMap stack: java.nio.CharBuffer
            areturn
        end local 3 // long addr
        end local 2 // int size
        end local 1 // int pos
        end local 0 // java.nio.HeapByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   20     0  this  Ljava/nio/HeapByteBuffer;
            1   20     1   pos  I
            2   20     2  size  I
            3   20     3  addr  J

  public short getShort();
    descriptor: ()S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // java.nio.HeapByteBuffer this
         0: .line 348
            getstatic java.nio.HeapByteBuffer.UNSAFE:Ljdk/internal/misc/Unsafe;
            aload 0 /* this */
            getfield java.nio.HeapByteBuffer.hb:[B
            aload 0 /* this */
            aload 0 /* this */
            iconst_2
            invokevirtual java.nio.HeapByteBuffer.nextGetIndex:(I)I
            i2l
            invokevirtual java.nio.HeapByteBuffer.byteOffset:(J)J
            aload 0 /* this */
            getfield java.nio.HeapByteBuffer.bigEndian:Z
            invokevirtual jdk.internal.misc.Unsafe.getShortUnaligned:(Ljava/lang/Object;JZ)S
            ireturn
        end local 0 // java.nio.HeapByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/HeapByteBuffer;

  public short getShort(int);
    descriptor: (I)S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // java.nio.HeapByteBuffer this
        start local 1 // int i
         0: .line 352
            getstatic java.nio.HeapByteBuffer.UNSAFE:Ljdk/internal/misc/Unsafe;
            aload 0 /* this */
            getfield java.nio.HeapByteBuffer.hb:[B
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* i */
            iconst_2
            invokevirtual java.nio.HeapByteBuffer.checkIndex:(II)I
            i2l
            invokevirtual java.nio.HeapByteBuffer.byteOffset:(J)J
            aload 0 /* this */
            getfield java.nio.HeapByteBuffer.bigEndian:Z
            invokevirtual jdk.internal.misc.Unsafe.getShortUnaligned:(Ljava/lang/Object;JZ)S
            ireturn
        end local 1 // int i
        end local 0 // java.nio.HeapByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/HeapByteBuffer;
            0    1     1     i  I
    MethodParameters:
      Name  Flags
      i     

  public java.nio.ByteBuffer putShort(short);
    descriptor: (S)Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // java.nio.HeapByteBuffer this
        start local 1 // short x
         0: .line 359
            getstatic java.nio.HeapByteBuffer.UNSAFE:Ljdk/internal/misc/Unsafe;
            aload 0 /* this */
            getfield java.nio.HeapByteBuffer.hb:[B
            aload 0 /* this */
            aload 0 /* this */
            iconst_2
            invokevirtual java.nio.HeapByteBuffer.nextPutIndex:(I)I
            i2l
            invokevirtual java.nio.HeapByteBuffer.byteOffset:(J)J
            iload 1 /* x */
            aload 0 /* this */
            getfield java.nio.HeapByteBuffer.bigEndian:Z
            invokevirtual jdk.internal.misc.Unsafe.putShortUnaligned:(Ljava/lang/Object;JSZ)V
         1: .line 360
            aload 0 /* this */
            areturn
        end local 1 // short x
        end local 0 // java.nio.HeapByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/nio/HeapByteBuffer;
            0    2     1     x  S
    MethodParameters:
      Name  Flags
      x     

  public java.nio.ByteBuffer putShort(int, short);
    descriptor: (IS)Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // java.nio.HeapByteBuffer this
        start local 1 // int i
        start local 2 // short x
         0: .line 368
            getstatic java.nio.HeapByteBuffer.UNSAFE:Ljdk/internal/misc/Unsafe;
            aload 0 /* this */
            getfield java.nio.HeapByteBuffer.hb:[B
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* i */
            iconst_2
            invokevirtual java.nio.HeapByteBuffer.checkIndex:(II)I
            i2l
            invokevirtual java.nio.HeapByteBuffer.byteOffset:(J)J
            iload 2 /* x */
            aload 0 /* this */
            getfield java.nio.HeapByteBuffer.bigEndian:Z
            invokevirtual jdk.internal.misc.Unsafe.putShortUnaligned:(Ljava/lang/Object;JSZ)V
         1: .line 369
            aload 0 /* this */
            areturn
        end local 2 // short x
        end local 1 // int i
        end local 0 // java.nio.HeapByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/nio/HeapByteBuffer;
            0    2     1     i  I
            0    2     2     x  S
    MethodParameters:
      Name  Flags
      i     
      x     

  public java.nio.ShortBuffer asShortBuffer();
    descriptor: ()Ljava/nio/ShortBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=5, args_size=1
        start local 0 // java.nio.HeapByteBuffer this
         0: .line 376
            aload 0 /* this */
            invokevirtual java.nio.HeapByteBuffer.position:()I
            istore 1 /* pos */
        start local 1 // int pos
         1: .line 377
            aload 0 /* this */
            invokevirtual java.nio.HeapByteBuffer.limit:()I
            iload 1 /* pos */
            isub
            iconst_1
            ishr
            istore 2 /* size */
        start local 2 // int size
         2: .line 378
            aload 0 /* this */
            getfield java.nio.HeapByteBuffer.address:J
            iload 1 /* pos */
            i2l
            ladd
            lstore 3 /* addr */
        start local 3 // long addr
         3: .line 379
            aload 0 /* this */
            getfield java.nio.HeapByteBuffer.bigEndian:Z
            ifeq 12
         4: .line 380
            new java.nio.ByteBufferAsShortBufferB
            dup
            aload 0 /* this */
         5: .line 381
            iconst_m1
         6: .line 382
            iconst_0
         7: .line 383
            iload 2 /* size */
         8: .line 384
            iload 2 /* size */
         9: .line 385
            lload 3 /* addr */
        10: .line 380
            invokespecial java.nio.ByteBufferAsShortBufferB.<init>:(Ljava/nio/ByteBuffer;IIIIJ)V
        11: .line 385
            goto 19
        12: .line 386
      StackMap locals: int int long
      StackMap stack:
            new java.nio.ByteBufferAsShortBufferL
            dup
            aload 0 /* this */
        13: .line 387
            iconst_m1
        14: .line 388
            iconst_0
        15: .line 389
            iload 2 /* size */
        16: .line 390
            iload 2 /* size */
        17: .line 391
            lload 3 /* addr */
        18: .line 386
            invokespecial java.nio.ByteBufferAsShortBufferL.<init>:(Ljava/nio/ByteBuffer;IIIIJ)V
        19: .line 379
      StackMap locals:
      StackMap stack: java.nio.ShortBuffer
            areturn
        end local 3 // long addr
        end local 2 // int size
        end local 1 // int pos
        end local 0 // java.nio.HeapByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   20     0  this  Ljava/nio/HeapByteBuffer;
            1   20     1   pos  I
            2   20     2  size  I
            3   20     3  addr  J

  public int getInt();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // java.nio.HeapByteBuffer this
         0: .line 400
            getstatic java.nio.HeapByteBuffer.UNSAFE:Ljdk/internal/misc/Unsafe;
            aload 0 /* this */
            getfield java.nio.HeapByteBuffer.hb:[B
            aload 0 /* this */
            aload 0 /* this */
            iconst_4
            invokevirtual java.nio.HeapByteBuffer.nextGetIndex:(I)I
            i2l
            invokevirtual java.nio.HeapByteBuffer.byteOffset:(J)J
            aload 0 /* this */
            getfield java.nio.HeapByteBuffer.bigEndian:Z
            invokevirtual jdk.internal.misc.Unsafe.getIntUnaligned:(Ljava/lang/Object;JZ)I
            ireturn
        end local 0 // java.nio.HeapByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/HeapByteBuffer;

  public int getInt(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // java.nio.HeapByteBuffer this
        start local 1 // int i
         0: .line 404
            getstatic java.nio.HeapByteBuffer.UNSAFE:Ljdk/internal/misc/Unsafe;
            aload 0 /* this */
            getfield java.nio.HeapByteBuffer.hb:[B
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* i */
            iconst_4
            invokevirtual java.nio.HeapByteBuffer.checkIndex:(II)I
            i2l
            invokevirtual java.nio.HeapByteBuffer.byteOffset:(J)J
            aload 0 /* this */
            getfield java.nio.HeapByteBuffer.bigEndian:Z
            invokevirtual jdk.internal.misc.Unsafe.getIntUnaligned:(Ljava/lang/Object;JZ)I
            ireturn
        end local 1 // int i
        end local 0 // java.nio.HeapByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/HeapByteBuffer;
            0    1     1     i  I
    MethodParameters:
      Name  Flags
      i     

  public java.nio.ByteBuffer putInt(int);
    descriptor: (I)Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // java.nio.HeapByteBuffer this
        start local 1 // int x
         0: .line 411
            getstatic java.nio.HeapByteBuffer.UNSAFE:Ljdk/internal/misc/Unsafe;
            aload 0 /* this */
            getfield java.nio.HeapByteBuffer.hb:[B
            aload 0 /* this */
            aload 0 /* this */
            iconst_4
            invokevirtual java.nio.HeapByteBuffer.nextPutIndex:(I)I
            i2l
            invokevirtual java.nio.HeapByteBuffer.byteOffset:(J)J
            iload 1 /* x */
            aload 0 /* this */
            getfield java.nio.HeapByteBuffer.bigEndian:Z
            invokevirtual jdk.internal.misc.Unsafe.putIntUnaligned:(Ljava/lang/Object;JIZ)V
         1: .line 412
            aload 0 /* this */
            areturn
        end local 1 // int x
        end local 0 // java.nio.HeapByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/nio/HeapByteBuffer;
            0    2     1     x  I
    MethodParameters:
      Name  Flags
      x     

  public java.nio.ByteBuffer putInt(int, int);
    descriptor: (II)Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // java.nio.HeapByteBuffer this
        start local 1 // int i
        start local 2 // int x
         0: .line 420
            getstatic java.nio.HeapByteBuffer.UNSAFE:Ljdk/internal/misc/Unsafe;
            aload 0 /* this */
            getfield java.nio.HeapByteBuffer.hb:[B
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* i */
            iconst_4
            invokevirtual java.nio.HeapByteBuffer.checkIndex:(II)I
            i2l
            invokevirtual java.nio.HeapByteBuffer.byteOffset:(J)J
            iload 2 /* x */
            aload 0 /* this */
            getfield java.nio.HeapByteBuffer.bigEndian:Z
            invokevirtual jdk.internal.misc.Unsafe.putIntUnaligned:(Ljava/lang/Object;JIZ)V
         1: .line 421
            aload 0 /* this */
            areturn
        end local 2 // int x
        end local 1 // int i
        end local 0 // java.nio.HeapByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/nio/HeapByteBuffer;
            0    2     1     i  I
            0    2     2     x  I
    MethodParameters:
      Name  Flags
      i     
      x     

  public java.nio.IntBuffer asIntBuffer();
    descriptor: ()Ljava/nio/IntBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=5, args_size=1
        start local 0 // java.nio.HeapByteBuffer this
         0: .line 428
            aload 0 /* this */
            invokevirtual java.nio.HeapByteBuffer.position:()I
            istore 1 /* pos */
        start local 1 // int pos
         1: .line 429
            aload 0 /* this */
            invokevirtual java.nio.HeapByteBuffer.limit:()I
            iload 1 /* pos */
            isub
            iconst_2
            ishr
            istore 2 /* size */
        start local 2 // int size
         2: .line 430
            aload 0 /* this */
            getfield java.nio.HeapByteBuffer.address:J
            iload 1 /* pos */
            i2l
            ladd
            lstore 3 /* addr */
        start local 3 // long addr
         3: .line 431
            aload 0 /* this */
            getfield java.nio.HeapByteBuffer.bigEndian:Z
            ifeq 12
         4: .line 432
            new java.nio.ByteBufferAsIntBufferB
            dup
            aload 0 /* this */
         5: .line 433
            iconst_m1
         6: .line 434
            iconst_0
         7: .line 435
            iload 2 /* size */
         8: .line 436
            iload 2 /* size */
         9: .line 437
            lload 3 /* addr */
        10: .line 432
            invokespecial java.nio.ByteBufferAsIntBufferB.<init>:(Ljava/nio/ByteBuffer;IIIIJ)V
        11: .line 437
            goto 19
        12: .line 438
      StackMap locals: int int long
      StackMap stack:
            new java.nio.ByteBufferAsIntBufferL
            dup
            aload 0 /* this */
        13: .line 439
            iconst_m1
        14: .line 440
            iconst_0
        15: .line 441
            iload 2 /* size */
        16: .line 442
            iload 2 /* size */
        17: .line 443
            lload 3 /* addr */
        18: .line 438
            invokespecial java.nio.ByteBufferAsIntBufferL.<init>:(Ljava/nio/ByteBuffer;IIIIJ)V
        19: .line 431
      StackMap locals:
      StackMap stack: java.nio.IntBuffer
            areturn
        end local 3 // long addr
        end local 2 // int size
        end local 1 // int pos
        end local 0 // java.nio.HeapByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   20     0  this  Ljava/nio/HeapByteBuffer;
            1   20     1   pos  I
            2   20     2  size  I
            3   20     3  addr  J

  public long getLong();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // java.nio.HeapByteBuffer this
         0: .line 452
            getstatic java.nio.HeapByteBuffer.UNSAFE:Ljdk/internal/misc/Unsafe;
            aload 0 /* this */
            getfield java.nio.HeapByteBuffer.hb:[B
            aload 0 /* this */
            aload 0 /* this */
            bipush 8
            invokevirtual java.nio.HeapByteBuffer.nextGetIndex:(I)I
            i2l
            invokevirtual java.nio.HeapByteBuffer.byteOffset:(J)J
            aload 0 /* this */
            getfield java.nio.HeapByteBuffer.bigEndian:Z
            invokevirtual jdk.internal.misc.Unsafe.getLongUnaligned:(Ljava/lang/Object;JZ)J
            lreturn
        end local 0 // java.nio.HeapByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/HeapByteBuffer;

  public long getLong(int);
    descriptor: (I)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // java.nio.HeapByteBuffer this
        start local 1 // int i
         0: .line 456
            getstatic java.nio.HeapByteBuffer.UNSAFE:Ljdk/internal/misc/Unsafe;
            aload 0 /* this */
            getfield java.nio.HeapByteBuffer.hb:[B
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* i */
            bipush 8
            invokevirtual java.nio.HeapByteBuffer.checkIndex:(II)I
            i2l
            invokevirtual java.nio.HeapByteBuffer.byteOffset:(J)J
            aload 0 /* this */
            getfield java.nio.HeapByteBuffer.bigEndian:Z
            invokevirtual jdk.internal.misc.Unsafe.getLongUnaligned:(Ljava/lang/Object;JZ)J
            lreturn
        end local 1 // int i
        end local 0 // java.nio.HeapByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/HeapByteBuffer;
            0    1     1     i  I
    MethodParameters:
      Name  Flags
      i     

  public java.nio.ByteBuffer putLong(long);
    descriptor: (J)Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=2
        start local 0 // java.nio.HeapByteBuffer this
        start local 1 // long x
         0: .line 463
            getstatic java.nio.HeapByteBuffer.UNSAFE:Ljdk/internal/misc/Unsafe;
            aload 0 /* this */
            getfield java.nio.HeapByteBuffer.hb:[B
            aload 0 /* this */
            aload 0 /* this */
            bipush 8
            invokevirtual java.nio.HeapByteBuffer.nextPutIndex:(I)I
            i2l
            invokevirtual java.nio.HeapByteBuffer.byteOffset:(J)J
            lload 1 /* x */
            aload 0 /* this */
            getfield java.nio.HeapByteBuffer.bigEndian:Z
            invokevirtual jdk.internal.misc.Unsafe.putLongUnaligned:(Ljava/lang/Object;JJZ)V
         1: .line 464
            aload 0 /* this */
            areturn
        end local 1 // long x
        end local 0 // java.nio.HeapByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/nio/HeapByteBuffer;
            0    2     1     x  J
    MethodParameters:
      Name  Flags
      x     

  public java.nio.ByteBuffer putLong(int, long);
    descriptor: (IJ)Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=3
        start local 0 // java.nio.HeapByteBuffer this
        start local 1 // int i
        start local 2 // long x
         0: .line 472
            getstatic java.nio.HeapByteBuffer.UNSAFE:Ljdk/internal/misc/Unsafe;
            aload 0 /* this */
            getfield java.nio.HeapByteBuffer.hb:[B
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* i */
            bipush 8
            invokevirtual java.nio.HeapByteBuffer.checkIndex:(II)I
            i2l
            invokevirtual java.nio.HeapByteBuffer.byteOffset:(J)J
            lload 2 /* x */
            aload 0 /* this */
            getfield java.nio.HeapByteBuffer.bigEndian:Z
            invokevirtual jdk.internal.misc.Unsafe.putLongUnaligned:(Ljava/lang/Object;JJZ)V
         1: .line 473
            aload 0 /* this */
            areturn
        end local 2 // long x
        end local 1 // int i
        end local 0 // java.nio.HeapByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/nio/HeapByteBuffer;
            0    2     1     i  I
            0    2     2     x  J
    MethodParameters:
      Name  Flags
      i     
      x     

  public java.nio.LongBuffer asLongBuffer();
    descriptor: ()Ljava/nio/LongBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=5, args_size=1
        start local 0 // java.nio.HeapByteBuffer this
         0: .line 480
            aload 0 /* this */
            invokevirtual java.nio.HeapByteBuffer.position:()I
            istore 1 /* pos */
        start local 1 // int pos
         1: .line 481
            aload 0 /* this */
            invokevirtual java.nio.HeapByteBuffer.limit:()I
            iload 1 /* pos */
            isub
            iconst_3
            ishr
            istore 2 /* size */
        start local 2 // int size
         2: .line 482
            aload 0 /* this */
            getfield java.nio.HeapByteBuffer.address:J
            iload 1 /* pos */
            i2l
            ladd
            lstore 3 /* addr */
        start local 3 // long addr
         3: .line 483
            aload 0 /* this */
            getfield java.nio.HeapByteBuffer.bigEndian:Z
            ifeq 12
         4: .line 484
            new java.nio.ByteBufferAsLongBufferB
            dup
            aload 0 /* this */
         5: .line 485
            iconst_m1
         6: .line 486
            iconst_0
         7: .line 487
            iload 2 /* size */
         8: .line 488
            iload 2 /* size */
         9: .line 489
            lload 3 /* addr */
        10: .line 484
            invokespecial java.nio.ByteBufferAsLongBufferB.<init>:(Ljava/nio/ByteBuffer;IIIIJ)V
        11: .line 489
            goto 19
        12: .line 490
      StackMap locals: int int long
      StackMap stack:
            new java.nio.ByteBufferAsLongBufferL
            dup
            aload 0 /* this */
        13: .line 491
            iconst_m1
        14: .line 492
            iconst_0
        15: .line 493
            iload 2 /* size */
        16: .line 494
            iload 2 /* size */
        17: .line 495
            lload 3 /* addr */
        18: .line 490
            invokespecial java.nio.ByteBufferAsLongBufferL.<init>:(Ljava/nio/ByteBuffer;IIIIJ)V
        19: .line 483
      StackMap locals:
      StackMap stack: java.nio.LongBuffer
            areturn
        end local 3 // long addr
        end local 2 // int size
        end local 1 // int pos
        end local 0 // java.nio.HeapByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   20     0  this  Ljava/nio/HeapByteBuffer;
            1   20     1   pos  I
            2   20     2  size  I
            3   20     3  addr  J

  public float getFloat();
    descriptor: ()F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // java.nio.HeapByteBuffer this
         0: .line 504
            getstatic java.nio.HeapByteBuffer.UNSAFE:Ljdk/internal/misc/Unsafe;
            aload 0 /* this */
            getfield java.nio.HeapByteBuffer.hb:[B
            aload 0 /* this */
            aload 0 /* this */
            iconst_4
            invokevirtual java.nio.HeapByteBuffer.nextGetIndex:(I)I
            i2l
            invokevirtual java.nio.HeapByteBuffer.byteOffset:(J)J
            aload 0 /* this */
            getfield java.nio.HeapByteBuffer.bigEndian:Z
            invokevirtual jdk.internal.misc.Unsafe.getIntUnaligned:(Ljava/lang/Object;JZ)I
            istore 1 /* x */
        start local 1 // int x
         1: .line 505
            iload 1 /* x */
            invokestatic java.lang.Float.intBitsToFloat:(I)F
            freturn
        end local 1 // int x
        end local 0 // java.nio.HeapByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/nio/HeapByteBuffer;
            1    2     1     x  I

  public float getFloat(int);
    descriptor: (I)F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // java.nio.HeapByteBuffer this
        start local 1 // int i
         0: .line 509
            getstatic java.nio.HeapByteBuffer.UNSAFE:Ljdk/internal/misc/Unsafe;
            aload 0 /* this */
            getfield java.nio.HeapByteBuffer.hb:[B
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* i */
            iconst_4
            invokevirtual java.nio.HeapByteBuffer.checkIndex:(II)I
            i2l
            invokevirtual java.nio.HeapByteBuffer.byteOffset:(J)J
            aload 0 /* this */
            getfield java.nio.HeapByteBuffer.bigEndian:Z
            invokevirtual jdk.internal.misc.Unsafe.getIntUnaligned:(Ljava/lang/Object;JZ)I
            istore 2 /* x */
        start local 2 // int x
         1: .line 510
            iload 2 /* x */
            invokestatic java.lang.Float.intBitsToFloat:(I)F
            freturn
        end local 2 // int x
        end local 1 // int i
        end local 0 // java.nio.HeapByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/nio/HeapByteBuffer;
            0    2     1     i  I
            1    2     2     x  I
    MethodParameters:
      Name  Flags
      i     

  public java.nio.ByteBuffer putFloat(float);
    descriptor: (F)Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // java.nio.HeapByteBuffer this
        start local 1 // float x
         0: .line 517
            fload 1 /* x */
            invokestatic java.lang.Float.floatToRawIntBits:(F)I
            istore 2 /* y */
        start local 2 // int y
         1: .line 518
            getstatic java.nio.HeapByteBuffer.UNSAFE:Ljdk/internal/misc/Unsafe;
            aload 0 /* this */
            getfield java.nio.HeapByteBuffer.hb:[B
            aload 0 /* this */
            aload 0 /* this */
            iconst_4
            invokevirtual java.nio.HeapByteBuffer.nextPutIndex:(I)I
            i2l
            invokevirtual java.nio.HeapByteBuffer.byteOffset:(J)J
            iload 2 /* y */
            aload 0 /* this */
            getfield java.nio.HeapByteBuffer.bigEndian:Z
            invokevirtual jdk.internal.misc.Unsafe.putIntUnaligned:(Ljava/lang/Object;JIZ)V
         2: .line 519
            aload 0 /* this */
            areturn
        end local 2 // int y
        end local 1 // float x
        end local 0 // java.nio.HeapByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljava/nio/HeapByteBuffer;
            0    3     1     x  F
            1    3     2     y  I
    MethodParameters:
      Name  Flags
      x     

  public java.nio.ByteBuffer putFloat(int, float);
    descriptor: (IF)Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=3
        start local 0 // java.nio.HeapByteBuffer this
        start local 1 // int i
        start local 2 // float x
         0: .line 527
            fload 2 /* x */
            invokestatic java.lang.Float.floatToRawIntBits:(F)I
            istore 3 /* y */
        start local 3 // int y
         1: .line 528
            getstatic java.nio.HeapByteBuffer.UNSAFE:Ljdk/internal/misc/Unsafe;
            aload 0 /* this */
            getfield java.nio.HeapByteBuffer.hb:[B
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* i */
            iconst_4
            invokevirtual java.nio.HeapByteBuffer.checkIndex:(II)I
            i2l
            invokevirtual java.nio.HeapByteBuffer.byteOffset:(J)J
            iload 3 /* y */
            aload 0 /* this */
            getfield java.nio.HeapByteBuffer.bigEndian:Z
            invokevirtual jdk.internal.misc.Unsafe.putIntUnaligned:(Ljava/lang/Object;JIZ)V
         2: .line 529
            aload 0 /* this */
            areturn
        end local 3 // int y
        end local 2 // float x
        end local 1 // int i
        end local 0 // java.nio.HeapByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljava/nio/HeapByteBuffer;
            0    3     1     i  I
            0    3     2     x  F
            1    3     3     y  I
    MethodParameters:
      Name  Flags
      i     
      x     

  public java.nio.FloatBuffer asFloatBuffer();
    descriptor: ()Ljava/nio/FloatBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=5, args_size=1
        start local 0 // java.nio.HeapByteBuffer this
         0: .line 536
            aload 0 /* this */
            invokevirtual java.nio.HeapByteBuffer.position:()I
            istore 1 /* pos */
        start local 1 // int pos
         1: .line 537
            aload 0 /* this */
            invokevirtual java.nio.HeapByteBuffer.limit:()I
            iload 1 /* pos */
            isub
            iconst_2
            ishr
            istore 2 /* size */
        start local 2 // int size
         2: .line 538
            aload 0 /* this */
            getfield java.nio.HeapByteBuffer.address:J
            iload 1 /* pos */
            i2l
            ladd
            lstore 3 /* addr */
        start local 3 // long addr
         3: .line 539
            aload 0 /* this */
            getfield java.nio.HeapByteBuffer.bigEndian:Z
            ifeq 12
         4: .line 540
            new java.nio.ByteBufferAsFloatBufferB
            dup
            aload 0 /* this */
         5: .line 541
            iconst_m1
         6: .line 542
            iconst_0
         7: .line 543
            iload 2 /* size */
         8: .line 544
            iload 2 /* size */
         9: .line 545
            lload 3 /* addr */
        10: .line 540
            invokespecial java.nio.ByteBufferAsFloatBufferB.<init>:(Ljava/nio/ByteBuffer;IIIIJ)V
        11: .line 545
            goto 19
        12: .line 546
      StackMap locals: int int long
      StackMap stack:
            new java.nio.ByteBufferAsFloatBufferL
            dup
            aload 0 /* this */
        13: .line 547
            iconst_m1
        14: .line 548
            iconst_0
        15: .line 549
            iload 2 /* size */
        16: .line 550
            iload 2 /* size */
        17: .line 551
            lload 3 /* addr */
        18: .line 546
            invokespecial java.nio.ByteBufferAsFloatBufferL.<init>:(Ljava/nio/ByteBuffer;IIIIJ)V
        19: .line 539
      StackMap locals:
      StackMap stack: java.nio.FloatBuffer
            areturn
        end local 3 // long addr
        end local 2 // int size
        end local 1 // int pos
        end local 0 // java.nio.HeapByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   20     0  this  Ljava/nio/HeapByteBuffer;
            1   20     1   pos  I
            2   20     2  size  I
            3   20     3  addr  J

  public double getDouble();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // java.nio.HeapByteBuffer this
         0: .line 560
            getstatic java.nio.HeapByteBuffer.UNSAFE:Ljdk/internal/misc/Unsafe;
            aload 0 /* this */
            getfield java.nio.HeapByteBuffer.hb:[B
            aload 0 /* this */
            aload 0 /* this */
            bipush 8
            invokevirtual java.nio.HeapByteBuffer.nextGetIndex:(I)I
            i2l
            invokevirtual java.nio.HeapByteBuffer.byteOffset:(J)J
            aload 0 /* this */
            getfield java.nio.HeapByteBuffer.bigEndian:Z
            invokevirtual jdk.internal.misc.Unsafe.getLongUnaligned:(Ljava/lang/Object;JZ)J
            lstore 1 /* x */
        start local 1 // long x
         1: .line 561
            lload 1 /* x */
            invokestatic java.lang.Double.longBitsToDouble:(J)D
            dreturn
        end local 1 // long x
        end local 0 // java.nio.HeapByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/nio/HeapByteBuffer;
            1    2     1     x  J

  public double getDouble(int);
    descriptor: (I)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=2
        start local 0 // java.nio.HeapByteBuffer this
        start local 1 // int i
         0: .line 565
            getstatic java.nio.HeapByteBuffer.UNSAFE:Ljdk/internal/misc/Unsafe;
            aload 0 /* this */
            getfield java.nio.HeapByteBuffer.hb:[B
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* i */
            bipush 8
            invokevirtual java.nio.HeapByteBuffer.checkIndex:(II)I
            i2l
            invokevirtual java.nio.HeapByteBuffer.byteOffset:(J)J
            aload 0 /* this */
            getfield java.nio.HeapByteBuffer.bigEndian:Z
            invokevirtual jdk.internal.misc.Unsafe.getLongUnaligned:(Ljava/lang/Object;JZ)J
            lstore 2 /* x */
        start local 2 // long x
         1: .line 566
            lload 2 /* x */
            invokestatic java.lang.Double.longBitsToDouble:(J)D
            dreturn
        end local 2 // long x
        end local 1 // int i
        end local 0 // java.nio.HeapByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/nio/HeapByteBuffer;
            0    2     1     i  I
            1    2     2     x  J
    MethodParameters:
      Name  Flags
      i     

  public java.nio.ByteBuffer putDouble(double);
    descriptor: (D)Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, args_size=2
        start local 0 // java.nio.HeapByteBuffer this
        start local 1 // double x
         0: .line 573
            dload 1 /* x */
            invokestatic java.lang.Double.doubleToRawLongBits:(D)J
            lstore 3 /* y */
        start local 3 // long y
         1: .line 574
            getstatic java.nio.HeapByteBuffer.UNSAFE:Ljdk/internal/misc/Unsafe;
            aload 0 /* this */
            getfield java.nio.HeapByteBuffer.hb:[B
            aload 0 /* this */
            aload 0 /* this */
            bipush 8
            invokevirtual java.nio.HeapByteBuffer.nextPutIndex:(I)I
            i2l
            invokevirtual java.nio.HeapByteBuffer.byteOffset:(J)J
            lload 3 /* y */
            aload 0 /* this */
            getfield java.nio.HeapByteBuffer.bigEndian:Z
            invokevirtual jdk.internal.misc.Unsafe.putLongUnaligned:(Ljava/lang/Object;JJZ)V
         2: .line 575
            aload 0 /* this */
            areturn
        end local 3 // long y
        end local 1 // double x
        end local 0 // java.nio.HeapByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljava/nio/HeapByteBuffer;
            0    3     1     x  D
            1    3     3     y  J
    MethodParameters:
      Name  Flags
      x     

  public java.nio.ByteBuffer putDouble(int, double);
    descriptor: (ID)Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=6, args_size=3
        start local 0 // java.nio.HeapByteBuffer this
        start local 1 // int i
        start local 2 // double x
         0: .line 583
            dload 2 /* x */
            invokestatic java.lang.Double.doubleToRawLongBits:(D)J
            lstore 4 /* y */
        start local 4 // long y
         1: .line 584
            getstatic java.nio.HeapByteBuffer.UNSAFE:Ljdk/internal/misc/Unsafe;
            aload 0 /* this */
            getfield java.nio.HeapByteBuffer.hb:[B
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* i */
            bipush 8
            invokevirtual java.nio.HeapByteBuffer.checkIndex:(II)I
            i2l
            invokevirtual java.nio.HeapByteBuffer.byteOffset:(J)J
            lload 4 /* y */
            aload 0 /* this */
            getfield java.nio.HeapByteBuffer.bigEndian:Z
            invokevirtual jdk.internal.misc.Unsafe.putLongUnaligned:(Ljava/lang/Object;JJZ)V
         2: .line 585
            aload 0 /* this */
            areturn
        end local 4 // long y
        end local 2 // double x
        end local 1 // int i
        end local 0 // java.nio.HeapByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljava/nio/HeapByteBuffer;
            0    3     1     i  I
            0    3     2     x  D
            1    3     4     y  J
    MethodParameters:
      Name  Flags
      i     
      x     

  public java.nio.DoubleBuffer asDoubleBuffer();
    descriptor: ()Ljava/nio/DoubleBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=5, args_size=1
        start local 0 // java.nio.HeapByteBuffer this
         0: .line 592
            aload 0 /* this */
            invokevirtual java.nio.HeapByteBuffer.position:()I
            istore 1 /* pos */
        start local 1 // int pos
         1: .line 593
            aload 0 /* this */
            invokevirtual java.nio.HeapByteBuffer.limit:()I
            iload 1 /* pos */
            isub
            iconst_3
            ishr
            istore 2 /* size */
        start local 2 // int size
         2: .line 594
            aload 0 /* this */
            getfield java.nio.HeapByteBuffer.address:J
            iload 1 /* pos */
            i2l
            ladd
            lstore 3 /* addr */
        start local 3 // long addr
         3: .line 595
            aload 0 /* this */
            getfield java.nio.HeapByteBuffer.bigEndian:Z
            ifeq 12
         4: .line 596
            new java.nio.ByteBufferAsDoubleBufferB
            dup
            aload 0 /* this */
         5: .line 597
            iconst_m1
         6: .line 598
            iconst_0
         7: .line 599
            iload 2 /* size */
         8: .line 600
            iload 2 /* size */
         9: .line 601
            lload 3 /* addr */
        10: .line 596
            invokespecial java.nio.ByteBufferAsDoubleBufferB.<init>:(Ljava/nio/ByteBuffer;IIIIJ)V
        11: .line 601
            goto 19
        12: .line 602
      StackMap locals: int int long
      StackMap stack:
            new java.nio.ByteBufferAsDoubleBufferL
            dup
            aload 0 /* this */
        13: .line 603
            iconst_m1
        14: .line 604
            iconst_0
        15: .line 605
            iload 2 /* size */
        16: .line 606
            iload 2 /* size */
        17: .line 607
            lload 3 /* addr */
        18: .line 602
            invokespecial java.nio.ByteBufferAsDoubleBufferL.<init>:(Ljava/nio/ByteBuffer;IIIIJ)V
        19: .line 595
      StackMap locals:
      StackMap stack: java.nio.DoubleBuffer
            areturn
        end local 3 // long addr
        end local 2 // int size
        end local 1 // int pos
        end local 0 // java.nio.HeapByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   20     0  this  Ljava/nio/HeapByteBuffer;
            1   20     1   pos  I
            2   20     2  size  I
            3   20     3  addr  J

  public java.nio.Buffer duplicate();
    descriptor: ()Ljava/nio/Buffer;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual java.nio.HeapByteBuffer.duplicate:()Ljava/nio/ByteBuffer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.nio.Buffer slice();
    descriptor: ()Ljava/nio/Buffer;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual java.nio.HeapByteBuffer.slice:()Ljava/nio/ByteBuffer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "HeapByteBuffer.java"