class java.nio.DirectByteBuffer extends java.nio.MappedByteBuffer implements sun.nio.ch.DirectBuffer
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: java.nio.DirectByteBuffer
  super_class: java.nio.MappedByteBuffer
{
  protected static final sun.misc.Unsafe unsafe;
    descriptor: Lsun/misc/Unsafe;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL

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

  protected static final boolean unaligned;
    descriptor: Z
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL

  protected java.lang.Object viewedBuffer;
    descriptor: Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED

  private final sun.misc.Cleaner cleaner;
    descriptor: Lsun/misc/Cleaner;
    flags: (0x0012) ACC_PRIVATE, 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 36
            ldc Ljava/nio/DirectByteBuffer;
            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.DirectByteBuffer.$assertionsDisabled:Z
         3: .line 48
            invokestatic java.nio.Bits.unsafe:()Lsun/misc/Unsafe;
            putstatic java.nio.DirectByteBuffer.unsafe:Lsun/misc/Unsafe;
         4: .line 51
            getstatic java.nio.DirectByteBuffer.unsafe:Lsun/misc/Unsafe;
            ldc [B
            invokevirtual sun.misc.Unsafe.arrayBaseOffset:(Ljava/lang/Class;)I
            i2l
            putstatic java.nio.DirectByteBuffer.arrayBaseOffset:J
         5: .line 54
            invokestatic java.nio.Bits.unaligned:()Z
            putstatic java.nio.DirectByteBuffer.unaligned:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object viewedBuffer();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.nio.DirectByteBuffer this
         0: .line 65
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer.viewedBuffer:Ljava/lang/Object;
            areturn
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/DirectByteBuffer;

  public sun.misc.Cleaner cleaner();
    descriptor: ()Lsun/misc/Cleaner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.nio.DirectByteBuffer this
         0: .line 99
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer.cleaner:Lsun/misc/Cleaner;
            areturn
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/DirectByteBuffer;

  void <init>(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=7, locals=6, args_size=2
        start local 0 // java.nio.DirectByteBuffer this
        start local 1 // int cap
         0: .line 115
            aload 0 /* this */
            iconst_m1
            iconst_0
            iload 1 /* cap */
            iload 1 /* cap */
            iconst_0
            invokespecial java.nio.MappedByteBuffer.<init>:(IIIIZ)V
         1: .line 62
            aload 0 /* this */
            aconst_null
            putfield java.nio.DirectByteBuffer.viewedBuffer:Ljava/lang/Object;
         2: .line 116
            iload 1 /* cap */
            i2l
            invokestatic java.nio.Bits.reserveMemory:(J)V
         3: .line 117
            invokestatic java.nio.Bits.pageSize:()I
            istore 2 /* ps */
        start local 2 // int ps
         4: .line 118
            lconst_0
            lstore 3 /* base */
        start local 3 // long base
         5: .line 120
            getstatic java.nio.DirectByteBuffer.unsafe:Lsun/misc/Unsafe;
            iload 1 /* cap */
            iload 2 /* ps */
            iadd
            i2l
            invokevirtual sun.misc.Unsafe.allocateMemory:(J)J
            lstore 3 /* base */
         6: .line 121
            goto 10
      StackMap locals: java.nio.DirectByteBuffer int int long
      StackMap stack: java.lang.OutOfMemoryError
         7: astore 5 /* x */
        start local 5 // java.lang.OutOfMemoryError x
         8: .line 122
            iload 1 /* cap */
            i2l
            invokestatic java.nio.Bits.unreserveMemory:(J)V
         9: .line 123
            aload 5 /* x */
            athrow
        end local 5 // java.lang.OutOfMemoryError x
        10: .line 125
      StackMap locals:
      StackMap stack:
            getstatic java.nio.DirectByteBuffer.unsafe:Lsun/misc/Unsafe;
            lload 3 /* base */
            iload 1 /* cap */
            iload 2 /* ps */
            iadd
            i2l
            iconst_0
            invokevirtual sun.misc.Unsafe.setMemory:(JJB)V
        11: .line 126
            lload 3 /* base */
            iload 2 /* ps */
            i2l
            lrem
            lconst_0
            lcmp
            ifeq 14
        12: .line 128
            aload 0 /* this */
            lload 3 /* base */
            iload 2 /* ps */
            i2l
            ladd
            lload 3 /* base */
            iload 2 /* ps */
            iconst_1
            isub
            i2l
            land
            lsub
            putfield java.nio.DirectByteBuffer.address:J
        13: .line 129
            goto 15
        14: .line 130
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            lload 3 /* base */
            putfield java.nio.DirectByteBuffer.address:J
        15: .line 132
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            new java.nio.DirectByteBuffer$Deallocator
            dup
            lload 3 /* base */
            iload 1 /* cap */
            invokespecial java.nio.DirectByteBuffer$Deallocator.<init>:(JI)V
            invokestatic sun.misc.Cleaner.create:(Ljava/lang/Object;Ljava/lang/Runnable;)Lsun/misc/Cleaner;
            putfield java.nio.DirectByteBuffer.cleaner:Lsun/misc/Cleaner;
        16: .line 136
            return
        end local 3 // long base
        end local 2 // int ps
        end local 1 // int cap
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   17     0  this  Ljava/nio/DirectByteBuffer;
            0   17     1   cap  I
            4   17     2    ps  I
            5   17     3  base  J
            8   10     5     x  Ljava/lang/OutOfMemoryError;
      Exception table:
        from    to  target  type
           5     6       7  Class java.lang.OutOfMemoryError
    MethodParameters:
      Name  Flags
      cap   

  private void <init>(long, int);
    descriptor: (JI)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=4, args_size=3
        start local 0 // java.nio.DirectByteBuffer this
        start local 1 // long addr
        start local 3 // int cap
         0: .line 143
            aload 0 /* this */
            iconst_m1
            iconst_0
            iload 3 /* cap */
            iload 3 /* cap */
            iconst_0
            invokespecial java.nio.MappedByteBuffer.<init>:(IIIIZ)V
         1: .line 62
            aload 0 /* this */
            aconst_null
            putfield java.nio.DirectByteBuffer.viewedBuffer:Ljava/lang/Object;
         2: .line 144
            aload 0 /* this */
            lload 1 /* addr */
            putfield java.nio.DirectByteBuffer.address:J
         3: .line 145
            aload 0 /* this */
            aconst_null
            putfield java.nio.DirectByteBuffer.cleaner:Lsun/misc/Cleaner;
         4: .line 146
            return
        end local 3 // int cap
        end local 1 // long addr
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljava/nio/DirectByteBuffer;
            0    5     1  addr  J
            0    5     3   cap  I
    MethodParameters:
      Name  Flags
      addr  
      cap   

  protected void <init>(int, long, java.lang.Runnable);
    descriptor: (IJLjava/lang/Runnable;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=5, args_size=4
        start local 0 // java.nio.DirectByteBuffer this
        start local 1 // int cap
        start local 2 // long addr
        start local 4 // java.lang.Runnable unmapper
         0: .line 154
            aload 0 /* this */
            iconst_m1
            iconst_0
            iload 1 /* cap */
            iload 1 /* cap */
            iconst_1
            invokespecial java.nio.MappedByteBuffer.<init>:(IIIIZ)V
         1: .line 62
            aload 0 /* this */
            aconst_null
            putfield java.nio.DirectByteBuffer.viewedBuffer:Ljava/lang/Object;
         2: .line 155
            aload 0 /* this */
            lload 2 /* addr */
            putfield java.nio.DirectByteBuffer.address:J
         3: .line 156
            aload 0 /* this */
            aconst_null
            putfield java.nio.DirectByteBuffer.viewedBuffer:Ljava/lang/Object;
         4: .line 157
            aload 0 /* this */
            aload 0 /* this */
            aload 4 /* unmapper */
            invokestatic sun.misc.Cleaner.create:(Ljava/lang/Object;Ljava/lang/Runnable;)Lsun/misc/Cleaner;
            putfield java.nio.DirectByteBuffer.cleaner:Lsun/misc/Cleaner;
         5: .line 161
            return
        end local 4 // java.lang.Runnable unmapper
        end local 2 // long addr
        end local 1 // int cap
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Ljava/nio/DirectByteBuffer;
            0    6     1       cap  I
            0    6     2      addr  J
            0    6     4  unmapper  Ljava/lang/Runnable;
    MethodParameters:
          Name  Flags
      cap       
      addr      
      unmapper  

  void <init>(sun.nio.ch.DirectBuffer, int, int, int, int, int);
    descriptor: (Lsun/nio/ch/DirectBuffer;IIIII)V
    flags: (0x0000) 
    Code:
      stack=5, locals=7, args_size=7
        start local 0 // java.nio.DirectByteBuffer this
        start local 1 // sun.nio.ch.DirectBuffer db
        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 172
            aload 0 /* this */
            iload 2 /* mark */
            iload 3 /* pos */
            iload 4 /* lim */
            iload 5 /* cap */
            invokespecial java.nio.MappedByteBuffer.<init>:(IIII)V
         1: .line 62
            aload 0 /* this */
            aconst_null
            putfield java.nio.DirectByteBuffer.viewedBuffer:Ljava/lang/Object;
         2: .line 173
            aload 0 /* this */
            aload 1 /* db */
            invokeinterface sun.nio.ch.DirectBuffer.address:()J
            iload 6 /* off */
            i2l
            ladd
            putfield java.nio.DirectByteBuffer.address:J
         3: .line 174
            aload 0 /* this */
            aload 1 /* db */
            putfield java.nio.DirectByteBuffer.viewedBuffer:Ljava/lang/Object;
         4: .line 176
            aload 0 /* this */
            aconst_null
            putfield java.nio.DirectByteBuffer.cleaner:Lsun/misc/Cleaner;
         5: .line 181
            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 // sun.nio.ch.DirectBuffer db
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljava/nio/DirectByteBuffer;
            0    6     1    db  Lsun/nio/ch/DirectBuffer;
            0    6     2  mark  I
            0    6     3   pos  I
            0    6     4   lim  I
            0    6     5   cap  I
            0    6     6   off  I
    MethodParameters:
      Name  Flags
      db    
      mark  
      pos   
      lim   
      cap   
      off   

  public java.nio.ByteBuffer slice();
    descriptor: ()Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=1
        start local 0 // java.nio.DirectByteBuffer this
         0: .line 184
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBuffer.position:()I
            istore 1 /* pos */
        start local 1 // int pos
         1: .line 185
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBuffer.limit:()I
            istore 2 /* lim */
        start local 2 // int lim
         2: .line 186
            getstatic java.nio.DirectByteBuffer.$assertionsDisabled:Z
            ifne 3
            iload 1 /* pos */
            iload 2 /* lim */
            if_icmple 3
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         3: .line 187
      StackMap locals: int int
      StackMap stack:
            iload 1 /* pos */
            iload 2 /* lim */
            if_icmpgt 4
            iload 2 /* lim */
            iload 1 /* pos */
            isub
            goto 5
      StackMap locals:
      StackMap stack:
         4: iconst_0
      StackMap locals:
      StackMap stack: int
         5: istore 3 /* rem */
        start local 3 // int rem
         6: .line 188
            iload 1 /* pos */
            iconst_0
            ishl
            istore 4 /* off */
        start local 4 // int off
         7: .line 189
            getstatic java.nio.DirectByteBuffer.$assertionsDisabled:Z
            ifne 8
            iload 4 /* off */
            ifge 8
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         8: .line 190
      StackMap locals: int int
      StackMap stack:
            new java.nio.DirectByteBuffer
            dup
            aload 0 /* this */
            iconst_m1
            iconst_0
            iload 3 /* rem */
            iload 3 /* rem */
            iload 4 /* off */
            invokespecial java.nio.DirectByteBuffer.<init>:(Lsun/nio/ch/DirectBuffer;IIIII)V
            areturn
        end local 4 // int off
        end local 3 // int rem
        end local 2 // int lim
        end local 1 // int pos
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Ljava/nio/DirectByteBuffer;
            1    9     1   pos  I
            2    9     2   lim  I
            6    9     3   rem  I
            7    9     4   off  I

  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.DirectByteBuffer this
         0: .line 194
            new java.nio.DirectByteBuffer
            dup
            aload 0 /* this */
         1: .line 195
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBuffer.markValue:()I
         2: .line 196
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBuffer.position:()I
         3: .line 197
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBuffer.limit:()I
         4: .line 198
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBuffer.capacity:()I
         5: .line 199
            iconst_0
         6: .line 194
            invokespecial java.nio.DirectByteBuffer.<init>:(Lsun/nio/ch/DirectBuffer;IIIII)V
            areturn
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Ljava/nio/DirectByteBuffer;

  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.DirectByteBuffer this
         0: .line 204
            new java.nio.DirectByteBufferR
            dup
            aload 0 /* this */
         1: .line 205
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBuffer.markValue:()I
         2: .line 206
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBuffer.position:()I
         3: .line 207
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBuffer.limit:()I
         4: .line 208
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBuffer.capacity:()I
         5: .line 209
            iconst_0
         6: .line 204
            invokespecial java.nio.DirectByteBufferR.<init>:(Lsun/nio/ch/DirectBuffer;IIIII)V
            areturn
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Ljava/nio/DirectByteBuffer;

  public long address();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.nio.DirectByteBuffer this
         0: .line 218
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer.address:J
            lreturn
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/DirectByteBuffer;

  private long ix(int);
    descriptor: (I)J
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // java.nio.DirectByteBuffer this
        start local 1 // int i
         0: .line 222
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer.address:J
            iload 1 /* i */
            i2l
            iconst_0
            lshl
            ladd
            lreturn
        end local 1 // int i
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/DirectByteBuffer;
            0    1     1     i  I
    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.DirectByteBuffer this
         0: .line 226
            getstatic java.nio.DirectByteBuffer.unsafe:Lsun/misc/Unsafe;
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBuffer.nextGetIndex:()I
            invokevirtual java.nio.DirectByteBuffer.ix:(I)J
            invokevirtual sun.misc.Unsafe.getByte:(J)B
            ireturn
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/DirectByteBuffer;

  public byte get(int);
    descriptor: (I)B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // java.nio.DirectByteBuffer this
        start local 1 // int i
         0: .line 230
            getstatic java.nio.DirectByteBuffer.unsafe:Lsun/misc/Unsafe;
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* i */
            invokevirtual java.nio.DirectByteBuffer.checkIndex:(I)I
            invokevirtual java.nio.DirectByteBuffer.ix:(I)J
            invokevirtual sun.misc.Unsafe.getByte:(J)B
            ireturn
        end local 1 // int i
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/DirectByteBuffer;
            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=10, locals=7, args_size=4
        start local 0 // java.nio.DirectByteBuffer this
        start local 1 // byte[] dst
        start local 2 // int offset
        start local 3 // int length
         0: .line 235
            iload 3 /* length */
            i2l
            iconst_0
            lshl
            ldc 6
            lcmp
            ifle 16
         1: .line 236
            iload 2 /* offset */
            iload 3 /* length */
            aload 1 /* dst */
            arraylength
            invokestatic java.nio.DirectByteBuffer.checkBounds:(III)V
         2: .line 237
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBuffer.position:()I
            istore 4 /* pos */
        start local 4 // int pos
         3: .line 238
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBuffer.limit:()I
            istore 5 /* lim */
        start local 5 // int lim
         4: .line 239
            getstatic java.nio.DirectByteBuffer.$assertionsDisabled:Z
            ifne 5
            iload 4 /* pos */
            iload 5 /* lim */
            if_icmple 5
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         5: .line 240
      StackMap locals: int int
      StackMap stack:
            iload 4 /* pos */
            iload 5 /* lim */
            if_icmpgt 6
            iload 5 /* lim */
            iload 4 /* pos */
            isub
            goto 7
      StackMap locals:
      StackMap stack:
         6: iconst_0
      StackMap locals:
      StackMap stack: int
         7: istore 6 /* rem */
        start local 6 // int rem
         8: .line 241
            iload 3 /* length */
            iload 6 /* rem */
            if_icmple 10
         9: .line 242
            new java.nio.BufferUnderflowException
            dup
            invokespecial java.nio.BufferUnderflowException.<init>:()V
            athrow
        10: .line 251
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 4 /* pos */
            invokevirtual java.nio.DirectByteBuffer.ix:(I)J
            aload 1 /* dst */
            getstatic java.nio.DirectByteBuffer.arrayBaseOffset:J
        11: .line 252
            iload 2 /* offset */
            i2l
            iconst_0
            lshl
        12: .line 253
            iload 3 /* length */
            i2l
            iconst_0
            lshl
        13: .line 251
            invokestatic java.nio.Bits.copyToArray:(JLjava/lang/Object;JJJ)V
        14: .line 254
            aload 0 /* this */
            iload 4 /* pos */
            iload 3 /* length */
            iadd
            invokevirtual java.nio.DirectByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
        end local 6 // int rem
        end local 5 // int lim
        end local 4 // int pos
        15: .line 255
            goto 17
        16: .line 256
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* dst */
            iload 2 /* offset */
            iload 3 /* length */
            invokespecial java.nio.MappedByteBuffer.get:([BII)Ljava/nio/ByteBuffer;
            pop
        17: .line 258
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 3 // int length
        end local 2 // int offset
        end local 1 // byte[] dst
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   18     0    this  Ljava/nio/DirectByteBuffer;
            0   18     1     dst  [B
            0   18     2  offset  I
            0   18     3  length  I
            3   15     4     pos  I
            4   15     5     lim  I
            8   15     6     rem  I
    MethodParameters:
        Name  Flags
      dst     
      offset  
      length  

  public java.nio.ByteBuffer put(byte);
    descriptor: (B)Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // java.nio.DirectByteBuffer this
        start local 1 // byte x
         0: .line 268
            getstatic java.nio.DirectByteBuffer.unsafe:Lsun/misc/Unsafe;
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBuffer.nextPutIndex:()I
            invokevirtual java.nio.DirectByteBuffer.ix:(I)J
            iload 1 /* x */
            invokevirtual sun.misc.Unsafe.putByte:(JB)V
         1: .line 269
            aload 0 /* this */
            areturn
        end local 1 // byte x
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/nio/DirectByteBuffer;
            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.DirectByteBuffer this
        start local 1 // int i
        start local 2 // byte x
         0: .line 277
            getstatic java.nio.DirectByteBuffer.unsafe:Lsun/misc/Unsafe;
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* i */
            invokevirtual java.nio.DirectByteBuffer.checkIndex:(I)I
            invokevirtual java.nio.DirectByteBuffer.ix:(I)J
            iload 2 /* x */
            invokevirtual sun.misc.Unsafe.putByte:(JB)V
         1: .line 278
            aload 0 /* this */
            areturn
        end local 2 // byte x
        end local 1 // int i
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/nio/DirectByteBuffer;
            0    2     1     i  I
            0    2     2     x  B
    MethodParameters:
      Name  Flags
      i     
      x     

  public java.nio.ByteBuffer put(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=9, args_size=2
        start local 0 // java.nio.DirectByteBuffer this
        start local 1 // java.nio.ByteBuffer src
         0: .line 286
            aload 1 /* src */
            instanceof java.nio.DirectByteBuffer
            ifeq 22
         1: .line 287
            aload 1 /* src */
            aload 0 /* this */
            if_acmpne 3
         2: .line 288
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
         3: .line 289
      StackMap locals:
      StackMap stack:
            aload 1 /* src */
            checkcast java.nio.DirectByteBuffer
            astore 2 /* sb */
        start local 2 // java.nio.DirectByteBuffer sb
         4: .line 291
            aload 2 /* sb */
            invokevirtual java.nio.DirectByteBuffer.position:()I
            istore 3 /* spos */
        start local 3 // int spos
         5: .line 292
            aload 2 /* sb */
            invokevirtual java.nio.DirectByteBuffer.limit:()I
            istore 4 /* slim */
        start local 4 // int slim
         6: .line 293
            getstatic java.nio.DirectByteBuffer.$assertionsDisabled:Z
            ifne 7
            iload 3 /* spos */
            iload 4 /* slim */
            if_icmple 7
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         7: .line 294
      StackMap locals: java.nio.DirectByteBuffer int int
      StackMap stack:
            iload 3 /* spos */
            iload 4 /* slim */
            if_icmpgt 8
            iload 4 /* slim */
            iload 3 /* spos */
            isub
            goto 9
      StackMap locals:
      StackMap stack:
         8: iconst_0
      StackMap locals:
      StackMap stack: int
         9: istore 5 /* srem */
        start local 5 // int srem
        10: .line 296
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBuffer.position:()I
            istore 6 /* pos */
        start local 6 // int pos
        11: .line 297
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBuffer.limit:()I
            istore 7 /* lim */
        start local 7 // int lim
        12: .line 298
            getstatic java.nio.DirectByteBuffer.$assertionsDisabled:Z
            ifne 13
            iload 6 /* pos */
            iload 7 /* lim */
            if_icmple 13
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        13: .line 299
      StackMap locals: int int int
      StackMap stack:
            iload 6 /* pos */
            iload 7 /* lim */
            if_icmpgt 14
            iload 7 /* lim */
            iload 6 /* pos */
            isub
            goto 15
      StackMap locals:
      StackMap stack:
        14: iconst_0
      StackMap locals:
      StackMap stack: int
        15: istore 8 /* rem */
        start local 8 // int rem
        16: .line 301
            iload 5 /* srem */
            iload 8 /* rem */
            if_icmple 18
        17: .line 302
            new java.nio.BufferOverflowException
            dup
            invokespecial java.nio.BufferOverflowException.<init>:()V
            athrow
        18: .line 303
      StackMap locals: int
      StackMap stack:
            getstatic java.nio.DirectByteBuffer.unsafe:Lsun/misc/Unsafe;
            aload 2 /* sb */
            iload 3 /* spos */
            invokevirtual java.nio.DirectByteBuffer.ix:(I)J
            aload 0 /* this */
            iload 6 /* pos */
            invokevirtual java.nio.DirectByteBuffer.ix:(I)J
            iload 5 /* srem */
            i2l
            iconst_0
            lshl
            invokevirtual sun.misc.Unsafe.copyMemory:(JJJ)V
        19: .line 304
            aload 2 /* sb */
            iload 3 /* spos */
            iload 5 /* srem */
            iadd
            invokevirtual java.nio.DirectByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
        20: .line 305
            aload 0 /* this */
            iload 6 /* pos */
            iload 5 /* srem */
            iadd
            invokevirtual java.nio.DirectByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
        end local 8 // int rem
        end local 7 // int lim
        end local 6 // int pos
        end local 5 // int srem
        end local 4 // int slim
        end local 3 // int spos
        end local 2 // java.nio.DirectByteBuffer sb
        21: .line 306
            goto 33
      StackMap locals: java.nio.DirectByteBuffer java.nio.ByteBuffer
      StackMap stack:
        22: aload 1 /* src */
            getfield java.nio.ByteBuffer.hb:[B
            ifnull 32
        23: .line 308
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.position:()I
            istore 2 /* spos */
        start local 2 // int spos
        24: .line 309
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.limit:()I
            istore 3 /* slim */
        start local 3 // int slim
        25: .line 310
            getstatic java.nio.DirectByteBuffer.$assertionsDisabled:Z
            ifne 26
            iload 2 /* spos */
            iload 3 /* slim */
            if_icmple 26
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        26: .line 311
      StackMap locals: int int
      StackMap stack:
            iload 2 /* spos */
            iload 3 /* slim */
            if_icmpgt 27
            iload 3 /* slim */
            iload 2 /* spos */
            isub
            goto 28
      StackMap locals:
      StackMap stack:
        27: iconst_0
      StackMap locals:
      StackMap stack: int
        28: istore 4 /* srem */
        start local 4 // int srem
        29: .line 313
            aload 0 /* this */
            aload 1 /* src */
            getfield java.nio.ByteBuffer.hb:[B
            aload 1 /* src */
            getfield java.nio.ByteBuffer.offset:I
            iload 2 /* spos */
            iadd
            iload 4 /* srem */
            invokevirtual java.nio.DirectByteBuffer.put:([BII)Ljava/nio/ByteBuffer;
            pop
        30: .line 314
            aload 1 /* src */
            iload 2 /* spos */
            iload 4 /* srem */
            iadd
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
        end local 4 // int srem
        end local 3 // int slim
        end local 2 // int spos
        31: .line 316
            goto 33
        32: .line 317
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* src */
            invokespecial java.nio.MappedByteBuffer.put:(Ljava/nio/ByteBuffer;)Ljava/nio/ByteBuffer;
            pop
        33: .line 319
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // java.nio.ByteBuffer src
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   34     0  this  Ljava/nio/DirectByteBuffer;
            0   34     1   src  Ljava/nio/ByteBuffer;
            4   21     2    sb  Ljava/nio/DirectByteBuffer;
            5   21     3  spos  I
            6   21     4  slim  I
           10   21     5  srem  I
           11   21     6   pos  I
           12   21     7   lim  I
           16   21     8   rem  I
           24   31     2  spos  I
           25   31     3  slim  I
           29   31     4  srem  I
    MethodParameters:
      Name  Flags
      src   

  public java.nio.ByteBuffer put(byte[], int, int);
    descriptor: ([BII)Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=7, args_size=4
        start local 0 // java.nio.DirectByteBuffer this
        start local 1 // byte[] src
        start local 2 // int offset
        start local 3 // int length
         0: .line 327
            iload 3 /* length */
            i2l
            iconst_0
            lshl
            ldc 6
            lcmp
            ifle 17
         1: .line 328
            iload 2 /* offset */
            iload 3 /* length */
            aload 1 /* src */
            arraylength
            invokestatic java.nio.DirectByteBuffer.checkBounds:(III)V
         2: .line 329
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBuffer.position:()I
            istore 4 /* pos */
        start local 4 // int pos
         3: .line 330
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBuffer.limit:()I
            istore 5 /* lim */
        start local 5 // int lim
         4: .line 331
            getstatic java.nio.DirectByteBuffer.$assertionsDisabled:Z
            ifne 5
            iload 4 /* pos */
            iload 5 /* lim */
            if_icmple 5
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         5: .line 332
      StackMap locals: int int
      StackMap stack:
            iload 4 /* pos */
            iload 5 /* lim */
            if_icmpgt 6
            iload 5 /* lim */
            iload 4 /* pos */
            isub
            goto 7
      StackMap locals:
      StackMap stack:
         6: iconst_0
      StackMap locals:
      StackMap stack: int
         7: istore 6 /* rem */
        start local 6 // int rem
         8: .line 333
            iload 3 /* length */
            iload 6 /* rem */
            if_icmple 10
         9: .line 334
            new java.nio.BufferOverflowException
            dup
            invokespecial java.nio.BufferOverflowException.<init>:()V
            athrow
        10: .line 344
      StackMap locals: int
      StackMap stack:
            aload 1 /* src */
            getstatic java.nio.DirectByteBuffer.arrayBaseOffset:J
        11: .line 345
            iload 2 /* offset */
            i2l
            iconst_0
            lshl
        12: .line 346
            aload 0 /* this */
            iload 4 /* pos */
            invokevirtual java.nio.DirectByteBuffer.ix:(I)J
        13: .line 347
            iload 3 /* length */
            i2l
            iconst_0
            lshl
        14: .line 344
            invokestatic java.nio.Bits.copyFromArray:(Ljava/lang/Object;JJJJ)V
        15: .line 348
            aload 0 /* this */
            iload 4 /* pos */
            iload 3 /* length */
            iadd
            invokevirtual java.nio.DirectByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
        end local 6 // int rem
        end local 5 // int lim
        end local 4 // int pos
        16: .line 349
            goto 18
        17: .line 350
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* src */
            iload 2 /* offset */
            iload 3 /* length */
            invokespecial java.nio.MappedByteBuffer.put:([BII)Ljava/nio/ByteBuffer;
            pop
        18: .line 352
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 3 // int length
        end local 2 // int offset
        end local 1 // byte[] src
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   19     0    this  Ljava/nio/DirectByteBuffer;
            0   19     1     src  [B
            0   19     2  offset  I
            0   19     3  length  I
            3   16     4     pos  I
            4   16     5     lim  I
            8   16     6     rem  I
    MethodParameters:
        Name  Flags
      src     
      offset  
      length  

  public java.nio.ByteBuffer compact();
    descriptor: ()Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=1
        start local 0 // java.nio.DirectByteBuffer this
         0: .line 360
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBuffer.position:()I
            istore 1 /* pos */
        start local 1 // int pos
         1: .line 361
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBuffer.limit:()I
            istore 2 /* lim */
        start local 2 // int lim
         2: .line 362
            getstatic java.nio.DirectByteBuffer.$assertionsDisabled:Z
            ifne 3
            iload 1 /* pos */
            iload 2 /* lim */
            if_icmple 3
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         3: .line 363
      StackMap locals: int int
      StackMap stack:
            iload 1 /* pos */
            iload 2 /* lim */
            if_icmpgt 4
            iload 2 /* lim */
            iload 1 /* pos */
            isub
            goto 5
      StackMap locals:
      StackMap stack:
         4: iconst_0
      StackMap locals:
      StackMap stack: int
         5: istore 3 /* rem */
        start local 3 // int rem
         6: .line 365
            getstatic java.nio.DirectByteBuffer.unsafe:Lsun/misc/Unsafe;
            aload 0 /* this */
            iload 1 /* pos */
            invokevirtual java.nio.DirectByteBuffer.ix:(I)J
            aload 0 /* this */
            iconst_0
            invokevirtual java.nio.DirectByteBuffer.ix:(I)J
            iload 3 /* rem */
            i2l
            iconst_0
            lshl
            invokevirtual sun.misc.Unsafe.copyMemory:(JJJ)V
         7: .line 366
            aload 0 /* this */
            iload 3 /* rem */
            invokevirtual java.nio.DirectByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
         8: .line 367
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBuffer.capacity:()I
            invokevirtual java.nio.DirectByteBuffer.limit:(I)Ljava/nio/Buffer;
            pop
         9: .line 368
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBuffer.discardMark:()V
        10: .line 369
            aload 0 /* this */
            areturn
        end local 3 // int rem
        end local 2 // int lim
        end local 1 // int pos
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Ljava/nio/DirectByteBuffer;
            1   11     1   pos  I
            2   11     2   lim  I
            6   11     3   rem  I

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

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

  byte _get(int);
    descriptor: (I)B
    flags: (0x0000) 
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // java.nio.DirectByteBuffer this
        start local 1 // int i
         0: .line 445
            getstatic java.nio.DirectByteBuffer.unsafe:Lsun/misc/Unsafe;
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer.address:J
            iload 1 /* i */
            i2l
            ladd
            invokevirtual sun.misc.Unsafe.getByte:(J)B
            ireturn
        end local 1 // int i
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/DirectByteBuffer;
            0    1     1     i  I
    MethodParameters:
      Name  Flags
      i     

  void _put(int, byte);
    descriptor: (IB)V
    flags: (0x0000) 
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // java.nio.DirectByteBuffer this
        start local 1 // int i
        start local 2 // byte b
         0: .line 450
            getstatic java.nio.DirectByteBuffer.unsafe:Lsun/misc/Unsafe;
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer.address:J
            iload 1 /* i */
            i2l
            ladd
            iload 2 /* b */
            invokevirtual sun.misc.Unsafe.putByte:(JB)V
         1: .line 454
            return
        end local 2 // byte b
        end local 1 // int i
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/nio/DirectByteBuffer;
            0    2     1     i  I
            0    2     2     b  B
    MethodParameters:
      Name  Flags
      i     
      b     

  private char getChar(long);
    descriptor: (J)C
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // java.nio.DirectByteBuffer this
        start local 1 // long a
         0: .line 460
            getstatic java.nio.DirectByteBuffer.unaligned:Z
            ifeq 5
         1: .line 461
            getstatic java.nio.DirectByteBuffer.unsafe:Lsun/misc/Unsafe;
            lload 1 /* a */
            invokevirtual sun.misc.Unsafe.getChar:(J)C
            istore 3 /* x */
        start local 3 // char x
         2: .line 462
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer.nativeByteOrder:Z
            ifeq 3
            iload 3 /* x */
            goto 4
      StackMap locals: int
      StackMap stack:
         3: iload 3 /* x */
            invokestatic java.nio.Bits.swap:(C)C
      StackMap locals:
      StackMap stack: int
         4: ireturn
        end local 3 // char x
         5: .line 464
      StackMap locals:
      StackMap stack:
            lload 1 /* a */
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer.bigEndian:Z
            invokestatic java.nio.Bits.getChar:(JZ)C
            ireturn
        end local 1 // long a
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljava/nio/DirectByteBuffer;
            0    6     1     a  J
            2    5     3     x  C
    MethodParameters:
      Name  Flags
      a     

  public char getChar();
    descriptor: ()C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // java.nio.DirectByteBuffer this
         0: .line 468
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            iconst_2
            invokevirtual java.nio.DirectByteBuffer.nextGetIndex:(I)I
            invokevirtual java.nio.DirectByteBuffer.ix:(I)J
            invokevirtual java.nio.DirectByteBuffer.getChar:(J)C
            ireturn
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/DirectByteBuffer;

  public char getChar(int);
    descriptor: (I)C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // java.nio.DirectByteBuffer this
        start local 1 // int i
         0: .line 472
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* i */
            iconst_2
            invokevirtual java.nio.DirectByteBuffer.checkIndex:(II)I
            invokevirtual java.nio.DirectByteBuffer.ix:(I)J
            invokevirtual java.nio.DirectByteBuffer.getChar:(J)C
            ireturn
        end local 1 // int i
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/DirectByteBuffer;
            0    1     1     i  I
    MethodParameters:
      Name  Flags
      i     

  private java.nio.ByteBuffer putChar(long, char);
    descriptor: (JC)Ljava/nio/ByteBuffer;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // java.nio.DirectByteBuffer this
        start local 1 // long a
        start local 3 // char x
         0: .line 479
            getstatic java.nio.DirectByteBuffer.unaligned:Z
            ifeq 6
         1: .line 480
            iload 3 /* x */
            istore 4 /* y */
        start local 4 // char y
         2: .line 481
            getstatic java.nio.DirectByteBuffer.unsafe:Lsun/misc/Unsafe;
            lload 1 /* a */
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer.nativeByteOrder:Z
            ifeq 3
            iload 4 /* y */
            goto 4
      StackMap locals: java.nio.DirectByteBuffer long int int
      StackMap stack: sun.misc.Unsafe long
         3: iload 4 /* y */
            invokestatic java.nio.Bits.swap:(C)C
      StackMap locals: java.nio.DirectByteBuffer long int int
      StackMap stack: sun.misc.Unsafe long int
         4: invokevirtual sun.misc.Unsafe.putChar:(JC)V
        end local 4 // char y
         5: .line 482
            goto 7
         6: .line 483
      StackMap locals:
      StackMap stack:
            lload 1 /* a */
            iload 3 /* x */
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer.bigEndian:Z
            invokestatic java.nio.Bits.putChar:(JCZ)V
         7: .line 485
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 3 // char x
        end local 1 // long a
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Ljava/nio/DirectByteBuffer;
            0    8     1     a  J
            0    8     3     x  C
            2    5     4     y  C
    MethodParameters:
      Name  Flags
      a     
      x     

  public java.nio.ByteBuffer putChar(char);
    descriptor: (C)Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // java.nio.DirectByteBuffer this
        start local 1 // char x
         0: .line 493
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            iconst_2
            invokevirtual java.nio.DirectByteBuffer.nextPutIndex:(I)I
            invokevirtual java.nio.DirectByteBuffer.ix:(I)J
            iload 1 /* x */
            invokevirtual java.nio.DirectByteBuffer.putChar:(JC)Ljava/nio/ByteBuffer;
            pop
         1: .line 494
            aload 0 /* this */
            areturn
        end local 1 // char x
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/nio/DirectByteBuffer;
            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=5, locals=3, args_size=3
        start local 0 // java.nio.DirectByteBuffer this
        start local 1 // int i
        start local 2 // char x
         0: .line 502
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* i */
            iconst_2
            invokevirtual java.nio.DirectByteBuffer.checkIndex:(II)I
            invokevirtual java.nio.DirectByteBuffer.ix:(I)J
            iload 2 /* x */
            invokevirtual java.nio.DirectByteBuffer.putChar:(JC)Ljava/nio/ByteBuffer;
            pop
         1: .line 503
            aload 0 /* this */
            areturn
        end local 2 // char x
        end local 1 // int i
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/nio/DirectByteBuffer;
            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=8, locals=5, args_size=1
        start local 0 // java.nio.DirectByteBuffer this
         0: .line 510
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBuffer.position:()I
            istore 1 /* off */
        start local 1 // int off
         1: .line 511
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBuffer.limit:()I
            istore 2 /* lim */
        start local 2 // int lim
         2: .line 512
            getstatic java.nio.DirectByteBuffer.$assertionsDisabled:Z
            ifne 3
            iload 1 /* off */
            iload 2 /* lim */
            if_icmple 3
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         3: .line 513
      StackMap locals: int int
      StackMap stack:
            iload 1 /* off */
            iload 2 /* lim */
            if_icmpgt 4
            iload 2 /* lim */
            iload 1 /* off */
            isub
            goto 5
      StackMap locals:
      StackMap stack:
         4: iconst_0
      StackMap locals:
      StackMap stack: int
         5: istore 3 /* rem */
        start local 3 // int rem
         6: .line 515
            iload 3 /* rem */
            iconst_1
            ishr
            istore 4 /* size */
        start local 4 // int size
         7: .line 516
            getstatic java.nio.DirectByteBuffer.unaligned:Z
            ifne 25
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer.address:J
            iload 1 /* off */
            i2l
            ladd
            ldc 2
            lrem
            lconst_0
            lcmp
            ifeq 25
         8: .line 517
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer.bigEndian:Z
            ifeq 17
         9: .line 518
            new java.nio.ByteBufferAsCharBufferB
            dup
            aload 0 /* this */
        10: .line 519
            iconst_m1
        11: .line 520
            iconst_0
        12: .line 521
            iload 4 /* size */
        13: .line 522
            iload 4 /* size */
        14: .line 523
            iload 1 /* off */
        15: .line 518
            invokespecial java.nio.ByteBufferAsCharBufferB.<init>:(Ljava/nio/ByteBuffer;IIIII)V
        16: .line 523
            goto 24
        17: .line 524
      StackMap locals: int int
      StackMap stack:
            new java.nio.ByteBufferAsCharBufferL
            dup
            aload 0 /* this */
        18: .line 525
            iconst_m1
        19: .line 526
            iconst_0
        20: .line 527
            iload 4 /* size */
        21: .line 528
            iload 4 /* size */
        22: .line 529
            iload 1 /* off */
        23: .line 524
            invokespecial java.nio.ByteBufferAsCharBufferL.<init>:(Ljava/nio/ByteBuffer;IIIII)V
        24: .line 517
      StackMap locals:
      StackMap stack: java.nio.CharBuffer
            areturn
        25: .line 531
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer.nativeByteOrder:Z
            ifeq 34
        26: .line 532
            new java.nio.DirectCharBufferU
            dup
            aload 0 /* this */
        27: .line 533
            iconst_m1
        28: .line 534
            iconst_0
        29: .line 535
            iload 4 /* size */
        30: .line 536
            iload 4 /* size */
        31: .line 537
            iload 1 /* off */
        32: .line 532
            invokespecial java.nio.DirectCharBufferU.<init>:(Lsun/nio/ch/DirectBuffer;IIIII)V
        33: .line 537
            goto 41
        34: .line 538
      StackMap locals:
      StackMap stack:
            new java.nio.DirectCharBufferS
            dup
            aload 0 /* this */
        35: .line 539
            iconst_m1
        36: .line 540
            iconst_0
        37: .line 541
            iload 4 /* size */
        38: .line 542
            iload 4 /* size */
        39: .line 543
            iload 1 /* off */
        40: .line 538
            invokespecial java.nio.DirectCharBufferS.<init>:(Lsun/nio/ch/DirectBuffer;IIIII)V
        41: .line 531
      StackMap locals:
      StackMap stack: java.nio.CharBuffer
            areturn
        end local 4 // int size
        end local 3 // int rem
        end local 2 // int lim
        end local 1 // int off
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   42     0  this  Ljava/nio/DirectByteBuffer;
            1   42     1   off  I
            2   42     2   lim  I
            6   42     3   rem  I
            7   42     4  size  I

  private short getShort(long);
    descriptor: (J)S
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // java.nio.DirectByteBuffer this
        start local 1 // long a
         0: .line 551
            getstatic java.nio.DirectByteBuffer.unaligned:Z
            ifeq 5
         1: .line 552
            getstatic java.nio.DirectByteBuffer.unsafe:Lsun/misc/Unsafe;
            lload 1 /* a */
            invokevirtual sun.misc.Unsafe.getShort:(J)S
            istore 3 /* x */
        start local 3 // short x
         2: .line 553
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer.nativeByteOrder:Z
            ifeq 3
            iload 3 /* x */
            goto 4
      StackMap locals: int
      StackMap stack:
         3: iload 3 /* x */
            invokestatic java.nio.Bits.swap:(S)S
      StackMap locals:
      StackMap stack: int
         4: ireturn
        end local 3 // short x
         5: .line 555
      StackMap locals:
      StackMap stack:
            lload 1 /* a */
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer.bigEndian:Z
            invokestatic java.nio.Bits.getShort:(JZ)S
            ireturn
        end local 1 // long a
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljava/nio/DirectByteBuffer;
            0    6     1     a  J
            2    5     3     x  S
    MethodParameters:
      Name  Flags
      a     

  public short getShort();
    descriptor: ()S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // java.nio.DirectByteBuffer this
         0: .line 559
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            iconst_2
            invokevirtual java.nio.DirectByteBuffer.nextGetIndex:(I)I
            invokevirtual java.nio.DirectByteBuffer.ix:(I)J
            invokevirtual java.nio.DirectByteBuffer.getShort:(J)S
            ireturn
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/DirectByteBuffer;

  public short getShort(int);
    descriptor: (I)S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // java.nio.DirectByteBuffer this
        start local 1 // int i
         0: .line 563
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* i */
            iconst_2
            invokevirtual java.nio.DirectByteBuffer.checkIndex:(II)I
            invokevirtual java.nio.DirectByteBuffer.ix:(I)J
            invokevirtual java.nio.DirectByteBuffer.getShort:(J)S
            ireturn
        end local 1 // int i
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/DirectByteBuffer;
            0    1     1     i  I
    MethodParameters:
      Name  Flags
      i     

  private java.nio.ByteBuffer putShort(long, short);
    descriptor: (JS)Ljava/nio/ByteBuffer;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // java.nio.DirectByteBuffer this
        start local 1 // long a
        start local 3 // short x
         0: .line 570
            getstatic java.nio.DirectByteBuffer.unaligned:Z
            ifeq 6
         1: .line 571
            iload 3 /* x */
            istore 4 /* y */
        start local 4 // short y
         2: .line 572
            getstatic java.nio.DirectByteBuffer.unsafe:Lsun/misc/Unsafe;
            lload 1 /* a */
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer.nativeByteOrder:Z
            ifeq 3
            iload 4 /* y */
            goto 4
      StackMap locals: java.nio.DirectByteBuffer long int int
      StackMap stack: sun.misc.Unsafe long
         3: iload 4 /* y */
            invokestatic java.nio.Bits.swap:(S)S
      StackMap locals: java.nio.DirectByteBuffer long int int
      StackMap stack: sun.misc.Unsafe long int
         4: invokevirtual sun.misc.Unsafe.putShort:(JS)V
        end local 4 // short y
         5: .line 573
            goto 7
         6: .line 574
      StackMap locals:
      StackMap stack:
            lload 1 /* a */
            iload 3 /* x */
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer.bigEndian:Z
            invokestatic java.nio.Bits.putShort:(JSZ)V
         7: .line 576
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 3 // short x
        end local 1 // long a
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Ljava/nio/DirectByteBuffer;
            0    8     1     a  J
            0    8     3     x  S
            2    5     4     y  S
    MethodParameters:
      Name  Flags
      a     
      x     

  public java.nio.ByteBuffer putShort(short);
    descriptor: (S)Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // java.nio.DirectByteBuffer this
        start local 1 // short x
         0: .line 584
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            iconst_2
            invokevirtual java.nio.DirectByteBuffer.nextPutIndex:(I)I
            invokevirtual java.nio.DirectByteBuffer.ix:(I)J
            iload 1 /* x */
            invokevirtual java.nio.DirectByteBuffer.putShort:(JS)Ljava/nio/ByteBuffer;
            pop
         1: .line 585
            aload 0 /* this */
            areturn
        end local 1 // short x
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/nio/DirectByteBuffer;
            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=5, locals=3, args_size=3
        start local 0 // java.nio.DirectByteBuffer this
        start local 1 // int i
        start local 2 // short x
         0: .line 593
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* i */
            iconst_2
            invokevirtual java.nio.DirectByteBuffer.checkIndex:(II)I
            invokevirtual java.nio.DirectByteBuffer.ix:(I)J
            iload 2 /* x */
            invokevirtual java.nio.DirectByteBuffer.putShort:(JS)Ljava/nio/ByteBuffer;
            pop
         1: .line 594
            aload 0 /* this */
            areturn
        end local 2 // short x
        end local 1 // int i
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/nio/DirectByteBuffer;
            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=8, locals=5, args_size=1
        start local 0 // java.nio.DirectByteBuffer this
         0: .line 601
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBuffer.position:()I
            istore 1 /* off */
        start local 1 // int off
         1: .line 602
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBuffer.limit:()I
            istore 2 /* lim */
        start local 2 // int lim
         2: .line 603
            getstatic java.nio.DirectByteBuffer.$assertionsDisabled:Z
            ifne 3
            iload 1 /* off */
            iload 2 /* lim */
            if_icmple 3
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         3: .line 604
      StackMap locals: int int
      StackMap stack:
            iload 1 /* off */
            iload 2 /* lim */
            if_icmpgt 4
            iload 2 /* lim */
            iload 1 /* off */
            isub
            goto 5
      StackMap locals:
      StackMap stack:
         4: iconst_0
      StackMap locals:
      StackMap stack: int
         5: istore 3 /* rem */
        start local 3 // int rem
         6: .line 606
            iload 3 /* rem */
            iconst_1
            ishr
            istore 4 /* size */
        start local 4 // int size
         7: .line 607
            getstatic java.nio.DirectByteBuffer.unaligned:Z
            ifne 25
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer.address:J
            iload 1 /* off */
            i2l
            ladd
            ldc 2
            lrem
            lconst_0
            lcmp
            ifeq 25
         8: .line 608
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer.bigEndian:Z
            ifeq 17
         9: .line 609
            new java.nio.ByteBufferAsShortBufferB
            dup
            aload 0 /* this */
        10: .line 610
            iconst_m1
        11: .line 611
            iconst_0
        12: .line 612
            iload 4 /* size */
        13: .line 613
            iload 4 /* size */
        14: .line 614
            iload 1 /* off */
        15: .line 609
            invokespecial java.nio.ByteBufferAsShortBufferB.<init>:(Ljava/nio/ByteBuffer;IIIII)V
        16: .line 614
            goto 24
        17: .line 615
      StackMap locals: int int
      StackMap stack:
            new java.nio.ByteBufferAsShortBufferL
            dup
            aload 0 /* this */
        18: .line 616
            iconst_m1
        19: .line 617
            iconst_0
        20: .line 618
            iload 4 /* size */
        21: .line 619
            iload 4 /* size */
        22: .line 620
            iload 1 /* off */
        23: .line 615
            invokespecial java.nio.ByteBufferAsShortBufferL.<init>:(Ljava/nio/ByteBuffer;IIIII)V
        24: .line 608
      StackMap locals:
      StackMap stack: java.nio.ShortBuffer
            areturn
        25: .line 622
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer.nativeByteOrder:Z
            ifeq 34
        26: .line 623
            new java.nio.DirectShortBufferU
            dup
            aload 0 /* this */
        27: .line 624
            iconst_m1
        28: .line 625
            iconst_0
        29: .line 626
            iload 4 /* size */
        30: .line 627
            iload 4 /* size */
        31: .line 628
            iload 1 /* off */
        32: .line 623
            invokespecial java.nio.DirectShortBufferU.<init>:(Lsun/nio/ch/DirectBuffer;IIIII)V
        33: .line 628
            goto 41
        34: .line 629
      StackMap locals:
      StackMap stack:
            new java.nio.DirectShortBufferS
            dup
            aload 0 /* this */
        35: .line 630
            iconst_m1
        36: .line 631
            iconst_0
        37: .line 632
            iload 4 /* size */
        38: .line 633
            iload 4 /* size */
        39: .line 634
            iload 1 /* off */
        40: .line 629
            invokespecial java.nio.DirectShortBufferS.<init>:(Lsun/nio/ch/DirectBuffer;IIIII)V
        41: .line 622
      StackMap locals:
      StackMap stack: java.nio.ShortBuffer
            areturn
        end local 4 // int size
        end local 3 // int rem
        end local 2 // int lim
        end local 1 // int off
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   42     0  this  Ljava/nio/DirectByteBuffer;
            1   42     1   off  I
            2   42     2   lim  I
            6   42     3   rem  I
            7   42     4  size  I

  private int getInt(long);
    descriptor: (J)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // java.nio.DirectByteBuffer this
        start local 1 // long a
         0: .line 642
            getstatic java.nio.DirectByteBuffer.unaligned:Z
            ifeq 5
         1: .line 643
            getstatic java.nio.DirectByteBuffer.unsafe:Lsun/misc/Unsafe;
            lload 1 /* a */
            invokevirtual sun.misc.Unsafe.getInt:(J)I
            istore 3 /* x */
        start local 3 // int x
         2: .line 644
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer.nativeByteOrder:Z
            ifeq 3
            iload 3 /* x */
            goto 4
      StackMap locals: int
      StackMap stack:
         3: iload 3 /* x */
            invokestatic java.nio.Bits.swap:(I)I
      StackMap locals:
      StackMap stack: int
         4: ireturn
        end local 3 // int x
         5: .line 646
      StackMap locals:
      StackMap stack:
            lload 1 /* a */
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer.bigEndian:Z
            invokestatic java.nio.Bits.getInt:(JZ)I
            ireturn
        end local 1 // long a
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljava/nio/DirectByteBuffer;
            0    6     1     a  J
            2    5     3     x  I
    MethodParameters:
      Name  Flags
      a     

  public int getInt();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // java.nio.DirectByteBuffer this
         0: .line 650
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            iconst_4
            invokevirtual java.nio.DirectByteBuffer.nextGetIndex:(I)I
            invokevirtual java.nio.DirectByteBuffer.ix:(I)J
            invokevirtual java.nio.DirectByteBuffer.getInt:(J)I
            ireturn
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/DirectByteBuffer;

  public int getInt(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // java.nio.DirectByteBuffer this
        start local 1 // int i
         0: .line 654
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* i */
            iconst_4
            invokevirtual java.nio.DirectByteBuffer.checkIndex:(II)I
            invokevirtual java.nio.DirectByteBuffer.ix:(I)J
            invokevirtual java.nio.DirectByteBuffer.getInt:(J)I
            ireturn
        end local 1 // int i
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/DirectByteBuffer;
            0    1     1     i  I
    MethodParameters:
      Name  Flags
      i     

  private java.nio.ByteBuffer putInt(long, int);
    descriptor: (JI)Ljava/nio/ByteBuffer;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // java.nio.DirectByteBuffer this
        start local 1 // long a
        start local 3 // int x
         0: .line 661
            getstatic java.nio.DirectByteBuffer.unaligned:Z
            ifeq 6
         1: .line 662
            iload 3 /* x */
            istore 4 /* y */
        start local 4 // int y
         2: .line 663
            getstatic java.nio.DirectByteBuffer.unsafe:Lsun/misc/Unsafe;
            lload 1 /* a */
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer.nativeByteOrder:Z
            ifeq 3
            iload 4 /* y */
            goto 4
      StackMap locals: java.nio.DirectByteBuffer long int int
      StackMap stack: sun.misc.Unsafe long
         3: iload 4 /* y */
            invokestatic java.nio.Bits.swap:(I)I
      StackMap locals: java.nio.DirectByteBuffer long int int
      StackMap stack: sun.misc.Unsafe long int
         4: invokevirtual sun.misc.Unsafe.putInt:(JI)V
        end local 4 // int y
         5: .line 664
            goto 7
         6: .line 665
      StackMap locals:
      StackMap stack:
            lload 1 /* a */
            iload 3 /* x */
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer.bigEndian:Z
            invokestatic java.nio.Bits.putInt:(JIZ)V
         7: .line 667
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 3 // int x
        end local 1 // long a
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Ljava/nio/DirectByteBuffer;
            0    8     1     a  J
            0    8     3     x  I
            2    5     4     y  I
    MethodParameters:
      Name  Flags
      a     
      x     

  public java.nio.ByteBuffer putInt(int);
    descriptor: (I)Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // java.nio.DirectByteBuffer this
        start local 1 // int x
         0: .line 675
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            iconst_4
            invokevirtual java.nio.DirectByteBuffer.nextPutIndex:(I)I
            invokevirtual java.nio.DirectByteBuffer.ix:(I)J
            iload 1 /* x */
            invokevirtual java.nio.DirectByteBuffer.putInt:(JI)Ljava/nio/ByteBuffer;
            pop
         1: .line 676
            aload 0 /* this */
            areturn
        end local 1 // int x
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/nio/DirectByteBuffer;
            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=5, locals=3, args_size=3
        start local 0 // java.nio.DirectByteBuffer this
        start local 1 // int i
        start local 2 // int x
         0: .line 684
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* i */
            iconst_4
            invokevirtual java.nio.DirectByteBuffer.checkIndex:(II)I
            invokevirtual java.nio.DirectByteBuffer.ix:(I)J
            iload 2 /* x */
            invokevirtual java.nio.DirectByteBuffer.putInt:(JI)Ljava/nio/ByteBuffer;
            pop
         1: .line 685
            aload 0 /* this */
            areturn
        end local 2 // int x
        end local 1 // int i
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/nio/DirectByteBuffer;
            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=8, locals=5, args_size=1
        start local 0 // java.nio.DirectByteBuffer this
         0: .line 692
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBuffer.position:()I
            istore 1 /* off */
        start local 1 // int off
         1: .line 693
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBuffer.limit:()I
            istore 2 /* lim */
        start local 2 // int lim
         2: .line 694
            getstatic java.nio.DirectByteBuffer.$assertionsDisabled:Z
            ifne 3
            iload 1 /* off */
            iload 2 /* lim */
            if_icmple 3
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         3: .line 695
      StackMap locals: int int
      StackMap stack:
            iload 1 /* off */
            iload 2 /* lim */
            if_icmpgt 4
            iload 2 /* lim */
            iload 1 /* off */
            isub
            goto 5
      StackMap locals:
      StackMap stack:
         4: iconst_0
      StackMap locals:
      StackMap stack: int
         5: istore 3 /* rem */
        start local 3 // int rem
         6: .line 697
            iload 3 /* rem */
            iconst_2
            ishr
            istore 4 /* size */
        start local 4 // int size
         7: .line 698
            getstatic java.nio.DirectByteBuffer.unaligned:Z
            ifne 25
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer.address:J
            iload 1 /* off */
            i2l
            ladd
            ldc 4
            lrem
            lconst_0
            lcmp
            ifeq 25
         8: .line 699
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer.bigEndian:Z
            ifeq 17
         9: .line 700
            new java.nio.ByteBufferAsIntBufferB
            dup
            aload 0 /* this */
        10: .line 701
            iconst_m1
        11: .line 702
            iconst_0
        12: .line 703
            iload 4 /* size */
        13: .line 704
            iload 4 /* size */
        14: .line 705
            iload 1 /* off */
        15: .line 700
            invokespecial java.nio.ByteBufferAsIntBufferB.<init>:(Ljava/nio/ByteBuffer;IIIII)V
        16: .line 705
            goto 24
        17: .line 706
      StackMap locals: int int
      StackMap stack:
            new java.nio.ByteBufferAsIntBufferL
            dup
            aload 0 /* this */
        18: .line 707
            iconst_m1
        19: .line 708
            iconst_0
        20: .line 709
            iload 4 /* size */
        21: .line 710
            iload 4 /* size */
        22: .line 711
            iload 1 /* off */
        23: .line 706
            invokespecial java.nio.ByteBufferAsIntBufferL.<init>:(Ljava/nio/ByteBuffer;IIIII)V
        24: .line 699
      StackMap locals:
      StackMap stack: java.nio.IntBuffer
            areturn
        25: .line 713
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer.nativeByteOrder:Z
            ifeq 34
        26: .line 714
            new java.nio.DirectIntBufferU
            dup
            aload 0 /* this */
        27: .line 715
            iconst_m1
        28: .line 716
            iconst_0
        29: .line 717
            iload 4 /* size */
        30: .line 718
            iload 4 /* size */
        31: .line 719
            iload 1 /* off */
        32: .line 714
            invokespecial java.nio.DirectIntBufferU.<init>:(Lsun/nio/ch/DirectBuffer;IIIII)V
        33: .line 719
            goto 41
        34: .line 720
      StackMap locals:
      StackMap stack:
            new java.nio.DirectIntBufferS
            dup
            aload 0 /* this */
        35: .line 721
            iconst_m1
        36: .line 722
            iconst_0
        37: .line 723
            iload 4 /* size */
        38: .line 724
            iload 4 /* size */
        39: .line 725
            iload 1 /* off */
        40: .line 720
            invokespecial java.nio.DirectIntBufferS.<init>:(Lsun/nio/ch/DirectBuffer;IIIII)V
        41: .line 713
      StackMap locals:
      StackMap stack: java.nio.IntBuffer
            areturn
        end local 4 // int size
        end local 3 // int rem
        end local 2 // int lim
        end local 1 // int off
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   42     0  this  Ljava/nio/DirectByteBuffer;
            1   42     1   off  I
            2   42     2   lim  I
            6   42     3   rem  I
            7   42     4  size  I

  private long getLong(long);
    descriptor: (J)J
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // java.nio.DirectByteBuffer this
        start local 1 // long a
         0: .line 733
            getstatic java.nio.DirectByteBuffer.unaligned:Z
            ifeq 5
         1: .line 734
            getstatic java.nio.DirectByteBuffer.unsafe:Lsun/misc/Unsafe;
            lload 1 /* a */
            invokevirtual sun.misc.Unsafe.getLong:(J)J
            lstore 3 /* x */
        start local 3 // long x
         2: .line 735
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer.nativeByteOrder:Z
            ifeq 3
            lload 3 /* x */
            goto 4
      StackMap locals: long
      StackMap stack:
         3: lload 3 /* x */
            invokestatic java.nio.Bits.swap:(J)J
      StackMap locals:
      StackMap stack: long
         4: lreturn
        end local 3 // long x
         5: .line 737
      StackMap locals:
      StackMap stack:
            lload 1 /* a */
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer.bigEndian:Z
            invokestatic java.nio.Bits.getLong:(JZ)J
            lreturn
        end local 1 // long a
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljava/nio/DirectByteBuffer;
            0    6     1     a  J
            2    5     3     x  J
    MethodParameters:
      Name  Flags
      a     

  public long getLong();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // java.nio.DirectByteBuffer this
         0: .line 741
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            bipush 8
            invokevirtual java.nio.DirectByteBuffer.nextGetIndex:(I)I
            invokevirtual java.nio.DirectByteBuffer.ix:(I)J
            invokevirtual java.nio.DirectByteBuffer.getLong:(J)J
            lreturn
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/DirectByteBuffer;

  public long getLong(int);
    descriptor: (I)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // java.nio.DirectByteBuffer this
        start local 1 // int i
         0: .line 745
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* i */
            bipush 8
            invokevirtual java.nio.DirectByteBuffer.checkIndex:(II)I
            invokevirtual java.nio.DirectByteBuffer.ix:(I)J
            invokevirtual java.nio.DirectByteBuffer.getLong:(J)J
            lreturn
        end local 1 // int i
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/DirectByteBuffer;
            0    1     1     i  I
    MethodParameters:
      Name  Flags
      i     

  private java.nio.ByteBuffer putLong(long, long);
    descriptor: (JJ)Ljava/nio/ByteBuffer;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=7, args_size=3
        start local 0 // java.nio.DirectByteBuffer this
        start local 1 // long a
        start local 3 // long x
         0: .line 752
            getstatic java.nio.DirectByteBuffer.unaligned:Z
            ifeq 6
         1: .line 753
            lload 3 /* x */
            lstore 5 /* y */
        start local 5 // long y
         2: .line 754
            getstatic java.nio.DirectByteBuffer.unsafe:Lsun/misc/Unsafe;
            lload 1 /* a */
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer.nativeByteOrder:Z
            ifeq 3
            lload 5 /* y */
            goto 4
      StackMap locals: java.nio.DirectByteBuffer long long long
      StackMap stack: sun.misc.Unsafe long
         3: lload 5 /* y */
            invokestatic java.nio.Bits.swap:(J)J
      StackMap locals: java.nio.DirectByteBuffer long long long
      StackMap stack: sun.misc.Unsafe long long
         4: invokevirtual sun.misc.Unsafe.putLong:(JJ)V
        end local 5 // long y
         5: .line 755
            goto 7
         6: .line 756
      StackMap locals:
      StackMap stack:
            lload 1 /* a */
            lload 3 /* x */
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer.bigEndian:Z
            invokestatic java.nio.Bits.putLong:(JJZ)V
         7: .line 758
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 3 // long x
        end local 1 // long a
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Ljava/nio/DirectByteBuffer;
            0    8     1     a  J
            0    8     3     x  J
            2    5     5     y  J
    MethodParameters:
      Name  Flags
      a     
      x     

  public java.nio.ByteBuffer putLong(long);
    descriptor: (J)Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // java.nio.DirectByteBuffer this
        start local 1 // long x
         0: .line 766
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            bipush 8
            invokevirtual java.nio.DirectByteBuffer.nextPutIndex:(I)I
            invokevirtual java.nio.DirectByteBuffer.ix:(I)J
            lload 1 /* x */
            invokevirtual java.nio.DirectByteBuffer.putLong:(JJ)Ljava/nio/ByteBuffer;
            pop
         1: .line 767
            aload 0 /* this */
            areturn
        end local 1 // long x
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/nio/DirectByteBuffer;
            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=5, locals=4, args_size=3
        start local 0 // java.nio.DirectByteBuffer this
        start local 1 // int i
        start local 2 // long x
         0: .line 775
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* i */
            bipush 8
            invokevirtual java.nio.DirectByteBuffer.checkIndex:(II)I
            invokevirtual java.nio.DirectByteBuffer.ix:(I)J
            lload 2 /* x */
            invokevirtual java.nio.DirectByteBuffer.putLong:(JJ)Ljava/nio/ByteBuffer;
            pop
         1: .line 776
            aload 0 /* this */
            areturn
        end local 2 // long x
        end local 1 // int i
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/nio/DirectByteBuffer;
            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=8, locals=5, args_size=1
        start local 0 // java.nio.DirectByteBuffer this
         0: .line 783
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBuffer.position:()I
            istore 1 /* off */
        start local 1 // int off
         1: .line 784
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBuffer.limit:()I
            istore 2 /* lim */
        start local 2 // int lim
         2: .line 785
            getstatic java.nio.DirectByteBuffer.$assertionsDisabled:Z
            ifne 3
            iload 1 /* off */
            iload 2 /* lim */
            if_icmple 3
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         3: .line 786
      StackMap locals: int int
      StackMap stack:
            iload 1 /* off */
            iload 2 /* lim */
            if_icmpgt 4
            iload 2 /* lim */
            iload 1 /* off */
            isub
            goto 5
      StackMap locals:
      StackMap stack:
         4: iconst_0
      StackMap locals:
      StackMap stack: int
         5: istore 3 /* rem */
        start local 3 // int rem
         6: .line 788
            iload 3 /* rem */
            iconst_3
            ishr
            istore 4 /* size */
        start local 4 // int size
         7: .line 789
            getstatic java.nio.DirectByteBuffer.unaligned:Z
            ifne 25
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer.address:J
            iload 1 /* off */
            i2l
            ladd
            ldc 8
            lrem
            lconst_0
            lcmp
            ifeq 25
         8: .line 790
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer.bigEndian:Z
            ifeq 17
         9: .line 791
            new java.nio.ByteBufferAsLongBufferB
            dup
            aload 0 /* this */
        10: .line 792
            iconst_m1
        11: .line 793
            iconst_0
        12: .line 794
            iload 4 /* size */
        13: .line 795
            iload 4 /* size */
        14: .line 796
            iload 1 /* off */
        15: .line 791
            invokespecial java.nio.ByteBufferAsLongBufferB.<init>:(Ljava/nio/ByteBuffer;IIIII)V
        16: .line 796
            goto 24
        17: .line 797
      StackMap locals: int int
      StackMap stack:
            new java.nio.ByteBufferAsLongBufferL
            dup
            aload 0 /* this */
        18: .line 798
            iconst_m1
        19: .line 799
            iconst_0
        20: .line 800
            iload 4 /* size */
        21: .line 801
            iload 4 /* size */
        22: .line 802
            iload 1 /* off */
        23: .line 797
            invokespecial java.nio.ByteBufferAsLongBufferL.<init>:(Ljava/nio/ByteBuffer;IIIII)V
        24: .line 790
      StackMap locals:
      StackMap stack: java.nio.LongBuffer
            areturn
        25: .line 804
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer.nativeByteOrder:Z
            ifeq 34
        26: .line 805
            new java.nio.DirectLongBufferU
            dup
            aload 0 /* this */
        27: .line 806
            iconst_m1
        28: .line 807
            iconst_0
        29: .line 808
            iload 4 /* size */
        30: .line 809
            iload 4 /* size */
        31: .line 810
            iload 1 /* off */
        32: .line 805
            invokespecial java.nio.DirectLongBufferU.<init>:(Lsun/nio/ch/DirectBuffer;IIIII)V
        33: .line 810
            goto 41
        34: .line 811
      StackMap locals:
      StackMap stack:
            new java.nio.DirectLongBufferS
            dup
            aload 0 /* this */
        35: .line 812
            iconst_m1
        36: .line 813
            iconst_0
        37: .line 814
            iload 4 /* size */
        38: .line 815
            iload 4 /* size */
        39: .line 816
            iload 1 /* off */
        40: .line 811
            invokespecial java.nio.DirectLongBufferS.<init>:(Lsun/nio/ch/DirectBuffer;IIIII)V
        41: .line 804
      StackMap locals:
      StackMap stack: java.nio.LongBuffer
            areturn
        end local 4 // int size
        end local 3 // int rem
        end local 2 // int lim
        end local 1 // int off
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   42     0  this  Ljava/nio/DirectByteBuffer;
            1   42     1   off  I
            2   42     2   lim  I
            6   42     3   rem  I
            7   42     4  size  I

  private float getFloat(long);
    descriptor: (J)F
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // java.nio.DirectByteBuffer this
        start local 1 // long a
         0: .line 824
            getstatic java.nio.DirectByteBuffer.unaligned:Z
            ifeq 5
         1: .line 825
            getstatic java.nio.DirectByteBuffer.unsafe:Lsun/misc/Unsafe;
            lload 1 /* a */
            invokevirtual sun.misc.Unsafe.getInt:(J)I
            istore 3 /* x */
        start local 3 // int x
         2: .line 826
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer.nativeByteOrder:Z
            ifeq 3
            iload 3 /* x */
            goto 4
      StackMap locals: int
      StackMap stack:
         3: iload 3 /* x */
            invokestatic java.nio.Bits.swap:(I)I
      StackMap locals:
      StackMap stack: int
         4: invokestatic java.lang.Float.intBitsToFloat:(I)F
            freturn
        end local 3 // int x
         5: .line 828
      StackMap locals:
      StackMap stack:
            lload 1 /* a */
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer.bigEndian:Z
            invokestatic java.nio.Bits.getFloat:(JZ)F
            freturn
        end local 1 // long a
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljava/nio/DirectByteBuffer;
            0    6     1     a  J
            2    5     3     x  I
    MethodParameters:
      Name  Flags
      a     

  public float getFloat();
    descriptor: ()F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // java.nio.DirectByteBuffer this
         0: .line 832
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            iconst_4
            invokevirtual java.nio.DirectByteBuffer.nextGetIndex:(I)I
            invokevirtual java.nio.DirectByteBuffer.ix:(I)J
            invokevirtual java.nio.DirectByteBuffer.getFloat:(J)F
            freturn
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/DirectByteBuffer;

  public float getFloat(int);
    descriptor: (I)F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // java.nio.DirectByteBuffer this
        start local 1 // int i
         0: .line 836
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* i */
            iconst_4
            invokevirtual java.nio.DirectByteBuffer.checkIndex:(II)I
            invokevirtual java.nio.DirectByteBuffer.ix:(I)J
            invokevirtual java.nio.DirectByteBuffer.getFloat:(J)F
            freturn
        end local 1 // int i
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/DirectByteBuffer;
            0    1     1     i  I
    MethodParameters:
      Name  Flags
      i     

  private java.nio.ByteBuffer putFloat(long, float);
    descriptor: (JF)Ljava/nio/ByteBuffer;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // java.nio.DirectByteBuffer this
        start local 1 // long a
        start local 3 // float x
         0: .line 843
            getstatic java.nio.DirectByteBuffer.unaligned:Z
            ifeq 6
         1: .line 844
            fload 3 /* x */
            invokestatic java.lang.Float.floatToRawIntBits:(F)I
            istore 4 /* y */
        start local 4 // int y
         2: .line 845
            getstatic java.nio.DirectByteBuffer.unsafe:Lsun/misc/Unsafe;
            lload 1 /* a */
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer.nativeByteOrder:Z
            ifeq 3
            iload 4 /* y */
            goto 4
      StackMap locals: java.nio.DirectByteBuffer long float int
      StackMap stack: sun.misc.Unsafe long
         3: iload 4 /* y */
            invokestatic java.nio.Bits.swap:(I)I
      StackMap locals: java.nio.DirectByteBuffer long float int
      StackMap stack: sun.misc.Unsafe long int
         4: invokevirtual sun.misc.Unsafe.putInt:(JI)V
        end local 4 // int y
         5: .line 846
            goto 7
         6: .line 847
      StackMap locals:
      StackMap stack:
            lload 1 /* a */
            fload 3 /* x */
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer.bigEndian:Z
            invokestatic java.nio.Bits.putFloat:(JFZ)V
         7: .line 849
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 3 // float x
        end local 1 // long a
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Ljava/nio/DirectByteBuffer;
            0    8     1     a  J
            0    8     3     x  F
            2    5     4     y  I
    MethodParameters:
      Name  Flags
      a     
      x     

  public java.nio.ByteBuffer putFloat(float);
    descriptor: (F)Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // java.nio.DirectByteBuffer this
        start local 1 // float x
         0: .line 857
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            iconst_4
            invokevirtual java.nio.DirectByteBuffer.nextPutIndex:(I)I
            invokevirtual java.nio.DirectByteBuffer.ix:(I)J
            fload 1 /* x */
            invokevirtual java.nio.DirectByteBuffer.putFloat:(JF)Ljava/nio/ByteBuffer;
            pop
         1: .line 858
            aload 0 /* this */
            areturn
        end local 1 // float x
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/nio/DirectByteBuffer;
            0    2     1     x  F
    MethodParameters:
      Name  Flags
      x     

  public java.nio.ByteBuffer putFloat(int, float);
    descriptor: (IF)Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // java.nio.DirectByteBuffer this
        start local 1 // int i
        start local 2 // float x
         0: .line 866
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* i */
            iconst_4
            invokevirtual java.nio.DirectByteBuffer.checkIndex:(II)I
            invokevirtual java.nio.DirectByteBuffer.ix:(I)J
            fload 2 /* x */
            invokevirtual java.nio.DirectByteBuffer.putFloat:(JF)Ljava/nio/ByteBuffer;
            pop
         1: .line 867
            aload 0 /* this */
            areturn
        end local 2 // float x
        end local 1 // int i
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/nio/DirectByteBuffer;
            0    2     1     i  I
            0    2     2     x  F
    MethodParameters:
      Name  Flags
      i     
      x     

  public java.nio.FloatBuffer asFloatBuffer();
    descriptor: ()Ljava/nio/FloatBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=1
        start local 0 // java.nio.DirectByteBuffer this
         0: .line 874
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBuffer.position:()I
            istore 1 /* off */
        start local 1 // int off
         1: .line 875
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBuffer.limit:()I
            istore 2 /* lim */
        start local 2 // int lim
         2: .line 876
            getstatic java.nio.DirectByteBuffer.$assertionsDisabled:Z
            ifne 3
            iload 1 /* off */
            iload 2 /* lim */
            if_icmple 3
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         3: .line 877
      StackMap locals: int int
      StackMap stack:
            iload 1 /* off */
            iload 2 /* lim */
            if_icmpgt 4
            iload 2 /* lim */
            iload 1 /* off */
            isub
            goto 5
      StackMap locals:
      StackMap stack:
         4: iconst_0
      StackMap locals:
      StackMap stack: int
         5: istore 3 /* rem */
        start local 3 // int rem
         6: .line 879
            iload 3 /* rem */
            iconst_2
            ishr
            istore 4 /* size */
        start local 4 // int size
         7: .line 880
            getstatic java.nio.DirectByteBuffer.unaligned:Z
            ifne 25
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer.address:J
            iload 1 /* off */
            i2l
            ladd
            ldc 4
            lrem
            lconst_0
            lcmp
            ifeq 25
         8: .line 881
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer.bigEndian:Z
            ifeq 17
         9: .line 882
            new java.nio.ByteBufferAsFloatBufferB
            dup
            aload 0 /* this */
        10: .line 883
            iconst_m1
        11: .line 884
            iconst_0
        12: .line 885
            iload 4 /* size */
        13: .line 886
            iload 4 /* size */
        14: .line 887
            iload 1 /* off */
        15: .line 882
            invokespecial java.nio.ByteBufferAsFloatBufferB.<init>:(Ljava/nio/ByteBuffer;IIIII)V
        16: .line 887
            goto 24
        17: .line 888
      StackMap locals: int int
      StackMap stack:
            new java.nio.ByteBufferAsFloatBufferL
            dup
            aload 0 /* this */
        18: .line 889
            iconst_m1
        19: .line 890
            iconst_0
        20: .line 891
            iload 4 /* size */
        21: .line 892
            iload 4 /* size */
        22: .line 893
            iload 1 /* off */
        23: .line 888
            invokespecial java.nio.ByteBufferAsFloatBufferL.<init>:(Ljava/nio/ByteBuffer;IIIII)V
        24: .line 881
      StackMap locals:
      StackMap stack: java.nio.FloatBuffer
            areturn
        25: .line 895
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer.nativeByteOrder:Z
            ifeq 34
        26: .line 896
            new java.nio.DirectFloatBufferU
            dup
            aload 0 /* this */
        27: .line 897
            iconst_m1
        28: .line 898
            iconst_0
        29: .line 899
            iload 4 /* size */
        30: .line 900
            iload 4 /* size */
        31: .line 901
            iload 1 /* off */
        32: .line 896
            invokespecial java.nio.DirectFloatBufferU.<init>:(Lsun/nio/ch/DirectBuffer;IIIII)V
        33: .line 901
            goto 41
        34: .line 902
      StackMap locals:
      StackMap stack:
            new java.nio.DirectFloatBufferS
            dup
            aload 0 /* this */
        35: .line 903
            iconst_m1
        36: .line 904
            iconst_0
        37: .line 905
            iload 4 /* size */
        38: .line 906
            iload 4 /* size */
        39: .line 907
            iload 1 /* off */
        40: .line 902
            invokespecial java.nio.DirectFloatBufferS.<init>:(Lsun/nio/ch/DirectBuffer;IIIII)V
        41: .line 895
      StackMap locals:
      StackMap stack: java.nio.FloatBuffer
            areturn
        end local 4 // int size
        end local 3 // int rem
        end local 2 // int lim
        end local 1 // int off
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   42     0  this  Ljava/nio/DirectByteBuffer;
            1   42     1   off  I
            2   42     2   lim  I
            6   42     3   rem  I
            7   42     4  size  I

  private double getDouble(long);
    descriptor: (J)D
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // java.nio.DirectByteBuffer this
        start local 1 // long a
         0: .line 915
            getstatic java.nio.DirectByteBuffer.unaligned:Z
            ifeq 5
         1: .line 916
            getstatic java.nio.DirectByteBuffer.unsafe:Lsun/misc/Unsafe;
            lload 1 /* a */
            invokevirtual sun.misc.Unsafe.getLong:(J)J
            lstore 3 /* x */
        start local 3 // long x
         2: .line 917
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer.nativeByteOrder:Z
            ifeq 3
            lload 3 /* x */
            goto 4
      StackMap locals: long
      StackMap stack:
         3: lload 3 /* x */
            invokestatic java.nio.Bits.swap:(J)J
      StackMap locals:
      StackMap stack: long
         4: invokestatic java.lang.Double.longBitsToDouble:(J)D
            dreturn
        end local 3 // long x
         5: .line 919
      StackMap locals:
      StackMap stack:
            lload 1 /* a */
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer.bigEndian:Z
            invokestatic java.nio.Bits.getDouble:(JZ)D
            dreturn
        end local 1 // long a
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljava/nio/DirectByteBuffer;
            0    6     1     a  J
            2    5     3     x  J
    MethodParameters:
      Name  Flags
      a     

  public double getDouble();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // java.nio.DirectByteBuffer this
         0: .line 923
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            bipush 8
            invokevirtual java.nio.DirectByteBuffer.nextGetIndex:(I)I
            invokevirtual java.nio.DirectByteBuffer.ix:(I)J
            invokevirtual java.nio.DirectByteBuffer.getDouble:(J)D
            dreturn
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/DirectByteBuffer;

  public double getDouble(int);
    descriptor: (I)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // java.nio.DirectByteBuffer this
        start local 1 // int i
         0: .line 927
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* i */
            bipush 8
            invokevirtual java.nio.DirectByteBuffer.checkIndex:(II)I
            invokevirtual java.nio.DirectByteBuffer.ix:(I)J
            invokevirtual java.nio.DirectByteBuffer.getDouble:(J)D
            dreturn
        end local 1 // int i
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/DirectByteBuffer;
            0    1     1     i  I
    MethodParameters:
      Name  Flags
      i     

  private java.nio.ByteBuffer putDouble(long, double);
    descriptor: (JD)Ljava/nio/ByteBuffer;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=7, args_size=3
        start local 0 // java.nio.DirectByteBuffer this
        start local 1 // long a
        start local 3 // double x
         0: .line 934
            getstatic java.nio.DirectByteBuffer.unaligned:Z
            ifeq 6
         1: .line 935
            dload 3 /* x */
            invokestatic java.lang.Double.doubleToRawLongBits:(D)J
            lstore 5 /* y */
        start local 5 // long y
         2: .line 936
            getstatic java.nio.DirectByteBuffer.unsafe:Lsun/misc/Unsafe;
            lload 1 /* a */
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer.nativeByteOrder:Z
            ifeq 3
            lload 5 /* y */
            goto 4
      StackMap locals: java.nio.DirectByteBuffer long double long
      StackMap stack: sun.misc.Unsafe long
         3: lload 5 /* y */
            invokestatic java.nio.Bits.swap:(J)J
      StackMap locals: java.nio.DirectByteBuffer long double long
      StackMap stack: sun.misc.Unsafe long long
         4: invokevirtual sun.misc.Unsafe.putLong:(JJ)V
        end local 5 // long y
         5: .line 937
            goto 7
         6: .line 938
      StackMap locals:
      StackMap stack:
            lload 1 /* a */
            dload 3 /* x */
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer.bigEndian:Z
            invokestatic java.nio.Bits.putDouble:(JDZ)V
         7: .line 940
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 3 // double x
        end local 1 // long a
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Ljava/nio/DirectByteBuffer;
            0    8     1     a  J
            0    8     3     x  D
            2    5     5     y  J
    MethodParameters:
      Name  Flags
      a     
      x     

  public java.nio.ByteBuffer putDouble(double);
    descriptor: (D)Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // java.nio.DirectByteBuffer this
        start local 1 // double x
         0: .line 948
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            bipush 8
            invokevirtual java.nio.DirectByteBuffer.nextPutIndex:(I)I
            invokevirtual java.nio.DirectByteBuffer.ix:(I)J
            dload 1 /* x */
            invokevirtual java.nio.DirectByteBuffer.putDouble:(JD)Ljava/nio/ByteBuffer;
            pop
         1: .line 949
            aload 0 /* this */
            areturn
        end local 1 // double x
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/nio/DirectByteBuffer;
            0    2     1     x  D
    MethodParameters:
      Name  Flags
      x     

  public java.nio.ByteBuffer putDouble(int, double);
    descriptor: (ID)Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // java.nio.DirectByteBuffer this
        start local 1 // int i
        start local 2 // double x
         0: .line 957
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* i */
            bipush 8
            invokevirtual java.nio.DirectByteBuffer.checkIndex:(II)I
            invokevirtual java.nio.DirectByteBuffer.ix:(I)J
            dload 2 /* x */
            invokevirtual java.nio.DirectByteBuffer.putDouble:(JD)Ljava/nio/ByteBuffer;
            pop
         1: .line 958
            aload 0 /* this */
            areturn
        end local 2 // double x
        end local 1 // int i
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/nio/DirectByteBuffer;
            0    2     1     i  I
            0    2     2     x  D
    MethodParameters:
      Name  Flags
      i     
      x     

  public java.nio.DoubleBuffer asDoubleBuffer();
    descriptor: ()Ljava/nio/DoubleBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=1
        start local 0 // java.nio.DirectByteBuffer this
         0: .line 965
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBuffer.position:()I
            istore 1 /* off */
        start local 1 // int off
         1: .line 966
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBuffer.limit:()I
            istore 2 /* lim */
        start local 2 // int lim
         2: .line 967
            getstatic java.nio.DirectByteBuffer.$assertionsDisabled:Z
            ifne 3
            iload 1 /* off */
            iload 2 /* lim */
            if_icmple 3
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         3: .line 968
      StackMap locals: int int
      StackMap stack:
            iload 1 /* off */
            iload 2 /* lim */
            if_icmpgt 4
            iload 2 /* lim */
            iload 1 /* off */
            isub
            goto 5
      StackMap locals:
      StackMap stack:
         4: iconst_0
      StackMap locals:
      StackMap stack: int
         5: istore 3 /* rem */
        start local 3 // int rem
         6: .line 970
            iload 3 /* rem */
            iconst_3
            ishr
            istore 4 /* size */
        start local 4 // int size
         7: .line 971
            getstatic java.nio.DirectByteBuffer.unaligned:Z
            ifne 25
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer.address:J
            iload 1 /* off */
            i2l
            ladd
            ldc 8
            lrem
            lconst_0
            lcmp
            ifeq 25
         8: .line 972
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer.bigEndian:Z
            ifeq 17
         9: .line 973
            new java.nio.ByteBufferAsDoubleBufferB
            dup
            aload 0 /* this */
        10: .line 974
            iconst_m1
        11: .line 975
            iconst_0
        12: .line 976
            iload 4 /* size */
        13: .line 977
            iload 4 /* size */
        14: .line 978
            iload 1 /* off */
        15: .line 973
            invokespecial java.nio.ByteBufferAsDoubleBufferB.<init>:(Ljava/nio/ByteBuffer;IIIII)V
        16: .line 978
            goto 24
        17: .line 979
      StackMap locals: int int
      StackMap stack:
            new java.nio.ByteBufferAsDoubleBufferL
            dup
            aload 0 /* this */
        18: .line 980
            iconst_m1
        19: .line 981
            iconst_0
        20: .line 982
            iload 4 /* size */
        21: .line 983
            iload 4 /* size */
        22: .line 984
            iload 1 /* off */
        23: .line 979
            invokespecial java.nio.ByteBufferAsDoubleBufferL.<init>:(Ljava/nio/ByteBuffer;IIIII)V
        24: .line 972
      StackMap locals:
      StackMap stack: java.nio.DoubleBuffer
            areturn
        25: .line 986
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer.nativeByteOrder:Z
            ifeq 34
        26: .line 987
            new java.nio.DirectDoubleBufferU
            dup
            aload 0 /* this */
        27: .line 988
            iconst_m1
        28: .line 989
            iconst_0
        29: .line 990
            iload 4 /* size */
        30: .line 991
            iload 4 /* size */
        31: .line 992
            iload 1 /* off */
        32: .line 987
            invokespecial java.nio.DirectDoubleBufferU.<init>:(Lsun/nio/ch/DirectBuffer;IIIII)V
        33: .line 992
            goto 41
        34: .line 993
      StackMap locals:
      StackMap stack:
            new java.nio.DirectDoubleBufferS
            dup
            aload 0 /* this */
        35: .line 994
            iconst_m1
        36: .line 995
            iconst_0
        37: .line 996
            iload 4 /* size */
        38: .line 997
            iload 4 /* size */
        39: .line 998
            iload 1 /* off */
        40: .line 993
            invokespecial java.nio.DirectDoubleBufferS.<init>:(Lsun/nio/ch/DirectBuffer;IIIII)V
        41: .line 986
      StackMap locals:
      StackMap stack: java.nio.DoubleBuffer
            areturn
        end local 4 // int size
        end local 3 // int rem
        end local 2 // int lim
        end local 1 // int off
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   42     0  this  Ljava/nio/DirectByteBuffer;
            1   42     1   off  I
            2   42     2   lim  I
            6   42     3   rem  I
            7   42     4  size  I
}
SourceFile: "DirectByteBuffer.java"
NestMembers:
  java.nio.DirectByteBuffer$Deallocator
InnerClasses:
  private Deallocator = java.nio.DirectByteBuffer$Deallocator of java.nio.DirectByteBuffer