class java.nio.DirectByteBufferR extends java.nio.DirectByteBuffer implements sun.nio.ch.DirectBuffer
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: java.nio.DirectByteBufferR
  super_class: java.nio.DirectByteBuffer
{
  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=1, locals=0, args_size=0
         0: .line 37
            ldc Ljava/nio/DirectByteBufferR;
            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.DirectByteBufferR.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.nio.DirectByteBufferR this
        start local 1 // int cap
         0: .line 142
            aload 0 /* this */
            iload 1 /* cap */
            invokespecial java.nio.DirectByteBuffer.<init>:(I)V
         1: .line 144
            return
        end local 1 // int cap
        end local 0 // java.nio.DirectByteBufferR this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/nio/DirectByteBufferR;
            0    2     1   cap  I
    MethodParameters:
      Name  Flags
      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.DirectByteBufferR 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 182
            aload 0 /* this */
            iload 1 /* cap */
            lload 2 /* addr */
            aload 4 /* fd */
            aload 5 /* unmapper */
            invokespecial java.nio.DirectByteBuffer.<init>:(IJLjava/io/FileDescriptor;Ljava/lang/Runnable;)V
         1: .line 184
            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.DirectByteBufferR this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Ljava/nio/DirectByteBufferR;
            0    2     1       cap  I
            0    2     2      addr  J
            0    2     4        fd  Ljava/io/FileDescriptor;
            0    2     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=7, locals=7, args_size=7
        start local 0 // java.nio.DirectByteBufferR 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 202
            aload 0 /* this */
            aload 1 /* db */
            iload 2 /* mark */
            iload 3 /* pos */
            iload 4 /* lim */
            iload 5 /* cap */
            iload 6 /* off */
            invokespecial java.nio.DirectByteBuffer.<init>:(Lsun/nio/ch/DirectBuffer;IIIII)V
         1: .line 204
            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.DirectByteBufferR this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/nio/DirectByteBufferR;
            0    2     1    db  Lsun/nio/ch/DirectBuffer;
            0    2     2  mark  I
            0    2     3   pos  I
            0    2     4   lim  I
            0    2     5   cap  I
            0    2     6   off  I
    MethodParameters:
      Name  Flags
      db    
      mark  
      pos   
      lim   
      cap   
      off   

  public java.nio.ByteBuffer slice();
    descriptor: ()Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=1
        start local 0 // java.nio.DirectByteBufferR this
         0: .line 207
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBufferR.position:()I
            istore 1 /* pos */
        start local 1 // int pos
         1: .line 208
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBufferR.limit:()I
            istore 2 /* lim */
        start local 2 // int lim
         2: .line 209
            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 210
            iload 1 /* pos */
            iconst_0
            ishl
            istore 4 /* off */
        start local 4 // int off
         6: .line 211
            getstatic java.nio.DirectByteBufferR.$assertionsDisabled:Z
            ifne 7
            iload 4 /* off */
            ifge 7
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         7: .line 212
      StackMap locals: int int
      StackMap stack:
            new java.nio.DirectByteBufferR
            dup
            aload 0 /* this */
            iconst_m1
            iconst_0
            iload 3 /* rem */
            iload 3 /* rem */
            iload 4 /* off */
            invokespecial java.nio.DirectByteBufferR.<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.DirectByteBufferR this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Ljava/nio/DirectByteBufferR;
            1    8     1   pos  I
            2    8     2   lim  I
            5    8     3   rem  I
            6    8     4   off  I

  public java.nio.ByteBuffer duplicate();
    descriptor: ()Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=1, args_size=1
        start local 0 // java.nio.DirectByteBufferR this
         0: .line 216
            new java.nio.DirectByteBufferR
            dup
            aload 0 /* this */
         1: .line 217
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBufferR.markValue:()I
         2: .line 218
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBufferR.position:()I
         3: .line 219
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBufferR.limit:()I
         4: .line 220
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBufferR.capacity:()I
         5: .line 221
            iconst_0
         6: .line 216
            invokespecial java.nio.DirectByteBufferR.<init>:(Lsun/nio/ch/DirectBuffer;IIIII)V
            areturn
        end local 0 // java.nio.DirectByteBufferR this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Ljava/nio/DirectByteBufferR;

  public java.nio.ByteBuffer asReadOnlyBuffer();
    descriptor: ()Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.nio.DirectByteBufferR this
         0: .line 233
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBufferR.duplicate:()Ljava/nio/ByteBuffer;
            areturn
        end local 0 // java.nio.DirectByteBufferR this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/DirectByteBufferR;

  public java.nio.ByteBuffer put(byte);
    descriptor: (B)Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.nio.DirectByteBufferR this
        start local 1 // byte x
         0: .line 299
            new java.nio.ReadOnlyBufferException
            dup
            invokespecial java.nio.ReadOnlyBufferException.<init>:()V
            athrow
        end local 1 // byte x
        end local 0 // java.nio.DirectByteBufferR this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/DirectByteBufferR;
            0    1     1     x  B
    MethodParameters:
      Name  Flags
      x     

  public java.nio.ByteBuffer put(int, byte);
    descriptor: (IB)Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // java.nio.DirectByteBufferR this
        start local 1 // int i
        start local 2 // byte x
         0: .line 308
            new java.nio.ReadOnlyBufferException
            dup
            invokespecial java.nio.ReadOnlyBufferException.<init>:()V
            athrow
        end local 2 // byte x
        end local 1 // int i
        end local 0 // java.nio.DirectByteBufferR this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/DirectByteBufferR;
            0    1     1     i  I
            0    1     2     x  B
    MethodParameters:
      Name  Flags
      i     
      x     

  public java.nio.ByteBuffer put(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.nio.DirectByteBufferR this
        start local 1 // java.nio.ByteBuffer src
         0: .line 349
            new java.nio.ReadOnlyBufferException
            dup
            invokespecial java.nio.ReadOnlyBufferException.<init>:()V
            athrow
        end local 1 // java.nio.ByteBuffer src
        end local 0 // java.nio.DirectByteBufferR this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/DirectByteBufferR;
            0    1     1   src  Ljava/nio/ByteBuffer;
    MethodParameters:
      Name  Flags
      src   

  public java.nio.ByteBuffer put(byte[], int, int);
    descriptor: ([BII)Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // java.nio.DirectByteBufferR this
        start local 1 // byte[] src
        start local 2 // int offset
        start local 3 // int length
         0: .line 382
            new java.nio.ReadOnlyBufferException
            dup
            invokespecial java.nio.ReadOnlyBufferException.<init>:()V
            athrow
        end local 3 // int length
        end local 2 // int offset
        end local 1 // byte[] src
        end local 0 // java.nio.DirectByteBufferR this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Ljava/nio/DirectByteBufferR;
            0    1     1     src  [B
            0    1     2  offset  I
            0    1     3  length  I
    MethodParameters:
        Name  Flags
      src     
      offset  
      length  

  public java.nio.ByteBuffer compact();
    descriptor: ()Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.nio.DirectByteBufferR this
         0: .line 399
            new java.nio.ReadOnlyBufferException
            dup
            invokespecial java.nio.ReadOnlyBufferException.<init>:()V
            athrow
        end local 0 // java.nio.DirectByteBufferR this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/DirectByteBufferR;

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

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

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

  void _put(int, byte);
    descriptor: (IB)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // java.nio.DirectByteBufferR this
        start local 1 // int i
        start local 2 // byte b
         0: .line 482
            new java.nio.ReadOnlyBufferException
            dup
            invokespecial java.nio.ReadOnlyBufferException.<init>:()V
            athrow
        end local 2 // byte b
        end local 1 // int i
        end local 0 // java.nio.DirectByteBufferR this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/DirectByteBufferR;
            0    1     1     i  I
            0    1     2     b  B
    MethodParameters:
      Name  Flags
      i     
      b     

  private java.nio.ByteBuffer putChar(long, char);
    descriptor: (JC)Ljava/nio/ByteBuffer;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // java.nio.DirectByteBufferR this
        start local 1 // long a
        start local 3 // char x
         0: .line 517
            new java.nio.ReadOnlyBufferException
            dup
            invokespecial java.nio.ReadOnlyBufferException.<init>:()V
            athrow
        end local 3 // char x
        end local 1 // long a
        end local 0 // java.nio.DirectByteBufferR this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/DirectByteBufferR;
            0    1     1     a  J
            0    1     3     x  C
    MethodParameters:
      Name  Flags
      a     
      x     

  public java.nio.ByteBuffer putChar(char);
    descriptor: (C)Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.nio.DirectByteBufferR this
        start local 1 // char x
         0: .line 526
            new java.nio.ReadOnlyBufferException
            dup
            invokespecial java.nio.ReadOnlyBufferException.<init>:()V
            athrow
        end local 1 // char x
        end local 0 // java.nio.DirectByteBufferR this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/DirectByteBufferR;
            0    1     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=2, locals=3, args_size=3
        start local 0 // java.nio.DirectByteBufferR this
        start local 1 // int i
        start local 2 // char x
         0: .line 535
            new java.nio.ReadOnlyBufferException
            dup
            invokespecial java.nio.ReadOnlyBufferException.<init>:()V
            athrow
        end local 2 // char x
        end local 1 // int i
        end local 0 // java.nio.DirectByteBufferR this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/DirectByteBufferR;
            0    1     1     i  I
            0    1     2     x  C
    MethodParameters:
      Name  Flags
      i     
      x     

  public java.nio.CharBuffer asCharBuffer();
    descriptor: ()Ljava/nio/CharBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=1
        start local 0 // java.nio.DirectByteBufferR this
         0: .line 540
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBufferR.position:()I
            istore 1 /* off */
        start local 1 // int off
         1: .line 541
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBufferR.limit:()I
            istore 2 /* lim */
        start local 2 // int lim
         2: .line 542
            getstatic java.nio.DirectByteBufferR.$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 543
      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 545
            iload 3 /* rem */
            iconst_1
            ishr
            istore 4 /* size */
        start local 4 // int size
         7: .line 546
            getstatic java.nio.DirectByteBufferR.unaligned:Z
            ifne 25
            aload 0 /* this */
            getfield java.nio.DirectByteBufferR.address:J
            iload 1 /* off */
            i2l
            ladd
            ldc 2
            lrem
            lconst_0
            lcmp
            ifeq 25
         8: .line 547
            aload 0 /* this */
            getfield java.nio.DirectByteBufferR.bigEndian:Z
            ifeq 17
         9: .line 548
            new java.nio.ByteBufferAsCharBufferRB
            dup
            aload 0 /* this */
        10: .line 549
            iconst_m1
        11: .line 550
            iconst_0
        12: .line 551
            iload 4 /* size */
        13: .line 552
            iload 4 /* size */
        14: .line 553
            iload 1 /* off */
        15: .line 548
            invokespecial java.nio.ByteBufferAsCharBufferRB.<init>:(Ljava/nio/ByteBuffer;IIIII)V
        16: .line 553
            goto 24
        17: .line 554
      StackMap locals: int int
      StackMap stack:
            new java.nio.ByteBufferAsCharBufferRL
            dup
            aload 0 /* this */
        18: .line 555
            iconst_m1
        19: .line 556
            iconst_0
        20: .line 557
            iload 4 /* size */
        21: .line 558
            iload 4 /* size */
        22: .line 559
            iload 1 /* off */
        23: .line 554
            invokespecial java.nio.ByteBufferAsCharBufferRL.<init>:(Ljava/nio/ByteBuffer;IIIII)V
        24: .line 547
      StackMap locals:
      StackMap stack: java.nio.CharBuffer
            areturn
        25: .line 561
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.nio.DirectByteBufferR.nativeByteOrder:Z
            ifeq 34
        26: .line 562
            new java.nio.DirectCharBufferRU
            dup
            aload 0 /* this */
        27: .line 563
            iconst_m1
        28: .line 564
            iconst_0
        29: .line 565
            iload 4 /* size */
        30: .line 566
            iload 4 /* size */
        31: .line 567
            iload 1 /* off */
        32: .line 562
            invokespecial java.nio.DirectCharBufferRU.<init>:(Lsun/nio/ch/DirectBuffer;IIIII)V
        33: .line 567
            goto 41
        34: .line 568
      StackMap locals:
      StackMap stack:
            new java.nio.DirectCharBufferRS
            dup
            aload 0 /* this */
        35: .line 569
            iconst_m1
        36: .line 570
            iconst_0
        37: .line 571
            iload 4 /* size */
        38: .line 572
            iload 4 /* size */
        39: .line 573
            iload 1 /* off */
        40: .line 568
            invokespecial java.nio.DirectCharBufferRS.<init>:(Lsun/nio/ch/DirectBuffer;IIIII)V
        41: .line 561
      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.DirectByteBufferR this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   42     0  this  Ljava/nio/DirectByteBufferR;
            1   42     1   off  I
            2   42     2   lim  I
            6   42     3   rem  I
            7   42     4  size  I

  private java.nio.ByteBuffer putShort(long, short);
    descriptor: (JS)Ljava/nio/ByteBuffer;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // java.nio.DirectByteBufferR this
        start local 1 // long a
        start local 3 // short x
         0: .line 608
            new java.nio.ReadOnlyBufferException
            dup
            invokespecial java.nio.ReadOnlyBufferException.<init>:()V
            athrow
        end local 3 // short x
        end local 1 // long a
        end local 0 // java.nio.DirectByteBufferR this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/DirectByteBufferR;
            0    1     1     a  J
            0    1     3     x  S
    MethodParameters:
      Name  Flags
      a     
      x     

  public java.nio.ByteBuffer putShort(short);
    descriptor: (S)Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.nio.DirectByteBufferR this
        start local 1 // short x
         0: .line 617
            new java.nio.ReadOnlyBufferException
            dup
            invokespecial java.nio.ReadOnlyBufferException.<init>:()V
            athrow
        end local 1 // short x
        end local 0 // java.nio.DirectByteBufferR this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/DirectByteBufferR;
            0    1     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=2, locals=3, args_size=3
        start local 0 // java.nio.DirectByteBufferR this
        start local 1 // int i
        start local 2 // short x
         0: .line 626
            new java.nio.ReadOnlyBufferException
            dup
            invokespecial java.nio.ReadOnlyBufferException.<init>:()V
            athrow
        end local 2 // short x
        end local 1 // int i
        end local 0 // java.nio.DirectByteBufferR this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/DirectByteBufferR;
            0    1     1     i  I
            0    1     2     x  S
    MethodParameters:
      Name  Flags
      i     
      x     

  public java.nio.ShortBuffer asShortBuffer();
    descriptor: ()Ljava/nio/ShortBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=1
        start local 0 // java.nio.DirectByteBufferR this
         0: .line 631
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBufferR.position:()I
            istore 1 /* off */
        start local 1 // int off
         1: .line 632
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBufferR.limit:()I
            istore 2 /* lim */
        start local 2 // int lim
         2: .line 633
            getstatic java.nio.DirectByteBufferR.$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 634
      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 636
            iload 3 /* rem */
            iconst_1
            ishr
            istore 4 /* size */
        start local 4 // int size
         7: .line 637
            getstatic java.nio.DirectByteBufferR.unaligned:Z
            ifne 25
            aload 0 /* this */
            getfield java.nio.DirectByteBufferR.address:J
            iload 1 /* off */
            i2l
            ladd
            ldc 2
            lrem
            lconst_0
            lcmp
            ifeq 25
         8: .line 638
            aload 0 /* this */
            getfield java.nio.DirectByteBufferR.bigEndian:Z
            ifeq 17
         9: .line 639
            new java.nio.ByteBufferAsShortBufferRB
            dup
            aload 0 /* this */
        10: .line 640
            iconst_m1
        11: .line 641
            iconst_0
        12: .line 642
            iload 4 /* size */
        13: .line 643
            iload 4 /* size */
        14: .line 644
            iload 1 /* off */
        15: .line 639
            invokespecial java.nio.ByteBufferAsShortBufferRB.<init>:(Ljava/nio/ByteBuffer;IIIII)V
        16: .line 644
            goto 24
        17: .line 645
      StackMap locals: int int
      StackMap stack:
            new java.nio.ByteBufferAsShortBufferRL
            dup
            aload 0 /* this */
        18: .line 646
            iconst_m1
        19: .line 647
            iconst_0
        20: .line 648
            iload 4 /* size */
        21: .line 649
            iload 4 /* size */
        22: .line 650
            iload 1 /* off */
        23: .line 645
            invokespecial java.nio.ByteBufferAsShortBufferRL.<init>:(Ljava/nio/ByteBuffer;IIIII)V
        24: .line 638
      StackMap locals:
      StackMap stack: java.nio.ShortBuffer
            areturn
        25: .line 652
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.nio.DirectByteBufferR.nativeByteOrder:Z
            ifeq 34
        26: .line 653
            new java.nio.DirectShortBufferRU
            dup
            aload 0 /* this */
        27: .line 654
            iconst_m1
        28: .line 655
            iconst_0
        29: .line 656
            iload 4 /* size */
        30: .line 657
            iload 4 /* size */
        31: .line 658
            iload 1 /* off */
        32: .line 653
            invokespecial java.nio.DirectShortBufferRU.<init>:(Lsun/nio/ch/DirectBuffer;IIIII)V
        33: .line 658
            goto 41
        34: .line 659
      StackMap locals:
      StackMap stack:
            new java.nio.DirectShortBufferRS
            dup
            aload 0 /* this */
        35: .line 660
            iconst_m1
        36: .line 661
            iconst_0
        37: .line 662
            iload 4 /* size */
        38: .line 663
            iload 4 /* size */
        39: .line 664
            iload 1 /* off */
        40: .line 659
            invokespecial java.nio.DirectShortBufferRS.<init>:(Lsun/nio/ch/DirectBuffer;IIIII)V
        41: .line 652
      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.DirectByteBufferR this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   42     0  this  Ljava/nio/DirectByteBufferR;
            1   42     1   off  I
            2   42     2   lim  I
            6   42     3   rem  I
            7   42     4  size  I

  private java.nio.ByteBuffer putInt(long, int);
    descriptor: (JI)Ljava/nio/ByteBuffer;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // java.nio.DirectByteBufferR this
        start local 1 // long a
        start local 3 // int x
         0: .line 699
            new java.nio.ReadOnlyBufferException
            dup
            invokespecial java.nio.ReadOnlyBufferException.<init>:()V
            athrow
        end local 3 // int x
        end local 1 // long a
        end local 0 // java.nio.DirectByteBufferR this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/DirectByteBufferR;
            0    1     1     a  J
            0    1     3     x  I
    MethodParameters:
      Name  Flags
      a     
      x     

  public java.nio.ByteBuffer putInt(int);
    descriptor: (I)Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.nio.DirectByteBufferR this
        start local 1 // int x
         0: .line 708
            new java.nio.ReadOnlyBufferException
            dup
            invokespecial java.nio.ReadOnlyBufferException.<init>:()V
            athrow
        end local 1 // int x
        end local 0 // java.nio.DirectByteBufferR this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/DirectByteBufferR;
            0    1     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=2, locals=3, args_size=3
        start local 0 // java.nio.DirectByteBufferR this
        start local 1 // int i
        start local 2 // int x
         0: .line 717
            new java.nio.ReadOnlyBufferException
            dup
            invokespecial java.nio.ReadOnlyBufferException.<init>:()V
            athrow
        end local 2 // int x
        end local 1 // int i
        end local 0 // java.nio.DirectByteBufferR this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/DirectByteBufferR;
            0    1     1     i  I
            0    1     2     x  I
    MethodParameters:
      Name  Flags
      i     
      x     

  public java.nio.IntBuffer asIntBuffer();
    descriptor: ()Ljava/nio/IntBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=1
        start local 0 // java.nio.DirectByteBufferR this
         0: .line 722
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBufferR.position:()I
            istore 1 /* off */
        start local 1 // int off
         1: .line 723
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBufferR.limit:()I
            istore 2 /* lim */
        start local 2 // int lim
         2: .line 724
            getstatic java.nio.DirectByteBufferR.$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 725
      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 727
            iload 3 /* rem */
            iconst_2
            ishr
            istore 4 /* size */
        start local 4 // int size
         7: .line 728
            getstatic java.nio.DirectByteBufferR.unaligned:Z
            ifne 25
            aload 0 /* this */
            getfield java.nio.DirectByteBufferR.address:J
            iload 1 /* off */
            i2l
            ladd
            ldc 4
            lrem
            lconst_0
            lcmp
            ifeq 25
         8: .line 729
            aload 0 /* this */
            getfield java.nio.DirectByteBufferR.bigEndian:Z
            ifeq 17
         9: .line 730
            new java.nio.ByteBufferAsIntBufferRB
            dup
            aload 0 /* this */
        10: .line 731
            iconst_m1
        11: .line 732
            iconst_0
        12: .line 733
            iload 4 /* size */
        13: .line 734
            iload 4 /* size */
        14: .line 735
            iload 1 /* off */
        15: .line 730
            invokespecial java.nio.ByteBufferAsIntBufferRB.<init>:(Ljava/nio/ByteBuffer;IIIII)V
        16: .line 735
            goto 24
        17: .line 736
      StackMap locals: int int
      StackMap stack:
            new java.nio.ByteBufferAsIntBufferRL
            dup
            aload 0 /* this */
        18: .line 737
            iconst_m1
        19: .line 738
            iconst_0
        20: .line 739
            iload 4 /* size */
        21: .line 740
            iload 4 /* size */
        22: .line 741
            iload 1 /* off */
        23: .line 736
            invokespecial java.nio.ByteBufferAsIntBufferRL.<init>:(Ljava/nio/ByteBuffer;IIIII)V
        24: .line 729
      StackMap locals:
      StackMap stack: java.nio.IntBuffer
            areturn
        25: .line 743
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.nio.DirectByteBufferR.nativeByteOrder:Z
            ifeq 34
        26: .line 744
            new java.nio.DirectIntBufferRU
            dup
            aload 0 /* this */
        27: .line 745
            iconst_m1
        28: .line 746
            iconst_0
        29: .line 747
            iload 4 /* size */
        30: .line 748
            iload 4 /* size */
        31: .line 749
            iload 1 /* off */
        32: .line 744
            invokespecial java.nio.DirectIntBufferRU.<init>:(Lsun/nio/ch/DirectBuffer;IIIII)V
        33: .line 749
            goto 41
        34: .line 750
      StackMap locals:
      StackMap stack:
            new java.nio.DirectIntBufferRS
            dup
            aload 0 /* this */
        35: .line 751
            iconst_m1
        36: .line 752
            iconst_0
        37: .line 753
            iload 4 /* size */
        38: .line 754
            iload 4 /* size */
        39: .line 755
            iload 1 /* off */
        40: .line 750
            invokespecial java.nio.DirectIntBufferRS.<init>:(Lsun/nio/ch/DirectBuffer;IIIII)V
        41: .line 743
      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.DirectByteBufferR this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   42     0  this  Ljava/nio/DirectByteBufferR;
            1   42     1   off  I
            2   42     2   lim  I
            6   42     3   rem  I
            7   42     4  size  I

  private java.nio.ByteBuffer putLong(long, long);
    descriptor: (JJ)Ljava/nio/ByteBuffer;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=5, args_size=3
        start local 0 // java.nio.DirectByteBufferR this
        start local 1 // long a
        start local 3 // long x
         0: .line 790
            new java.nio.ReadOnlyBufferException
            dup
            invokespecial java.nio.ReadOnlyBufferException.<init>:()V
            athrow
        end local 3 // long x
        end local 1 // long a
        end local 0 // java.nio.DirectByteBufferR this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/DirectByteBufferR;
            0    1     1     a  J
            0    1     3     x  J
    MethodParameters:
      Name  Flags
      a     
      x     

  public java.nio.ByteBuffer putLong(long);
    descriptor: (J)Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // java.nio.DirectByteBufferR this
        start local 1 // long x
         0: .line 799
            new java.nio.ReadOnlyBufferException
            dup
            invokespecial java.nio.ReadOnlyBufferException.<init>:()V
            athrow
        end local 1 // long x
        end local 0 // java.nio.DirectByteBufferR this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/DirectByteBufferR;
            0    1     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=2, locals=4, args_size=3
        start local 0 // java.nio.DirectByteBufferR this
        start local 1 // int i
        start local 2 // long x
         0: .line 808
            new java.nio.ReadOnlyBufferException
            dup
            invokespecial java.nio.ReadOnlyBufferException.<init>:()V
            athrow
        end local 2 // long x
        end local 1 // int i
        end local 0 // java.nio.DirectByteBufferR this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/DirectByteBufferR;
            0    1     1     i  I
            0    1     2     x  J
    MethodParameters:
      Name  Flags
      i     
      x     

  public java.nio.LongBuffer asLongBuffer();
    descriptor: ()Ljava/nio/LongBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=1
        start local 0 // java.nio.DirectByteBufferR this
         0: .line 813
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBufferR.position:()I
            istore 1 /* off */
        start local 1 // int off
         1: .line 814
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBufferR.limit:()I
            istore 2 /* lim */
        start local 2 // int lim
         2: .line 815
            getstatic java.nio.DirectByteBufferR.$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 816
      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 818
            iload 3 /* rem */
            iconst_3
            ishr
            istore 4 /* size */
        start local 4 // int size
         7: .line 819
            getstatic java.nio.DirectByteBufferR.unaligned:Z
            ifne 25
            aload 0 /* this */
            getfield java.nio.DirectByteBufferR.address:J
            iload 1 /* off */
            i2l
            ladd
            ldc 8
            lrem
            lconst_0
            lcmp
            ifeq 25
         8: .line 820
            aload 0 /* this */
            getfield java.nio.DirectByteBufferR.bigEndian:Z
            ifeq 17
         9: .line 821
            new java.nio.ByteBufferAsLongBufferRB
            dup
            aload 0 /* this */
        10: .line 822
            iconst_m1
        11: .line 823
            iconst_0
        12: .line 824
            iload 4 /* size */
        13: .line 825
            iload 4 /* size */
        14: .line 826
            iload 1 /* off */
        15: .line 821
            invokespecial java.nio.ByteBufferAsLongBufferRB.<init>:(Ljava/nio/ByteBuffer;IIIII)V
        16: .line 826
            goto 24
        17: .line 827
      StackMap locals: int int
      StackMap stack:
            new java.nio.ByteBufferAsLongBufferRL
            dup
            aload 0 /* this */
        18: .line 828
            iconst_m1
        19: .line 829
            iconst_0
        20: .line 830
            iload 4 /* size */
        21: .line 831
            iload 4 /* size */
        22: .line 832
            iload 1 /* off */
        23: .line 827
            invokespecial java.nio.ByteBufferAsLongBufferRL.<init>:(Ljava/nio/ByteBuffer;IIIII)V
        24: .line 820
      StackMap locals:
      StackMap stack: java.nio.LongBuffer
            areturn
        25: .line 834
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.nio.DirectByteBufferR.nativeByteOrder:Z
            ifeq 34
        26: .line 835
            new java.nio.DirectLongBufferRU
            dup
            aload 0 /* this */
        27: .line 836
            iconst_m1
        28: .line 837
            iconst_0
        29: .line 838
            iload 4 /* size */
        30: .line 839
            iload 4 /* size */
        31: .line 840
            iload 1 /* off */
        32: .line 835
            invokespecial java.nio.DirectLongBufferRU.<init>:(Lsun/nio/ch/DirectBuffer;IIIII)V
        33: .line 840
            goto 41
        34: .line 841
      StackMap locals:
      StackMap stack:
            new java.nio.DirectLongBufferRS
            dup
            aload 0 /* this */
        35: .line 842
            iconst_m1
        36: .line 843
            iconst_0
        37: .line 844
            iload 4 /* size */
        38: .line 845
            iload 4 /* size */
        39: .line 846
            iload 1 /* off */
        40: .line 841
            invokespecial java.nio.DirectLongBufferRS.<init>:(Lsun/nio/ch/DirectBuffer;IIIII)V
        41: .line 834
      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.DirectByteBufferR this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   42     0  this  Ljava/nio/DirectByteBufferR;
            1   42     1   off  I
            2   42     2   lim  I
            6   42     3   rem  I
            7   42     4  size  I

  private java.nio.ByteBuffer putFloat(long, float);
    descriptor: (JF)Ljava/nio/ByteBuffer;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // java.nio.DirectByteBufferR this
        start local 1 // long a
        start local 3 // float x
         0: .line 881
            new java.nio.ReadOnlyBufferException
            dup
            invokespecial java.nio.ReadOnlyBufferException.<init>:()V
            athrow
        end local 3 // float x
        end local 1 // long a
        end local 0 // java.nio.DirectByteBufferR this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/DirectByteBufferR;
            0    1     1     a  J
            0    1     3     x  F
    MethodParameters:
      Name  Flags
      a     
      x     

  public java.nio.ByteBuffer putFloat(float);
    descriptor: (F)Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.nio.DirectByteBufferR this
        start local 1 // float x
         0: .line 890
            new java.nio.ReadOnlyBufferException
            dup
            invokespecial java.nio.ReadOnlyBufferException.<init>:()V
            athrow
        end local 1 // float x
        end local 0 // java.nio.DirectByteBufferR this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/DirectByteBufferR;
            0    1     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=2, locals=3, args_size=3
        start local 0 // java.nio.DirectByteBufferR this
        start local 1 // int i
        start local 2 // float x
         0: .line 899
            new java.nio.ReadOnlyBufferException
            dup
            invokespecial java.nio.ReadOnlyBufferException.<init>:()V
            athrow
        end local 2 // float x
        end local 1 // int i
        end local 0 // java.nio.DirectByteBufferR this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/DirectByteBufferR;
            0    1     1     i  I
            0    1     2     x  F
    MethodParameters:
      Name  Flags
      i     
      x     

  public java.nio.FloatBuffer asFloatBuffer();
    descriptor: ()Ljava/nio/FloatBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=1
        start local 0 // java.nio.DirectByteBufferR this
         0: .line 904
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBufferR.position:()I
            istore 1 /* off */
        start local 1 // int off
         1: .line 905
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBufferR.limit:()I
            istore 2 /* lim */
        start local 2 // int lim
         2: .line 906
            getstatic java.nio.DirectByteBufferR.$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 907
      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 909
            iload 3 /* rem */
            iconst_2
            ishr
            istore 4 /* size */
        start local 4 // int size
         7: .line 910
            getstatic java.nio.DirectByteBufferR.unaligned:Z
            ifne 25
            aload 0 /* this */
            getfield java.nio.DirectByteBufferR.address:J
            iload 1 /* off */
            i2l
            ladd
            ldc 4
            lrem
            lconst_0
            lcmp
            ifeq 25
         8: .line 911
            aload 0 /* this */
            getfield java.nio.DirectByteBufferR.bigEndian:Z
            ifeq 17
         9: .line 912
            new java.nio.ByteBufferAsFloatBufferRB
            dup
            aload 0 /* this */
        10: .line 913
            iconst_m1
        11: .line 914
            iconst_0
        12: .line 915
            iload 4 /* size */
        13: .line 916
            iload 4 /* size */
        14: .line 917
            iload 1 /* off */
        15: .line 912
            invokespecial java.nio.ByteBufferAsFloatBufferRB.<init>:(Ljava/nio/ByteBuffer;IIIII)V
        16: .line 917
            goto 24
        17: .line 918
      StackMap locals: int int
      StackMap stack:
            new java.nio.ByteBufferAsFloatBufferRL
            dup
            aload 0 /* this */
        18: .line 919
            iconst_m1
        19: .line 920
            iconst_0
        20: .line 921
            iload 4 /* size */
        21: .line 922
            iload 4 /* size */
        22: .line 923
            iload 1 /* off */
        23: .line 918
            invokespecial java.nio.ByteBufferAsFloatBufferRL.<init>:(Ljava/nio/ByteBuffer;IIIII)V
        24: .line 911
      StackMap locals:
      StackMap stack: java.nio.FloatBuffer
            areturn
        25: .line 925
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.nio.DirectByteBufferR.nativeByteOrder:Z
            ifeq 34
        26: .line 926
            new java.nio.DirectFloatBufferRU
            dup
            aload 0 /* this */
        27: .line 927
            iconst_m1
        28: .line 928
            iconst_0
        29: .line 929
            iload 4 /* size */
        30: .line 930
            iload 4 /* size */
        31: .line 931
            iload 1 /* off */
        32: .line 926
            invokespecial java.nio.DirectFloatBufferRU.<init>:(Lsun/nio/ch/DirectBuffer;IIIII)V
        33: .line 931
            goto 41
        34: .line 932
      StackMap locals:
      StackMap stack:
            new java.nio.DirectFloatBufferRS
            dup
            aload 0 /* this */
        35: .line 933
            iconst_m1
        36: .line 934
            iconst_0
        37: .line 935
            iload 4 /* size */
        38: .line 936
            iload 4 /* size */
        39: .line 937
            iload 1 /* off */
        40: .line 932
            invokespecial java.nio.DirectFloatBufferRS.<init>:(Lsun/nio/ch/DirectBuffer;IIIII)V
        41: .line 925
      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.DirectByteBufferR this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   42     0  this  Ljava/nio/DirectByteBufferR;
            1   42     1   off  I
            2   42     2   lim  I
            6   42     3   rem  I
            7   42     4  size  I

  private java.nio.ByteBuffer putDouble(long, double);
    descriptor: (JD)Ljava/nio/ByteBuffer;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=5, args_size=3
        start local 0 // java.nio.DirectByteBufferR this
        start local 1 // long a
        start local 3 // double x
         0: .line 972
            new java.nio.ReadOnlyBufferException
            dup
            invokespecial java.nio.ReadOnlyBufferException.<init>:()V
            athrow
        end local 3 // double x
        end local 1 // long a
        end local 0 // java.nio.DirectByteBufferR this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/DirectByteBufferR;
            0    1     1     a  J
            0    1     3     x  D
    MethodParameters:
      Name  Flags
      a     
      x     

  public java.nio.ByteBuffer putDouble(double);
    descriptor: (D)Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // java.nio.DirectByteBufferR this
        start local 1 // double x
         0: .line 981
            new java.nio.ReadOnlyBufferException
            dup
            invokespecial java.nio.ReadOnlyBufferException.<init>:()V
            athrow
        end local 1 // double x
        end local 0 // java.nio.DirectByteBufferR this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/DirectByteBufferR;
            0    1     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=2, locals=4, args_size=3
        start local 0 // java.nio.DirectByteBufferR this
        start local 1 // int i
        start local 2 // double x
         0: .line 990
            new java.nio.ReadOnlyBufferException
            dup
            invokespecial java.nio.ReadOnlyBufferException.<init>:()V
            athrow
        end local 2 // double x
        end local 1 // int i
        end local 0 // java.nio.DirectByteBufferR this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/DirectByteBufferR;
            0    1     1     i  I
            0    1     2     x  D
    MethodParameters:
      Name  Flags
      i     
      x     

  public java.nio.DoubleBuffer asDoubleBuffer();
    descriptor: ()Ljava/nio/DoubleBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=1
        start local 0 // java.nio.DirectByteBufferR this
         0: .line 995
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBufferR.position:()I
            istore 1 /* off */
        start local 1 // int off
         1: .line 996
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBufferR.limit:()I
            istore 2 /* lim */
        start local 2 // int lim
         2: .line 997
            getstatic java.nio.DirectByteBufferR.$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 998
      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 1000
            iload 3 /* rem */
            iconst_3
            ishr
            istore 4 /* size */
        start local 4 // int size
         7: .line 1001
            getstatic java.nio.DirectByteBufferR.unaligned:Z
            ifne 25
            aload 0 /* this */
            getfield java.nio.DirectByteBufferR.address:J
            iload 1 /* off */
            i2l
            ladd
            ldc 8
            lrem
            lconst_0
            lcmp
            ifeq 25
         8: .line 1002
            aload 0 /* this */
            getfield java.nio.DirectByteBufferR.bigEndian:Z
            ifeq 17
         9: .line 1003
            new java.nio.ByteBufferAsDoubleBufferRB
            dup
            aload 0 /* this */
        10: .line 1004
            iconst_m1
        11: .line 1005
            iconst_0
        12: .line 1006
            iload 4 /* size */
        13: .line 1007
            iload 4 /* size */
        14: .line 1008
            iload 1 /* off */
        15: .line 1003
            invokespecial java.nio.ByteBufferAsDoubleBufferRB.<init>:(Ljava/nio/ByteBuffer;IIIII)V
        16: .line 1008
            goto 24
        17: .line 1009
      StackMap locals: int int
      StackMap stack:
            new java.nio.ByteBufferAsDoubleBufferRL
            dup
            aload 0 /* this */
        18: .line 1010
            iconst_m1
        19: .line 1011
            iconst_0
        20: .line 1012
            iload 4 /* size */
        21: .line 1013
            iload 4 /* size */
        22: .line 1014
            iload 1 /* off */
        23: .line 1009
            invokespecial java.nio.ByteBufferAsDoubleBufferRL.<init>:(Ljava/nio/ByteBuffer;IIIII)V
        24: .line 1002
      StackMap locals:
      StackMap stack: java.nio.DoubleBuffer
            areturn
        25: .line 1016
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.nio.DirectByteBufferR.nativeByteOrder:Z
            ifeq 34
        26: .line 1017
            new java.nio.DirectDoubleBufferRU
            dup
            aload 0 /* this */
        27: .line 1018
            iconst_m1
        28: .line 1019
            iconst_0
        29: .line 1020
            iload 4 /* size */
        30: .line 1021
            iload 4 /* size */
        31: .line 1022
            iload 1 /* off */
        32: .line 1017
            invokespecial java.nio.DirectDoubleBufferRU.<init>:(Lsun/nio/ch/DirectBuffer;IIIII)V
        33: .line 1022
            goto 41
        34: .line 1023
      StackMap locals:
      StackMap stack:
            new java.nio.DirectDoubleBufferRS
            dup
            aload 0 /* this */
        35: .line 1024
            iconst_m1
        36: .line 1025
            iconst_0
        37: .line 1026
            iload 4 /* size */
        38: .line 1027
            iload 4 /* size */
        39: .line 1028
            iload 1 /* off */
        40: .line 1023
            invokespecial java.nio.DirectDoubleBufferRS.<init>:(Lsun/nio/ch/DirectBuffer;IIIII)V
        41: .line 1016
      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.DirectByteBufferR this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   42     0  this  Ljava/nio/DirectByteBufferR;
            1   42     1   off  I
            2   42     2   lim  I
            6   42     3   rem  I
            7   42     4  size  I
}
SourceFile: "DirectByteBufferR.java"