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
{
  private static final long ARRAY_BASE_OFFSET;
    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

  private final java.lang.Object att;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final jdk.internal.ref.Cleaner cleaner;
    descriptor: Ljdk/internal/ref/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 37
            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 49
            getstatic java.nio.DirectByteBuffer.UNSAFE:Ljdk/internal/misc/Unsafe;
            ldc [B
            invokevirtual jdk.internal.misc.Unsafe.arrayBaseOffset:(Ljava/lang/Class;)I
            i2l
            putstatic java.nio.DirectByteBuffer.ARRAY_BASE_OFFSET:J
         4: .line 52
            invokestatic java.nio.Bits.unaligned:()Z
            putstatic java.nio.DirectByteBuffer.UNALIGNED:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object attachment();
    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 64
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer.att: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 jdk.internal.ref.Cleaner cleaner();
    descriptor: ()Ljdk/internal/ref/Cleaner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.nio.DirectByteBuffer this
         0: .line 98
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer.cleaner:Ljdk/internal/ref/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=9, locals=9, args_size=2
        start local 0 // java.nio.DirectByteBuffer this
        start local 1 // int cap
         0: .line 114
            aload 0 /* this */
            iconst_m1
            iconst_0
            iload 1 /* cap */
            iload 1 /* cap */
            invokespecial java.nio.MappedByteBuffer.<init>:(IIII)V
         1: .line 115
            invokestatic jdk.internal.misc.VM.isDirectMemoryPageAligned:()Z
            istore 2 /* pa */
        start local 2 // boolean pa
         2: .line 116
            invokestatic java.nio.Bits.pageSize:()I
            istore 3 /* ps */
        start local 3 // int ps
         3: .line 117
            lconst_1
            iload 1 /* cap */
            i2l
            iload 2 /* pa */
            ifeq 4
            iload 3 /* ps */
            goto 5
      StackMap locals: java.nio.DirectByteBuffer int int int
      StackMap stack: long long
         4: iconst_0
      StackMap locals: java.nio.DirectByteBuffer int int int
      StackMap stack: long long int
         5: i2l
            ladd
            invokestatic java.lang.Math.max:(JJ)J
            lstore 4 /* size */
        start local 4 // long size
         6: .line 118
            lload 4 /* size */
            iload 1 /* cap */
            invokestatic java.nio.Bits.reserveMemory:(JI)V
         7: .line 120
            lconst_0
            lstore 6 /* base */
        start local 6 // long base
         8: .line 122
            getstatic java.nio.DirectByteBuffer.UNSAFE:Ljdk/internal/misc/Unsafe;
            lload 4 /* size */
            invokevirtual jdk.internal.misc.Unsafe.allocateMemory:(J)J
            lstore 6 /* base */
         9: .line 123
            goto 13
      StackMap locals: java.nio.DirectByteBuffer int int int long long
      StackMap stack: java.lang.OutOfMemoryError
        10: astore 8 /* x */
        start local 8 // java.lang.OutOfMemoryError x
        11: .line 124
            lload 4 /* size */
            iload 1 /* cap */
            invokestatic java.nio.Bits.unreserveMemory:(JI)V
        12: .line 125
            aload 8 /* x */
            athrow
        end local 8 // java.lang.OutOfMemoryError x
        13: .line 127
      StackMap locals:
      StackMap stack:
            getstatic java.nio.DirectByteBuffer.UNSAFE:Ljdk/internal/misc/Unsafe;
            lload 6 /* base */
            lload 4 /* size */
            iconst_0
            invokevirtual jdk.internal.misc.Unsafe.setMemory:(JJB)V
        14: .line 128
            iload 2 /* pa */
            ifeq 17
            lload 6 /* base */
            iload 3 /* ps */
            i2l
            lrem
            lconst_0
            lcmp
            ifeq 17
        15: .line 130
            aload 0 /* this */
            lload 6 /* base */
            iload 3 /* ps */
            i2l
            ladd
            lload 6 /* base */
            iload 3 /* ps */
            iconst_1
            isub
            i2l
            land
            lsub
            putfield java.nio.DirectByteBuffer.address:J
        16: .line 131
            goto 18
        17: .line 132
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            lload 6 /* base */
            putfield java.nio.DirectByteBuffer.address:J
        18: .line 134
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            new java.nio.DirectByteBuffer$Deallocator
            dup
            lload 6 /* base */
            lload 4 /* size */
            iload 1 /* cap */
            invokespecial java.nio.DirectByteBuffer$Deallocator.<init>:(JJI)V
            invokestatic jdk.internal.ref.Cleaner.create:(Ljava/lang/Object;Ljava/lang/Runnable;)Ljdk/internal/ref/Cleaner;
            putfield java.nio.DirectByteBuffer.cleaner:Ljdk/internal/ref/Cleaner;
        19: .line 135
            aload 0 /* this */
            aconst_null
            putfield java.nio.DirectByteBuffer.att:Ljava/lang/Object;
        20: .line 140
            return
        end local 6 // long base
        end local 4 // long size
        end local 3 // int ps
        end local 2 // boolean pa
        end local 1 // int cap
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   21     0  this  Ljava/nio/DirectByteBuffer;
            0   21     1   cap  I
            2   21     2    pa  Z
            3   21     3    ps  I
            6   21     4  size  J
            8   21     6  base  J
           11   13     8     x  Ljava/lang/OutOfMemoryError;
      Exception table:
        from    to  target  type
           8     9      10  Class java.lang.OutOfMemoryError
    MethodParameters:
      Name  Flags
      cap   

  void <init>(long, int, java.lang.Object);
    descriptor: (JILjava/lang/Object;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // java.nio.DirectByteBuffer this
        start local 1 // long addr
        start local 3 // int cap
        start local 4 // java.lang.Object ob
         0: .line 148
            aload 0 /* this */
            iconst_m1
            iconst_0
            iload 3 /* cap */
            iload 3 /* cap */
            invokespecial java.nio.MappedByteBuffer.<init>:(IIII)V
         1: .line 149
            aload 0 /* this */
            lload 1 /* addr */
            putfield java.nio.DirectByteBuffer.address:J
         2: .line 150
            aload 0 /* this */
            aconst_null
            putfield java.nio.DirectByteBuffer.cleaner:Ljdk/internal/ref/Cleaner;
         3: .line 151
            aload 0 /* this */
            aload 4 /* ob */
            putfield java.nio.DirectByteBuffer.att:Ljava/lang/Object;
         4: .line 152
            return
        end local 4 // java.lang.Object ob
        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
            0    5     4    ob  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      addr  
      cap   
      ob    

  private void <init>(long, int);
    descriptor: (JI)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // java.nio.DirectByteBuffer this
        start local 1 // long addr
        start local 3 // int cap
         0: .line 158
            aload 0 /* this */
            iconst_m1
            iconst_0
            iload 3 /* cap */
            iload 3 /* cap */
            invokespecial java.nio.MappedByteBuffer.<init>:(IIII)V
         1: .line 159
            aload 0 /* this */
            lload 1 /* addr */
            putfield java.nio.DirectByteBuffer.address:J
         2: .line 160
            aload 0 /* this */
            aconst_null
            putfield java.nio.DirectByteBuffer.cleaner:Ljdk/internal/ref/Cleaner;
         3: .line 161
            aload 0 /* this */
            aconst_null
            putfield java.nio.DirectByteBuffer.att:Ljava/lang/Object;
         4: .line 162
            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.io.FileDescriptor, java.lang.Runnable);
    descriptor: (IJLjava/io/FileDescriptor;Ljava/lang/Runnable;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=6, args_size=5
        start local 0 // java.nio.DirectByteBuffer this
        start local 1 // int cap
        start local 2 // long addr
        start local 4 // java.io.FileDescriptor fd
        start local 5 // java.lang.Runnable unmapper
         0: .line 173
            aload 0 /* this */
            iconst_m1
            iconst_0
            iload 1 /* cap */
            iload 1 /* cap */
            aload 4 /* fd */
            invokespecial java.nio.MappedByteBuffer.<init>:(IIIILjava/io/FileDescriptor;)V
         1: .line 174
            aload 0 /* this */
            lload 2 /* addr */
            putfield java.nio.DirectByteBuffer.address:J
         2: .line 175
            aload 0 /* this */
            aload 0 /* this */
            aload 5 /* unmapper */
            invokestatic jdk.internal.ref.Cleaner.create:(Ljava/lang/Object;Ljava/lang/Runnable;)Ljdk/internal/ref/Cleaner;
            putfield java.nio.DirectByteBuffer.cleaner:Ljdk/internal/ref/Cleaner;
         3: .line 176
            aload 0 /* this */
            aconst_null
            putfield java.nio.DirectByteBuffer.att:Ljava/lang/Object;
         4: .line 181
            return
        end local 5 // java.lang.Runnable unmapper
        end local 4 // java.io.FileDescriptor fd
        end local 2 // long addr
        end local 1 // int cap
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Ljava/nio/DirectByteBuffer;
            0    5     1       cap  I
            0    5     2      addr  J
            0    5     4        fd  Ljava/io/FileDescriptor;
            0    5     5  unmapper  Ljava/lang/Runnable;
    MethodParameters:
          Name  Flags
      cap       
      addr      
      fd        
      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 192
            aload 0 /* this */
            iload 2 /* mark */
            iload 3 /* pos */
            iload 4 /* lim */
            iload 5 /* cap */
            invokespecial java.nio.MappedByteBuffer.<init>:(IIII)V
         1: .line 193
            aload 0 /* this */
            aload 1 /* db */
            invokeinterface sun.nio.ch.DirectBuffer.address:()J
            iload 6 /* off */
            i2l
            ladd
            putfield java.nio.DirectByteBuffer.address:J
         2: .line 195
            aload 0 /* this */
            aconst_null
            putfield java.nio.DirectByteBuffer.cleaner:Ljdk/internal/ref/Cleaner;
         3: .line 197
            aload 0 /* this */
            aload 1 /* db */
            putfield java.nio.DirectByteBuffer.att:Ljava/lang/Object;
         4: .line 202
            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    5     0  this  Ljava/nio/DirectByteBuffer;
            0    5     1    db  Lsun/nio/ch/DirectBuffer;
            0    5     2  mark  I
            0    5     3   pos  I
            0    5     4   lim  I
            0    5     5   cap  I
            0    5     6   off  I
    MethodParameters:
      Name  Flags
      db    
      mark  
      pos   
      lim   
      cap   
      off   

  java.lang.Object base();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.nio.DirectByteBuffer this
         0: .line 206
            aconst_null
            areturn
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/DirectByteBuffer;

  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 210
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBuffer.position:()I
            istore 1 /* pos */
        start local 1 // int pos
         1: .line 211
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBuffer.limit:()I
            istore 2 /* lim */
        start local 2 // int lim
         2: .line 212
            iload 1 /* pos */
            iload 2 /* lim */
            if_icmpgt 3
            iload 2 /* lim */
            iload 1 /* pos */
            isub
            goto 4
      StackMap locals: int int
      StackMap stack:
         3: iconst_0
      StackMap locals:
      StackMap stack: int
         4: istore 3 /* rem */
        start local 3 // int rem
         5: .line 213
            iload 1 /* pos */
            iconst_0
            ishl
            istore 4 /* off */
        start local 4 // int off
         6: .line 214
            getstatic java.nio.DirectByteBuffer.$assertionsDisabled:Z
            ifne 7
            iload 4 /* off */
            ifge 7
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         7: .line 215
      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    8     0  this  Ljava/nio/DirectByteBuffer;
            1    8     1   pos  I
            2    8     2   lim  I
            5    8     3   rem  I
            6    8     4   off  I

  public java.nio.ByteBuffer slice(int, int);
    descriptor: (II)Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=3
        start local 0 // java.nio.DirectByteBuffer this
        start local 1 // int pos
        start local 2 // int lim
         0: .line 220
            getstatic java.nio.DirectByteBuffer.$assertionsDisabled:Z
            ifne 1
            iload 1 /* pos */
            ifge 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 221
      StackMap locals:
      StackMap stack:
            getstatic java.nio.DirectByteBuffer.$assertionsDisabled:Z
            ifne 2
            iload 1 /* pos */
            iload 2 /* lim */
            if_icmple 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 222
      StackMap locals:
      StackMap stack:
            iload 2 /* lim */
            iload 1 /* pos */
            isub
            istore 3 /* rem */
        start local 3 // int rem
         3: .line 223
            new java.nio.DirectByteBuffer
            dup
            aload 0 /* this */
            iconst_m1
            iconst_0
            iload 3 /* rem */
            iload 3 /* rem */
            iload 1 /* pos */
            invokespecial java.nio.DirectByteBuffer.<init>:(Lsun/nio/ch/DirectBuffer;IIIII)V
            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    4     0  this  Ljava/nio/DirectByteBuffer;
            0    4     1   pos  I
            0    4     2   lim  I
            3    4     3   rem  I
    MethodParameters:
      Name  Flags
      pos   
      lim   

  public java.nio.ByteBuffer duplicate();
    descriptor: ()Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=1, args_size=1
        start local 0 // java.nio.DirectByteBuffer this
         0: .line 228
            new java.nio.DirectByteBuffer
            dup
            aload 0 /* this */
         1: .line 229
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBuffer.markValue:()I
         2: .line 230
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBuffer.position:()I
         3: .line 231
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBuffer.limit:()I
         4: .line 232
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBuffer.capacity:()I
         5: .line 233
            iconst_0
         6: .line 228
            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 238
            new java.nio.DirectByteBufferR
            dup
            aload 0 /* this */
         1: .line 239
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBuffer.markValue:()I
         2: .line 240
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBuffer.position:()I
         3: .line 241
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBuffer.limit:()I
         4: .line 242
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBuffer.capacity:()I
         5: .line 243
            iconst_0
         6: .line 238
            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 252
            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 256
            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=3, args_size=1
        start local 0 // java.nio.DirectByteBuffer this
         0: .line 261
            getstatic java.nio.DirectByteBuffer.UNSAFE:Ljdk/internal/misc/Unsafe;
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBuffer.nextGetIndex:()I
            invokevirtual java.nio.DirectByteBuffer.ix:(I)J
            invokevirtual jdk.internal.misc.Unsafe.getByte:(J)B
            istore 2
         1: .line 263
            aload 0 /* this */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
         2: .line 261
            iload 2
            ireturn
         3: .line 262
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1
         4: .line 263
            aload 0 /* this */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
         5: .line 264
            aload 1
            athrow
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljava/nio/DirectByteBuffer;
      Exception table:
        from    to  target  type
           0     1       3  any

  public byte get(int);
    descriptor: (I)B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // java.nio.DirectByteBuffer this
        start local 1 // int i
         0: .line 269
            getstatic java.nio.DirectByteBuffer.UNSAFE:Ljdk/internal/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 jdk.internal.misc.Unsafe.getByte:(J)B
            istore 3
         1: .line 271
            aload 0 /* this */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
         2: .line 269
            iload 3
            ireturn
         3: .line 270
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         4: .line 271
            aload 0 /* this */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
         5: .line 272
            aload 2
            athrow
        end local 1 // int i
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljava/nio/DirectByteBuffer;
            0    6     1     i  I
      Exception table:
        from    to  target  type
           0     1       3  any
    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=10, 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 287
            iload 3 /* length */
            i2l
            iconst_0
            lshl
            ldc 6
            lcmp
            ifle 24
         1: .line 288
            iload 2 /* offset */
            iload 3 /* length */
            aload 1 /* dst */
            arraylength
            invokestatic java.nio.DirectByteBuffer.checkBounds:(III)V
         2: .line 289
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBuffer.position:()I
            istore 4 /* pos */
        start local 4 // int pos
         3: .line 290
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBuffer.limit:()I
            istore 5 /* lim */
        start local 5 // int lim
         4: .line 291
            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 292
      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 293
            iload 3 /* length */
            iload 6 /* rem */
            if_icmple 10
         9: .line 294
            new java.nio.BufferUnderflowException
            dup
            invokespecial java.nio.BufferUnderflowException.<init>:()V
            athrow
        10: .line 296
      StackMap locals: int
      StackMap stack:
            getstatic java.nio.DirectByteBuffer.ARRAY_BASE_OFFSET:J
            iload 2 /* offset */
            i2l
            iconst_0
            lshl
            ladd
            lstore 7 /* dstOffset */
        start local 7 // long dstOffset
        11: .line 308
            getstatic java.nio.DirectByteBuffer.UNSAFE:Ljdk/internal/misc/Unsafe;
            aconst_null
        12: .line 309
            aload 0 /* this */
            iload 4 /* pos */
            invokevirtual java.nio.DirectByteBuffer.ix:(I)J
        13: .line 310
            aload 1 /* dst */
        14: .line 311
            lload 7 /* dstOffset */
        15: .line 312
            iload 3 /* length */
            i2l
            iconst_0
            lshl
        16: .line 308
            invokevirtual jdk.internal.misc.Unsafe.copyMemory:(Ljava/lang/Object;JLjava/lang/Object;JJ)V
        17: .line 313
            goto 21
      StackMap locals: java.nio.DirectByteBuffer byte[] int int int int int long
      StackMap stack: java.lang.Throwable
        18: astore 9
        19: .line 314
            aload 0 /* this */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
        20: .line 315
            aload 9
            athrow
        21: .line 314
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
        22: .line 316
            aload 0 /* this */
            iload 4 /* pos */
            iload 3 /* length */
            iadd
            invokevirtual java.nio.DirectByteBuffer.position:(I)Ljava/nio/MappedByteBuffer;
            pop
        end local 7 // long dstOffset
        end local 6 // int rem
        end local 5 // int lim
        end local 4 // int pos
        23: .line 317
            goto 25
        24: .line 318
      StackMap locals: java.nio.DirectByteBuffer byte[] int int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* dst */
            iload 2 /* offset */
            iload 3 /* length */
            invokespecial java.nio.MappedByteBuffer.get:([BII)Ljava/nio/ByteBuffer;
            pop
        25: .line 320
      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   26     0       this  Ljava/nio/DirectByteBuffer;
            0   26     1        dst  [B
            0   26     2     offset  I
            0   26     3     length  I
            3   23     4        pos  I
            4   23     5        lim  I
            8   23     6        rem  I
           11   23     7  dstOffset  J
      Exception table:
        from    to  target  type
          11    18      18  any
    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=3, args_size=2
        start local 0 // java.nio.DirectByteBuffer this
        start local 1 // byte x
         0: .line 331
            getstatic java.nio.DirectByteBuffer.UNSAFE:Ljdk/internal/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 jdk.internal.misc.Unsafe.putByte:(JB)V
         1: .line 332
            goto 5
      StackMap locals:
      StackMap stack: java.lang.Throwable
         2: astore 2
         3: .line 333
            aload 0 /* this */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
         4: .line 334
            aload 2
            athrow
         5: .line 333
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
         6: .line 335
            aload 0 /* this */
            areturn
        end local 1 // byte x
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Ljava/nio/DirectByteBuffer;
            0    7     1     x  B
      Exception table:
        from    to  target  type
           0     2       2  any
    MethodParameters:
      Name  Flags
      x     

  public java.nio.ByteBuffer put(int, byte);
    descriptor: (IB)Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // java.nio.DirectByteBuffer this
        start local 1 // int i
        start local 2 // byte x
         0: .line 344
            getstatic java.nio.DirectByteBuffer.UNSAFE:Ljdk/internal/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 jdk.internal.misc.Unsafe.putByte:(JB)V
         1: .line 345
            goto 5
      StackMap locals:
      StackMap stack: java.lang.Throwable
         2: astore 3
         3: .line 346
            aload 0 /* this */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
         4: .line 347
            aload 3
            athrow
         5: .line 346
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
         6: .line 348
            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    7     0  this  Ljava/nio/DirectByteBuffer;
            0    7     1     i  I
            0    7     2     x  B
      Exception table:
        from    to  target  type
           0     2       2  any
    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=10, args_size=2
        start local 0 // java.nio.DirectByteBuffer this
        start local 1 // java.nio.ByteBuffer src
         0: .line 356
            aload 1 /* src */
            instanceof java.nio.DirectByteBuffer
            ifeq 29
         1: .line 357
            aload 1 /* src */
            aload 0 /* this */
            if_acmpne 3
         2: .line 358
            invokestatic java.nio.DirectByteBuffer.createSameBufferException:()Ljava/lang/IllegalArgumentException;
            athrow
         3: .line 359
      StackMap locals:
      StackMap stack:
            aload 1 /* src */
            checkcast java.nio.DirectByteBuffer
            astore 2 /* sb */
        start local 2 // java.nio.DirectByteBuffer sb
         4: .line 361
            aload 2 /* sb */
            invokevirtual java.nio.DirectByteBuffer.position:()I
            istore 3 /* spos */
        start local 3 // int spos
         5: .line 362
            aload 2 /* sb */
            invokevirtual java.nio.DirectByteBuffer.limit:()I
            istore 4 /* slim */
        start local 4 // int slim
         6: .line 363
            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 364
      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 366
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBuffer.position:()I
            istore 6 /* pos */
        start local 6 // int pos
        11: .line 367
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBuffer.limit:()I
            istore 7 /* lim */
        start local 7 // int lim
        12: .line 368
            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 369
      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 371
            iload 5 /* srem */
            iload 8 /* rem */
            if_icmple 18
        17: .line 372
            new java.nio.BufferOverflowException
            dup
            invokespecial java.nio.BufferOverflowException.<init>:()V
            athrow
        18: .line 374
      StackMap locals: int
      StackMap stack:
            getstatic java.nio.DirectByteBuffer.UNSAFE:Ljdk/internal/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 jdk.internal.misc.Unsafe.copyMemory:(JJJ)V
        19: .line 375
            goto 24
      StackMap locals:
      StackMap stack: java.lang.Throwable
        20: astore 9
        21: .line 376
            aload 2 /* sb */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
        22: .line 377
            aload 0 /* this */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
        23: .line 378
            aload 9
            athrow
        24: .line 376
      StackMap locals:
      StackMap stack:
            aload 2 /* sb */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
        25: .line 377
            aload 0 /* this */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
        26: .line 379
            aload 2 /* sb */
            iload 3 /* spos */
            iload 5 /* srem */
            iadd
            invokevirtual java.nio.DirectByteBuffer.position:(I)Ljava/nio/MappedByteBuffer;
            pop
        27: .line 380
            aload 0 /* this */
            iload 6 /* pos */
            iload 5 /* srem */
            iadd
            invokevirtual java.nio.DirectByteBuffer.position:(I)Ljava/nio/MappedByteBuffer;
            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
        28: .line 381
            goto 40
      StackMap locals: java.nio.DirectByteBuffer java.nio.ByteBuffer
      StackMap stack:
        29: aload 1 /* src */
            getfield java.nio.ByteBuffer.hb:[B
            ifnull 39
        30: .line 383
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.position:()I
            istore 2 /* spos */
        start local 2 // int spos
        31: .line 384
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.limit:()I
            istore 3 /* slim */
        start local 3 // int slim
        32: .line 385
            getstatic java.nio.DirectByteBuffer.$assertionsDisabled:Z
            ifne 33
            iload 2 /* spos */
            iload 3 /* slim */
            if_icmple 33
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        33: .line 386
      StackMap locals: int int
      StackMap stack:
            iload 2 /* spos */
            iload 3 /* slim */
            if_icmpgt 34
            iload 3 /* slim */
            iload 2 /* spos */
            isub
            goto 35
      StackMap locals:
      StackMap stack:
        34: iconst_0
      StackMap locals:
      StackMap stack: int
        35: istore 4 /* srem */
        start local 4 // int srem
        36: .line 388
            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
        37: .line 389
            aload 1 /* src */
            iload 2 /* spos */
            iload 4 /* srem */
            iadd
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        end local 4 // int srem
        end local 3 // int slim
        end local 2 // int spos
        38: .line 391
            goto 40
        39: .line 392
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* src */
            invokespecial java.nio.MappedByteBuffer.put:(Ljava/nio/ByteBuffer;)Ljava/nio/ByteBuffer;
            pop
        40: .line 394
      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   41     0  this  Ljava/nio/DirectByteBuffer;
            0   41     1   src  Ljava/nio/ByteBuffer;
            4   28     2    sb  Ljava/nio/DirectByteBuffer;
            5   28     3  spos  I
            6   28     4  slim  I
           10   28     5  srem  I
           11   28     6   pos  I
           12   28     7   lim  I
           16   28     8   rem  I
           31   38     2  spos  I
           32   38     3  slim  I
           36   38     4  srem  I
      Exception table:
        from    to  target  type
          18    20      20  any
    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=10, 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 402
            iload 3 /* length */
            i2l
            iconst_0
            lshl
            ldc 6
            lcmp
            ifle 24
         1: .line 403
            iload 2 /* offset */
            iload 3 /* length */
            aload 1 /* src */
            arraylength
            invokestatic java.nio.DirectByteBuffer.checkBounds:(III)V
         2: .line 404
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBuffer.position:()I
            istore 4 /* pos */
        start local 4 // int pos
         3: .line 405
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBuffer.limit:()I
            istore 5 /* lim */
        start local 5 // int lim
         4: .line 406
            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 407
      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 408
            iload 3 /* length */
            iload 6 /* rem */
            if_icmple 10
         9: .line 409
            new java.nio.BufferOverflowException
            dup
            invokespecial java.nio.BufferOverflowException.<init>:()V
            athrow
        10: .line 411
      StackMap locals: int
      StackMap stack:
            getstatic java.nio.DirectByteBuffer.ARRAY_BASE_OFFSET:J
            iload 2 /* offset */
            i2l
            iconst_0
            lshl
            ladd
            lstore 7 /* srcOffset */
        start local 7 // long srcOffset
        11: .line 423
            getstatic java.nio.DirectByteBuffer.UNSAFE:Ljdk/internal/misc/Unsafe;
            aload 1 /* src */
        12: .line 424
            lload 7 /* srcOffset */
        13: .line 425
            aconst_null
        14: .line 426
            aload 0 /* this */
            iload 4 /* pos */
            invokevirtual java.nio.DirectByteBuffer.ix:(I)J
        15: .line 427
            iload 3 /* length */
            i2l
            iconst_0
            lshl
        16: .line 423
            invokevirtual jdk.internal.misc.Unsafe.copyMemory:(Ljava/lang/Object;JLjava/lang/Object;JJ)V
        17: .line 428
            goto 21
      StackMap locals: java.nio.DirectByteBuffer byte[] int int int int int long
      StackMap stack: java.lang.Throwable
        18: astore 9
        19: .line 429
            aload 0 /* this */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
        20: .line 430
            aload 9
            athrow
        21: .line 429
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
        22: .line 431
            aload 0 /* this */
            iload 4 /* pos */
            iload 3 /* length */
            iadd
            invokevirtual java.nio.DirectByteBuffer.position:(I)Ljava/nio/MappedByteBuffer;
            pop
        end local 7 // long srcOffset
        end local 6 // int rem
        end local 5 // int lim
        end local 4 // int pos
        23: .line 432
            goto 25
        24: .line 433
      StackMap locals: java.nio.DirectByteBuffer byte[] int int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* src */
            iload 2 /* offset */
            iload 3 /* length */
            invokespecial java.nio.MappedByteBuffer.put:([BII)Ljava/nio/ByteBuffer;
            pop
        25: .line 435
      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   26     0       this  Ljava/nio/DirectByteBuffer;
            0   26     1        src  [B
            0   26     2     offset  I
            0   26     3     length  I
            3   23     4        pos  I
            4   23     5        lim  I
            8   23     6        rem  I
           11   23     7  srcOffset  J
      Exception table:
        from    to  target  type
          11    18      18  any
    MethodParameters:
        Name  Flags
      src     
      offset  
      length  

  public java.nio.ByteBuffer compact();
    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 443
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBuffer.position:()I
            istore 1 /* pos */
        start local 1 // int pos
         1: .line 444
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBuffer.limit:()I
            istore 2 /* lim */
        start local 2 // int lim
         2: .line 445
            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 446
      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 448
            getstatic java.nio.DirectByteBuffer.UNSAFE:Ljdk/internal/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 jdk.internal.misc.Unsafe.copyMemory:(JJJ)V
         7: .line 449
            goto 11
      StackMap locals: java.nio.DirectByteBuffer int int int
      StackMap stack: java.lang.Throwable
         8: astore 4
         9: .line 450
            aload 0 /* this */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
        10: .line 451
            aload 4
            athrow
        11: .line 450
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
        12: .line 452
            aload 0 /* this */
            iload 3 /* rem */
            invokevirtual java.nio.DirectByteBuffer.position:(I)Ljava/nio/MappedByteBuffer;
            pop
        13: .line 453
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBuffer.capacity:()I
            invokevirtual java.nio.DirectByteBuffer.limit:(I)Ljava/nio/MappedByteBuffer;
            pop
        14: .line 454
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBuffer.discardMark:()V
        15: .line 455
            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   16     0  this  Ljava/nio/DirectByteBuffer;
            1   16     1   pos  I
            2   16     2   lim  I
            6   16     3   rem  I
      Exception table:
        from    to  target  type
           6     8       8  any

  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 462
            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 466
            iconst_0
            ireturn
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/DirectByteBuffer;

  private char getChar(long);
    descriptor: (J)C
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=6, args_size=2
        start local 0 // java.nio.DirectByteBuffer this
        start local 1 // long a
         0: .line 541
            getstatic java.nio.DirectByteBuffer.UNSAFE:Ljdk/internal/misc/Unsafe;
            aconst_null
            lload 1 /* a */
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer.bigEndian:Z
            invokevirtual jdk.internal.misc.Unsafe.getCharUnaligned:(Ljava/lang/Object;JZ)C
            istore 3 /* x */
        start local 3 // char x
         1: .line 542
            iload 3 /* x */
            istore 5
         2: .line 544
            aload 0 /* this */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
         3: .line 542
            iload 5
            ireturn
        end local 3 // char x
         4: .line 543
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4
         5: .line 544
            aload 0 /* this */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
         6: .line 545
            aload 4
            athrow
        end local 1 // long a
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Ljava/nio/DirectByteBuffer;
            0    7     1     a  J
            1    4     3     x  C
      Exception table:
        from    to  target  type
           0     2       4  any
    MethodParameters:
      Name  Flags
      a     

  public char getChar();
    descriptor: ()C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // java.nio.DirectByteBuffer this
         0: .line 550
            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
            istore 2
         1: .line 552
            aload 0 /* this */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
         2: .line 550
            iload 2
            ireturn
         3: .line 551
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1
         4: .line 552
            aload 0 /* this */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
         5: .line 553
            aload 1
            athrow
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljava/nio/DirectByteBuffer;
      Exception table:
        from    to  target  type
           0     1       3  any

  public char getChar(int);
    descriptor: (I)C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // java.nio.DirectByteBuffer this
        start local 1 // int i
         0: .line 558
            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
            istore 3
         1: .line 560
            aload 0 /* this */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
         2: .line 558
            iload 3
            ireturn
         3: .line 559
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         4: .line 560
            aload 0 /* this */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
         5: .line 561
            aload 2
            athrow
        end local 1 // int i
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljava/nio/DirectByteBuffer;
            0    6     1     i  I
      Exception table:
        from    to  target  type
           0     1       3  any
    MethodParameters:
      Name  Flags
      i     

  private java.nio.ByteBuffer putChar(long, char);
    descriptor: (JC)Ljava/nio/ByteBuffer;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=6, args_size=3
        start local 0 // java.nio.DirectByteBuffer this
        start local 1 // long a
        start local 3 // char x
         0: .line 569
            iload 3 /* x */
            istore 4 /* y */
        start local 4 // char y
         1: .line 570
            getstatic java.nio.DirectByteBuffer.UNSAFE:Ljdk/internal/misc/Unsafe;
            aconst_null
            lload 1 /* a */
            iload 4 /* y */
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer.bigEndian:Z
            invokevirtual jdk.internal.misc.Unsafe.putCharUnaligned:(Ljava/lang/Object;JCZ)V
        end local 4 // char y
         2: .line 571
            goto 6
      StackMap locals:
      StackMap stack: java.lang.Throwable
         3: astore 5
         4: .line 572
            aload 0 /* this */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
         5: .line 573
            aload 5
            athrow
         6: .line 572
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
         7: .line 574
            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
            1    2     4     y  C
      Exception table:
        from    to  target  type
           0     3       3  any
    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 582
            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 583
            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 591
            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 592
            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=11, locals=5, args_size=1
        start local 0 // java.nio.DirectByteBuffer this
         0: .line 599
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBuffer.position:()I
            istore 1 /* off */
        start local 1 // int off
         1: .line 600
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBuffer.limit:()I
            istore 2 /* lim */
        start local 2 // int lim
         2: .line 601
            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 602
      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 604
            iload 3 /* rem */
            iconst_1
            ishr
            istore 4 /* size */
        start local 4 // int size
         7: .line 605
            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 606
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer.bigEndian:Z
            ifeq 17
         9: .line 607
            new java.nio.ByteBufferAsCharBufferB
            dup
            aload 0 /* this */
        10: .line 608
            iconst_m1
        11: .line 609
            iconst_0
        12: .line 610
            iload 4 /* size */
        13: .line 611
            iload 4 /* size */
        14: .line 612
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer.address:J
            iload 1 /* off */
            i2l
            ladd
        15: .line 607
            invokespecial java.nio.ByteBufferAsCharBufferB.<init>:(Ljava/nio/ByteBuffer;IIIIJ)V
        16: .line 612
            goto 24
        17: .line 613
      StackMap locals: int int
      StackMap stack:
            new java.nio.ByteBufferAsCharBufferL
            dup
            aload 0 /* this */
        18: .line 614
            iconst_m1
        19: .line 615
            iconst_0
        20: .line 616
            iload 4 /* size */
        21: .line 617
            iload 4 /* size */
        22: .line 618
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer.address:J
            iload 1 /* off */
            i2l
            ladd
        23: .line 613
            invokespecial java.nio.ByteBufferAsCharBufferL.<init>:(Ljava/nio/ByteBuffer;IIIIJ)V
        24: .line 606
      StackMap locals:
      StackMap stack: java.nio.CharBuffer
            areturn
        25: .line 620
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer.nativeByteOrder:Z
            ifeq 34
        26: .line 621
            new java.nio.DirectCharBufferU
            dup
            aload 0 /* this */
        27: .line 622
            iconst_m1
        28: .line 623
            iconst_0
        29: .line 624
            iload 4 /* size */
        30: .line 625
            iload 4 /* size */
        31: .line 626
            iload 1 /* off */
        32: .line 621
            invokespecial java.nio.DirectCharBufferU.<init>:(Lsun/nio/ch/DirectBuffer;IIIII)V
        33: .line 626
            goto 41
        34: .line 627
      StackMap locals:
      StackMap stack:
            new java.nio.DirectCharBufferS
            dup
            aload 0 /* this */
        35: .line 628
            iconst_m1
        36: .line 629
            iconst_0
        37: .line 630
            iload 4 /* size */
        38: .line 631
            iload 4 /* size */
        39: .line 632
            iload 1 /* off */
        40: .line 627
            invokespecial java.nio.DirectCharBufferS.<init>:(Lsun/nio/ch/DirectBuffer;IIIII)V
        41: .line 620
      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=5, locals=6, args_size=2
        start local 0 // java.nio.DirectByteBuffer this
        start local 1 // long a
         0: .line 641
            getstatic java.nio.DirectByteBuffer.UNSAFE:Ljdk/internal/misc/Unsafe;
            aconst_null
            lload 1 /* a */
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer.bigEndian:Z
            invokevirtual jdk.internal.misc.Unsafe.getShortUnaligned:(Ljava/lang/Object;JZ)S
            istore 3 /* x */
        start local 3 // short x
         1: .line 642
            iload 3 /* x */
            istore 5
         2: .line 644
            aload 0 /* this */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
         3: .line 642
            iload 5
            ireturn
        end local 3 // short x
         4: .line 643
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4
         5: .line 644
            aload 0 /* this */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
         6: .line 645
            aload 4
            athrow
        end local 1 // long a
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Ljava/nio/DirectByteBuffer;
            0    7     1     a  J
            1    4     3     x  S
      Exception table:
        from    to  target  type
           0     2       4  any
    MethodParameters:
      Name  Flags
      a     

  public short getShort();
    descriptor: ()S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // java.nio.DirectByteBuffer this
         0: .line 650
            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
            istore 2
         1: .line 652
            aload 0 /* this */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
         2: .line 650
            iload 2
            ireturn
         3: .line 651
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1
         4: .line 652
            aload 0 /* this */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
         5: .line 653
            aload 1
            athrow
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljava/nio/DirectByteBuffer;
      Exception table:
        from    to  target  type
           0     1       3  any

  public short getShort(int);
    descriptor: (I)S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // java.nio.DirectByteBuffer this
        start local 1 // int i
         0: .line 658
            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
            istore 3
         1: .line 660
            aload 0 /* this */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
         2: .line 658
            iload 3
            ireturn
         3: .line 659
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         4: .line 660
            aload 0 /* this */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
         5: .line 661
            aload 2
            athrow
        end local 1 // int i
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljava/nio/DirectByteBuffer;
            0    6     1     i  I
      Exception table:
        from    to  target  type
           0     1       3  any
    MethodParameters:
      Name  Flags
      i     

  private java.nio.ByteBuffer putShort(long, short);
    descriptor: (JS)Ljava/nio/ByteBuffer;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=6, args_size=3
        start local 0 // java.nio.DirectByteBuffer this
        start local 1 // long a
        start local 3 // short x
         0: .line 669
            iload 3 /* x */
            istore 4 /* y */
        start local 4 // short y
         1: .line 670
            getstatic java.nio.DirectByteBuffer.UNSAFE:Ljdk/internal/misc/Unsafe;
            aconst_null
            lload 1 /* a */
            iload 4 /* y */
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer.bigEndian:Z
            invokevirtual jdk.internal.misc.Unsafe.putShortUnaligned:(Ljava/lang/Object;JSZ)V
        end local 4 // short y
         2: .line 671
            goto 6
      StackMap locals:
      StackMap stack: java.lang.Throwable
         3: astore 5
         4: .line 672
            aload 0 /* this */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
         5: .line 673
            aload 5
            athrow
         6: .line 672
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
         7: .line 674
            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
            1    2     4     y  S
      Exception table:
        from    to  target  type
           0     3       3  any
    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 682
            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 683
            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 691
            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 692
            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=11, locals=5, args_size=1
        start local 0 // java.nio.DirectByteBuffer this
         0: .line 699
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBuffer.position:()I
            istore 1 /* off */
        start local 1 // int off
         1: .line 700
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBuffer.limit:()I
            istore 2 /* lim */
        start local 2 // int lim
         2: .line 701
            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 702
      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 704
            iload 3 /* rem */
            iconst_1
            ishr
            istore 4 /* size */
        start local 4 // int size
         7: .line 705
            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 706
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer.bigEndian:Z
            ifeq 17
         9: .line 707
            new java.nio.ByteBufferAsShortBufferB
            dup
            aload 0 /* this */
        10: .line 708
            iconst_m1
        11: .line 709
            iconst_0
        12: .line 710
            iload 4 /* size */
        13: .line 711
            iload 4 /* size */
        14: .line 712
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer.address:J
            iload 1 /* off */
            i2l
            ladd
        15: .line 707
            invokespecial java.nio.ByteBufferAsShortBufferB.<init>:(Ljava/nio/ByteBuffer;IIIIJ)V
        16: .line 712
            goto 24
        17: .line 713
      StackMap locals: int int
      StackMap stack:
            new java.nio.ByteBufferAsShortBufferL
            dup
            aload 0 /* this */
        18: .line 714
            iconst_m1
        19: .line 715
            iconst_0
        20: .line 716
            iload 4 /* size */
        21: .line 717
            iload 4 /* size */
        22: .line 718
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer.address:J
            iload 1 /* off */
            i2l
            ladd
        23: .line 713
            invokespecial java.nio.ByteBufferAsShortBufferL.<init>:(Ljava/nio/ByteBuffer;IIIIJ)V
        24: .line 706
      StackMap locals:
      StackMap stack: java.nio.ShortBuffer
            areturn
        25: .line 720
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer.nativeByteOrder:Z
            ifeq 34
        26: .line 721
            new java.nio.DirectShortBufferU
            dup
            aload 0 /* this */
        27: .line 722
            iconst_m1
        28: .line 723
            iconst_0
        29: .line 724
            iload 4 /* size */
        30: .line 725
            iload 4 /* size */
        31: .line 726
            iload 1 /* off */
        32: .line 721
            invokespecial java.nio.DirectShortBufferU.<init>:(Lsun/nio/ch/DirectBuffer;IIIII)V
        33: .line 726
            goto 41
        34: .line 727
      StackMap locals:
      StackMap stack:
            new java.nio.DirectShortBufferS
            dup
            aload 0 /* this */
        35: .line 728
            iconst_m1
        36: .line 729
            iconst_0
        37: .line 730
            iload 4 /* size */
        38: .line 731
            iload 4 /* size */
        39: .line 732
            iload 1 /* off */
        40: .line 727
            invokespecial java.nio.DirectShortBufferS.<init>:(Lsun/nio/ch/DirectBuffer;IIIII)V
        41: .line 720
      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=5, locals=6, args_size=2
        start local 0 // java.nio.DirectByteBuffer this
        start local 1 // long a
         0: .line 741
            getstatic java.nio.DirectByteBuffer.UNSAFE:Ljdk/internal/misc/Unsafe;
            aconst_null
            lload 1 /* a */
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer.bigEndian:Z
            invokevirtual jdk.internal.misc.Unsafe.getIntUnaligned:(Ljava/lang/Object;JZ)I
            istore 3 /* x */
        start local 3 // int x
         1: .line 742
            iload 3 /* x */
            istore 5
         2: .line 744
            aload 0 /* this */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
         3: .line 742
            iload 5
            ireturn
        end local 3 // int x
         4: .line 743
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4
         5: .line 744
            aload 0 /* this */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
         6: .line 745
            aload 4
            athrow
        end local 1 // long a
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Ljava/nio/DirectByteBuffer;
            0    7     1     a  J
            1    4     3     x  I
      Exception table:
        from    to  target  type
           0     2       4  any
    MethodParameters:
      Name  Flags
      a     

  public int getInt();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // java.nio.DirectByteBuffer this
         0: .line 750
            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
            istore 2
         1: .line 752
            aload 0 /* this */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
         2: .line 750
            iload 2
            ireturn
         3: .line 751
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1
         4: .line 752
            aload 0 /* this */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
         5: .line 753
            aload 1
            athrow
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljava/nio/DirectByteBuffer;
      Exception table:
        from    to  target  type
           0     1       3  any

  public int getInt(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // java.nio.DirectByteBuffer this
        start local 1 // int i
         0: .line 758
            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
            istore 3
         1: .line 760
            aload 0 /* this */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
         2: .line 758
            iload 3
            ireturn
         3: .line 759
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         4: .line 760
            aload 0 /* this */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
         5: .line 761
            aload 2
            athrow
        end local 1 // int i
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljava/nio/DirectByteBuffer;
            0    6     1     i  I
      Exception table:
        from    to  target  type
           0     1       3  any
    MethodParameters:
      Name  Flags
      i     

  private java.nio.ByteBuffer putInt(long, int);
    descriptor: (JI)Ljava/nio/ByteBuffer;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=6, args_size=3
        start local 0 // java.nio.DirectByteBuffer this
        start local 1 // long a
        start local 3 // int x
         0: .line 769
            iload 3 /* x */
            istore 4 /* y */
        start local 4 // int y
         1: .line 770
            getstatic java.nio.DirectByteBuffer.UNSAFE:Ljdk/internal/misc/Unsafe;
            aconst_null
            lload 1 /* a */
            iload 4 /* y */
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer.bigEndian:Z
            invokevirtual jdk.internal.misc.Unsafe.putIntUnaligned:(Ljava/lang/Object;JIZ)V
        end local 4 // int y
         2: .line 771
            goto 6
      StackMap locals:
      StackMap stack: java.lang.Throwable
         3: astore 5
         4: .line 772
            aload 0 /* this */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
         5: .line 773
            aload 5
            athrow
         6: .line 772
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
         7: .line 774
            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
            1    2     4     y  I
      Exception table:
        from    to  target  type
           0     3       3  any
    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 782
            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 783
            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 791
            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 792
            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=11, locals=5, args_size=1
        start local 0 // java.nio.DirectByteBuffer this
         0: .line 799
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBuffer.position:()I
            istore 1 /* off */
        start local 1 // int off
         1: .line 800
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBuffer.limit:()I
            istore 2 /* lim */
        start local 2 // int lim
         2: .line 801
            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 802
      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 804
            iload 3 /* rem */
            iconst_2
            ishr
            istore 4 /* size */
        start local 4 // int size
         7: .line 805
            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 806
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer.bigEndian:Z
            ifeq 17
         9: .line 807
            new java.nio.ByteBufferAsIntBufferB
            dup
            aload 0 /* this */
        10: .line 808
            iconst_m1
        11: .line 809
            iconst_0
        12: .line 810
            iload 4 /* size */
        13: .line 811
            iload 4 /* size */
        14: .line 812
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer.address:J
            iload 1 /* off */
            i2l
            ladd
        15: .line 807
            invokespecial java.nio.ByteBufferAsIntBufferB.<init>:(Ljava/nio/ByteBuffer;IIIIJ)V
        16: .line 812
            goto 24
        17: .line 813
      StackMap locals: int int
      StackMap stack:
            new java.nio.ByteBufferAsIntBufferL
            dup
            aload 0 /* this */
        18: .line 814
            iconst_m1
        19: .line 815
            iconst_0
        20: .line 816
            iload 4 /* size */
        21: .line 817
            iload 4 /* size */
        22: .line 818
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer.address:J
            iload 1 /* off */
            i2l
            ladd
        23: .line 813
            invokespecial java.nio.ByteBufferAsIntBufferL.<init>:(Ljava/nio/ByteBuffer;IIIIJ)V
        24: .line 806
      StackMap locals:
      StackMap stack: java.nio.IntBuffer
            areturn
        25: .line 820
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer.nativeByteOrder:Z
            ifeq 34
        26: .line 821
            new java.nio.DirectIntBufferU
            dup
            aload 0 /* this */
        27: .line 822
            iconst_m1
        28: .line 823
            iconst_0
        29: .line 824
            iload 4 /* size */
        30: .line 825
            iload 4 /* size */
        31: .line 826
            iload 1 /* off */
        32: .line 821
            invokespecial java.nio.DirectIntBufferU.<init>:(Lsun/nio/ch/DirectBuffer;IIIII)V
        33: .line 826
            goto 41
        34: .line 827
      StackMap locals:
      StackMap stack:
            new java.nio.DirectIntBufferS
            dup
            aload 0 /* this */
        35: .line 828
            iconst_m1
        36: .line 829
            iconst_0
        37: .line 830
            iload 4 /* size */
        38: .line 831
            iload 4 /* size */
        39: .line 832
            iload 1 /* off */
        40: .line 827
            invokespecial java.nio.DirectIntBufferS.<init>:(Lsun/nio/ch/DirectBuffer;IIIII)V
        41: .line 820
      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=5, locals=8, args_size=2
        start local 0 // java.nio.DirectByteBuffer this
        start local 1 // long a
         0: .line 841
            getstatic java.nio.DirectByteBuffer.UNSAFE:Ljdk/internal/misc/Unsafe;
            aconst_null
            lload 1 /* a */
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer.bigEndian:Z
            invokevirtual jdk.internal.misc.Unsafe.getLongUnaligned:(Ljava/lang/Object;JZ)J
            lstore 3 /* x */
        start local 3 // long x
         1: .line 842
            lload 3 /* x */
            lstore 6
         2: .line 844
            aload 0 /* this */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
         3: .line 842
            lload 6
            lreturn
        end local 3 // long x
         4: .line 843
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 5
         5: .line 844
            aload 0 /* this */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
         6: .line 845
            aload 5
            athrow
        end local 1 // long a
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Ljava/nio/DirectByteBuffer;
            0    7     1     a  J
            1    4     3     x  J
      Exception table:
        from    to  target  type
           0     2       4  any
    MethodParameters:
      Name  Flags
      a     

  public long getLong();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // java.nio.DirectByteBuffer this
         0: .line 850
            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
            lstore 2
         1: .line 852
            aload 0 /* this */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
         2: .line 850
            lload 2
            lreturn
         3: .line 851
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1
         4: .line 852
            aload 0 /* this */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
         5: .line 853
            aload 1
            athrow
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljava/nio/DirectByteBuffer;
      Exception table:
        from    to  target  type
           0     1       3  any

  public long getLong(int);
    descriptor: (I)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // java.nio.DirectByteBuffer this
        start local 1 // int i
         0: .line 858
            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
            lstore 3
         1: .line 860
            aload 0 /* this */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
         2: .line 858
            lload 3
            lreturn
         3: .line 859
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         4: .line 860
            aload 0 /* this */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
         5: .line 861
            aload 2
            athrow
        end local 1 // int i
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljava/nio/DirectByteBuffer;
            0    6     1     i  I
      Exception table:
        from    to  target  type
           0     1       3  any
    MethodParameters:
      Name  Flags
      i     

  private java.nio.ByteBuffer putLong(long, long);
    descriptor: (JJ)Ljava/nio/ByteBuffer;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=8, args_size=3
        start local 0 // java.nio.DirectByteBuffer this
        start local 1 // long a
        start local 3 // long x
         0: .line 869
            lload 3 /* x */
            lstore 5 /* y */
        start local 5 // long y
         1: .line 870
            getstatic java.nio.DirectByteBuffer.UNSAFE:Ljdk/internal/misc/Unsafe;
            aconst_null
            lload 1 /* a */
            lload 5 /* y */
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer.bigEndian:Z
            invokevirtual jdk.internal.misc.Unsafe.putLongUnaligned:(Ljava/lang/Object;JJZ)V
        end local 5 // long y
         2: .line 871
            goto 6
      StackMap locals:
      StackMap stack: java.lang.Throwable
         3: astore 7
         4: .line 872
            aload 0 /* this */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
         5: .line 873
            aload 7
            athrow
         6: .line 872
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
         7: .line 874
            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
            1    2     5     y  J
      Exception table:
        from    to  target  type
           0     3       3  any
    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 882
            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 883
            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 891
            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 892
            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=11, locals=5, args_size=1
        start local 0 // java.nio.DirectByteBuffer this
         0: .line 899
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBuffer.position:()I
            istore 1 /* off */
        start local 1 // int off
         1: .line 900
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBuffer.limit:()I
            istore 2 /* lim */
        start local 2 // int lim
         2: .line 901
            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 902
      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 904
            iload 3 /* rem */
            iconst_3
            ishr
            istore 4 /* size */
        start local 4 // int size
         7: .line 905
            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 906
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer.bigEndian:Z
            ifeq 17
         9: .line 907
            new java.nio.ByteBufferAsLongBufferB
            dup
            aload 0 /* this */
        10: .line 908
            iconst_m1
        11: .line 909
            iconst_0
        12: .line 910
            iload 4 /* size */
        13: .line 911
            iload 4 /* size */
        14: .line 912
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer.address:J
            iload 1 /* off */
            i2l
            ladd
        15: .line 907
            invokespecial java.nio.ByteBufferAsLongBufferB.<init>:(Ljava/nio/ByteBuffer;IIIIJ)V
        16: .line 912
            goto 24
        17: .line 913
      StackMap locals: int int
      StackMap stack:
            new java.nio.ByteBufferAsLongBufferL
            dup
            aload 0 /* this */
        18: .line 914
            iconst_m1
        19: .line 915
            iconst_0
        20: .line 916
            iload 4 /* size */
        21: .line 917
            iload 4 /* size */
        22: .line 918
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer.address:J
            iload 1 /* off */
            i2l
            ladd
        23: .line 913
            invokespecial java.nio.ByteBufferAsLongBufferL.<init>:(Ljava/nio/ByteBuffer;IIIIJ)V
        24: .line 906
      StackMap locals:
      StackMap stack: java.nio.LongBuffer
            areturn
        25: .line 920
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer.nativeByteOrder:Z
            ifeq 34
        26: .line 921
            new java.nio.DirectLongBufferU
            dup
            aload 0 /* this */
        27: .line 922
            iconst_m1
        28: .line 923
            iconst_0
        29: .line 924
            iload 4 /* size */
        30: .line 925
            iload 4 /* size */
        31: .line 926
            iload 1 /* off */
        32: .line 921
            invokespecial java.nio.DirectLongBufferU.<init>:(Lsun/nio/ch/DirectBuffer;IIIII)V
        33: .line 926
            goto 41
        34: .line 927
      StackMap locals:
      StackMap stack:
            new java.nio.DirectLongBufferS
            dup
            aload 0 /* this */
        35: .line 928
            iconst_m1
        36: .line 929
            iconst_0
        37: .line 930
            iload 4 /* size */
        38: .line 931
            iload 4 /* size */
        39: .line 932
            iload 1 /* off */
        40: .line 927
            invokespecial java.nio.DirectLongBufferS.<init>:(Lsun/nio/ch/DirectBuffer;IIIII)V
        41: .line 920
      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=5, locals=6, args_size=2
        start local 0 // java.nio.DirectByteBuffer this
        start local 1 // long a
         0: .line 941
            getstatic java.nio.DirectByteBuffer.UNSAFE:Ljdk/internal/misc/Unsafe;
            aconst_null
            lload 1 /* a */
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer.bigEndian:Z
            invokevirtual jdk.internal.misc.Unsafe.getIntUnaligned:(Ljava/lang/Object;JZ)I
            istore 3 /* x */
        start local 3 // int x
         1: .line 942
            iload 3 /* x */
            invokestatic java.lang.Float.intBitsToFloat:(I)F
            fstore 5
         2: .line 944
            aload 0 /* this */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
         3: .line 942
            fload 5
            freturn
        end local 3 // int x
         4: .line 943
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4
         5: .line 944
            aload 0 /* this */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
         6: .line 945
            aload 4
            athrow
        end local 1 // long a
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Ljava/nio/DirectByteBuffer;
            0    7     1     a  J
            1    4     3     x  I
      Exception table:
        from    to  target  type
           0     2       4  any
    MethodParameters:
      Name  Flags
      a     

  public float getFloat();
    descriptor: ()F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // java.nio.DirectByteBuffer this
         0: .line 950
            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
            fstore 2
         1: .line 952
            aload 0 /* this */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
         2: .line 950
            fload 2
            freturn
         3: .line 951
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1
         4: .line 952
            aload 0 /* this */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
         5: .line 953
            aload 1
            athrow
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljava/nio/DirectByteBuffer;
      Exception table:
        from    to  target  type
           0     1       3  any

  public float getFloat(int);
    descriptor: (I)F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // java.nio.DirectByteBuffer this
        start local 1 // int i
         0: .line 958
            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
            fstore 3
         1: .line 960
            aload 0 /* this */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
         2: .line 958
            fload 3
            freturn
         3: .line 959
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         4: .line 960
            aload 0 /* this */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
         5: .line 961
            aload 2
            athrow
        end local 1 // int i
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljava/nio/DirectByteBuffer;
            0    6     1     i  I
      Exception table:
        from    to  target  type
           0     1       3  any
    MethodParameters:
      Name  Flags
      i     

  private java.nio.ByteBuffer putFloat(long, float);
    descriptor: (JF)Ljava/nio/ByteBuffer;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=6, args_size=3
        start local 0 // java.nio.DirectByteBuffer this
        start local 1 // long a
        start local 3 // float x
         0: .line 969
            fload 3 /* x */
            invokestatic java.lang.Float.floatToRawIntBits:(F)I
            istore 4 /* y */
        start local 4 // int y
         1: .line 970
            getstatic java.nio.DirectByteBuffer.UNSAFE:Ljdk/internal/misc/Unsafe;
            aconst_null
            lload 1 /* a */
            iload 4 /* y */
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer.bigEndian:Z
            invokevirtual jdk.internal.misc.Unsafe.putIntUnaligned:(Ljava/lang/Object;JIZ)V
        end local 4 // int y
         2: .line 971
            goto 6
      StackMap locals:
      StackMap stack: java.lang.Throwable
         3: astore 5
         4: .line 972
            aload 0 /* this */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
         5: .line 973
            aload 5
            athrow
         6: .line 972
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
         7: .line 974
            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
            1    2     4     y  I
      Exception table:
        from    to  target  type
           0     3       3  any
    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 982
            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 983
            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 991
            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 992
            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=11, locals=5, args_size=1
        start local 0 // java.nio.DirectByteBuffer this
         0: .line 999
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBuffer.position:()I
            istore 1 /* off */
        start local 1 // int off
         1: .line 1000
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBuffer.limit:()I
            istore 2 /* lim */
        start local 2 // int lim
         2: .line 1001
            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 1002
      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 1004
            iload 3 /* rem */
            iconst_2
            ishr
            istore 4 /* size */
        start local 4 // int size
         7: .line 1005
            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 1006
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer.bigEndian:Z
            ifeq 17
         9: .line 1007
            new java.nio.ByteBufferAsFloatBufferB
            dup
            aload 0 /* this */
        10: .line 1008
            iconst_m1
        11: .line 1009
            iconst_0
        12: .line 1010
            iload 4 /* size */
        13: .line 1011
            iload 4 /* size */
        14: .line 1012
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer.address:J
            iload 1 /* off */
            i2l
            ladd
        15: .line 1007
            invokespecial java.nio.ByteBufferAsFloatBufferB.<init>:(Ljava/nio/ByteBuffer;IIIIJ)V
        16: .line 1012
            goto 24
        17: .line 1013
      StackMap locals: int int
      StackMap stack:
            new java.nio.ByteBufferAsFloatBufferL
            dup
            aload 0 /* this */
        18: .line 1014
            iconst_m1
        19: .line 1015
            iconst_0
        20: .line 1016
            iload 4 /* size */
        21: .line 1017
            iload 4 /* size */
        22: .line 1018
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer.address:J
            iload 1 /* off */
            i2l
            ladd
        23: .line 1013
            invokespecial java.nio.ByteBufferAsFloatBufferL.<init>:(Ljava/nio/ByteBuffer;IIIIJ)V
        24: .line 1006
      StackMap locals:
      StackMap stack: java.nio.FloatBuffer
            areturn
        25: .line 1020
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer.nativeByteOrder:Z
            ifeq 34
        26: .line 1021
            new java.nio.DirectFloatBufferU
            dup
            aload 0 /* this */
        27: .line 1022
            iconst_m1
        28: .line 1023
            iconst_0
        29: .line 1024
            iload 4 /* size */
        30: .line 1025
            iload 4 /* size */
        31: .line 1026
            iload 1 /* off */
        32: .line 1021
            invokespecial java.nio.DirectFloatBufferU.<init>:(Lsun/nio/ch/DirectBuffer;IIIII)V
        33: .line 1026
            goto 41
        34: .line 1027
      StackMap locals:
      StackMap stack:
            new java.nio.DirectFloatBufferS
            dup
            aload 0 /* this */
        35: .line 1028
            iconst_m1
        36: .line 1029
            iconst_0
        37: .line 1030
            iload 4 /* size */
        38: .line 1031
            iload 4 /* size */
        39: .line 1032
            iload 1 /* off */
        40: .line 1027
            invokespecial java.nio.DirectFloatBufferS.<init>:(Lsun/nio/ch/DirectBuffer;IIIII)V
        41: .line 1020
      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=5, locals=8, args_size=2
        start local 0 // java.nio.DirectByteBuffer this
        start local 1 // long a
         0: .line 1041
            getstatic java.nio.DirectByteBuffer.UNSAFE:Ljdk/internal/misc/Unsafe;
            aconst_null
            lload 1 /* a */
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer.bigEndian:Z
            invokevirtual jdk.internal.misc.Unsafe.getLongUnaligned:(Ljava/lang/Object;JZ)J
            lstore 3 /* x */
        start local 3 // long x
         1: .line 1042
            lload 3 /* x */
            invokestatic java.lang.Double.longBitsToDouble:(J)D
            dstore 6
         2: .line 1044
            aload 0 /* this */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
         3: .line 1042
            dload 6
            dreturn
        end local 3 // long x
         4: .line 1043
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 5
         5: .line 1044
            aload 0 /* this */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
         6: .line 1045
            aload 5
            athrow
        end local 1 // long a
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Ljava/nio/DirectByteBuffer;
            0    7     1     a  J
            1    4     3     x  J
      Exception table:
        from    to  target  type
           0     2       4  any
    MethodParameters:
      Name  Flags
      a     

  public double getDouble();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // java.nio.DirectByteBuffer this
         0: .line 1050
            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
            dstore 2
         1: .line 1052
            aload 0 /* this */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
         2: .line 1050
            dload 2
            dreturn
         3: .line 1051
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1
         4: .line 1052
            aload 0 /* this */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
         5: .line 1053
            aload 1
            athrow
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljava/nio/DirectByteBuffer;
      Exception table:
        from    to  target  type
           0     1       3  any

  public double getDouble(int);
    descriptor: (I)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // java.nio.DirectByteBuffer this
        start local 1 // int i
         0: .line 1058
            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
            dstore 3
         1: .line 1060
            aload 0 /* this */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
         2: .line 1058
            dload 3
            dreturn
         3: .line 1059
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         4: .line 1060
            aload 0 /* this */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
         5: .line 1061
            aload 2
            athrow
        end local 1 // int i
        end local 0 // java.nio.DirectByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljava/nio/DirectByteBuffer;
            0    6     1     i  I
      Exception table:
        from    to  target  type
           0     1       3  any
    MethodParameters:
      Name  Flags
      i     

  private java.nio.ByteBuffer putDouble(long, double);
    descriptor: (JD)Ljava/nio/ByteBuffer;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=8, args_size=3
        start local 0 // java.nio.DirectByteBuffer this
        start local 1 // long a
        start local 3 // double x
         0: .line 1069
            dload 3 /* x */
            invokestatic java.lang.Double.doubleToRawLongBits:(D)J
            lstore 5 /* y */
        start local 5 // long y
         1: .line 1070
            getstatic java.nio.DirectByteBuffer.UNSAFE:Ljdk/internal/misc/Unsafe;
            aconst_null
            lload 1 /* a */
            lload 5 /* y */
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer.bigEndian:Z
            invokevirtual jdk.internal.misc.Unsafe.putLongUnaligned:(Ljava/lang/Object;JJZ)V
        end local 5 // long y
         2: .line 1071
            goto 6
      StackMap locals:
      StackMap stack: java.lang.Throwable
         3: astore 7
         4: .line 1072
            aload 0 /* this */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
         5: .line 1073
            aload 7
            athrow
         6: .line 1072
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
         7: .line 1074
            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
            1    2     5     y  J
      Exception table:
        from    to  target  type
           0     3       3  any
    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 1082
            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 1083
            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 1091
            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 1092
            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=11, locals=5, args_size=1
        start local 0 // java.nio.DirectByteBuffer this
         0: .line 1099
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBuffer.position:()I
            istore 1 /* off */
        start local 1 // int off
         1: .line 1100
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBuffer.limit:()I
            istore 2 /* lim */
        start local 2 // int lim
         2: .line 1101
            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 1102
      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 1104
            iload 3 /* rem */
            iconst_3
            ishr
            istore 4 /* size */
        start local 4 // int size
         7: .line 1105
            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 1106
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer.bigEndian:Z
            ifeq 17
         9: .line 1107
            new java.nio.ByteBufferAsDoubleBufferB
            dup
            aload 0 /* this */
        10: .line 1108
            iconst_m1
        11: .line 1109
            iconst_0
        12: .line 1110
            iload 4 /* size */
        13: .line 1111
            iload 4 /* size */
        14: .line 1112
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer.address:J
            iload 1 /* off */
            i2l
            ladd
        15: .line 1107
            invokespecial java.nio.ByteBufferAsDoubleBufferB.<init>:(Ljava/nio/ByteBuffer;IIIIJ)V
        16: .line 1112
            goto 24
        17: .line 1113
      StackMap locals: int int
      StackMap stack:
            new java.nio.ByteBufferAsDoubleBufferL
            dup
            aload 0 /* this */
        18: .line 1114
            iconst_m1
        19: .line 1115
            iconst_0
        20: .line 1116
            iload 4 /* size */
        21: .line 1117
            iload 4 /* size */
        22: .line 1118
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer.address:J
            iload 1 /* off */
            i2l
            ladd
        23: .line 1113
            invokespecial java.nio.ByteBufferAsDoubleBufferL.<init>:(Ljava/nio/ByteBuffer;IIIIJ)V
        24: .line 1106
      StackMap locals:
      StackMap stack: java.nio.DoubleBuffer
            areturn
        25: .line 1120
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer.nativeByteOrder:Z
            ifeq 34
        26: .line 1121
            new java.nio.DirectDoubleBufferU
            dup
            aload 0 /* this */
        27: .line 1122
            iconst_m1
        28: .line 1123
            iconst_0
        29: .line 1124
            iload 4 /* size */
        30: .line 1125
            iload 4 /* size */
        31: .line 1126
            iload 1 /* off */
        32: .line 1121
            invokespecial java.nio.DirectDoubleBufferU.<init>:(Lsun/nio/ch/DirectBuffer;IIIII)V
        33: .line 1126
            goto 41
        34: .line 1127
      StackMap locals:
      StackMap stack:
            new java.nio.DirectDoubleBufferS
            dup
            aload 0 /* this */
        35: .line 1128
            iconst_m1
        36: .line 1129
            iconst_0
        37: .line 1130
            iload 4 /* size */
        38: .line 1131
            iload 4 /* size */
        39: .line 1132
            iload 1 /* off */
        40: .line 1127
            invokespecial java.nio.DirectDoubleBufferS.<init>:(Lsun/nio/ch/DirectBuffer;IIIII)V
        41: .line 1120
      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

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

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