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 137
            aload 0 /* this */
            iload 1 /* cap */
            invokespecial java.nio.DirectByteBuffer.<init>:(I)V
         1: .line 138
            aload 0 /* this */
            iconst_1
            putfield java.nio.DirectByteBufferR.isReadOnly:Z
         2: .line 140
            return
        end local 1 // int cap
        end local 0 // java.nio.DirectByteBufferR this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljava/nio/DirectByteBufferR;
            0    3     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 178
            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 179
            aload 0 /* this */
            iconst_1
            putfield java.nio.DirectByteBufferR.isReadOnly:Z
         2: .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.DirectByteBufferR this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Ljava/nio/DirectByteBufferR;
            0    3     1       cap  I
            0    3     2      addr  J
            0    3     4        fd  Ljava/io/FileDescriptor;
            0    3     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 199
            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 200
            aload 0 /* this */
            iconst_1
            putfield java.nio.DirectByteBufferR.isReadOnly:Z
         2: .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.DirectByteBufferR this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljava/nio/DirectByteBufferR;
            0    3     1    db  Lsun/nio/ch/DirectBuffer;
            0    3     2  mark  I
            0    3     3   pos  I
            0    3     4   lim  I
            0    3     5   cap  I
            0    3     6   off  I
    MethodParameters:
      Name  Flags
      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.DirectByteBufferR this
         0: .line 206
            aconst_null
            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 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 210
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBufferR.position:()I
            istore 1 /* pos */
        start local 1 // int pos
         1: .line 211
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBufferR.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.DirectByteBufferR.$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.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 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.DirectByteBufferR this
        start local 1 // int pos
        start local 2 // int lim
         0: .line 220
            getstatic java.nio.DirectByteBufferR.$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.DirectByteBufferR.$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.DirectByteBufferR
            dup
            aload 0 /* this */
            iconst_m1
            iconst_0
            iload 3 /* rem */
            iload 3 /* rem */
            iload 1 /* pos */
            invokespecial java.nio.DirectByteBufferR.<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.DirectByteBufferR this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljava/nio/DirectByteBufferR;
            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.DirectByteBufferR this
         0: .line 228
            new java.nio.DirectByteBufferR
            dup
            aload 0 /* this */
         1: .line 229
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBufferR.markValue:()I
         2: .line 230
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBufferR.position:()I
         3: .line 231
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBufferR.limit:()I
         4: .line 232
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBufferR.capacity:()I
         5: .line 233
            iconst_0
         6: .line 228
            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 245
            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 337
            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 350
            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 396
            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 437
            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 457
            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 462
            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 466
            iconst_1
            ireturn
        end local 0 // java.nio.DirectByteBufferR this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/DirectByteBufferR;

  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 576
            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 585
            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 594
            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=11, locals=5, args_size=1
        start local 0 // java.nio.DirectByteBufferR this
         0: .line 599
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBufferR.position:()I
            istore 1 /* off */
        start local 1 // int off
         1: .line 600
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBufferR.limit:()I
            istore 2 /* lim */
        start local 2 // int lim
         2: .line 601
            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 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.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 606
            aload 0 /* this */
            getfield java.nio.DirectByteBufferR.bigEndian:Z
            ifeq 17
         9: .line 607
            new java.nio.ByteBufferAsCharBufferRB
            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.DirectByteBufferR.address:J
            iload 1 /* off */
            i2l
            ladd
        15: .line 607
            invokespecial java.nio.ByteBufferAsCharBufferRB.<init>:(Ljava/nio/ByteBuffer;IIIIJ)V
        16: .line 612
            goto 24
        17: .line 613
      StackMap locals: int int
      StackMap stack:
            new java.nio.ByteBufferAsCharBufferRL
            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.DirectByteBufferR.address:J
            iload 1 /* off */
            i2l
            ladd
        23: .line 613
            invokespecial java.nio.ByteBufferAsCharBufferRL.<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.DirectByteBufferR.nativeByteOrder:Z
            ifeq 34
        26: .line 621
            new java.nio.DirectCharBufferRU
            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.DirectCharBufferRU.<init>:(Lsun/nio/ch/DirectBuffer;IIIII)V
        33: .line 626
            goto 41
        34: .line 627
      StackMap locals:
      StackMap stack:
            new java.nio.DirectCharBufferRS
            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.DirectCharBufferRS.<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.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 676
            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 685
            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 694
            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=11, locals=5, args_size=1
        start local 0 // java.nio.DirectByteBufferR this
         0: .line 699
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBufferR.position:()I
            istore 1 /* off */
        start local 1 // int off
         1: .line 700
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBufferR.limit:()I
            istore 2 /* lim */
        start local 2 // int lim
         2: .line 701
            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 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.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 706
            aload 0 /* this */
            getfield java.nio.DirectByteBufferR.bigEndian:Z
            ifeq 17
         9: .line 707
            new java.nio.ByteBufferAsShortBufferRB
            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.DirectByteBufferR.address:J
            iload 1 /* off */
            i2l
            ladd
        15: .line 707
            invokespecial java.nio.ByteBufferAsShortBufferRB.<init>:(Ljava/nio/ByteBuffer;IIIIJ)V
        16: .line 712
            goto 24
        17: .line 713
      StackMap locals: int int
      StackMap stack:
            new java.nio.ByteBufferAsShortBufferRL
            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.DirectByteBufferR.address:J
            iload 1 /* off */
            i2l
            ladd
        23: .line 713
            invokespecial java.nio.ByteBufferAsShortBufferRL.<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.DirectByteBufferR.nativeByteOrder:Z
            ifeq 34
        26: .line 721
            new java.nio.DirectShortBufferRU
            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.DirectShortBufferRU.<init>:(Lsun/nio/ch/DirectBuffer;IIIII)V
        33: .line 726
            goto 41
        34: .line 727
      StackMap locals:
      StackMap stack:
            new java.nio.DirectShortBufferRS
            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.DirectShortBufferRS.<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.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 776
            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 785
            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 794
            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=11, locals=5, args_size=1
        start local 0 // java.nio.DirectByteBufferR this
         0: .line 799
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBufferR.position:()I
            istore 1 /* off */
        start local 1 // int off
         1: .line 800
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBufferR.limit:()I
            istore 2 /* lim */
        start local 2 // int lim
         2: .line 801
            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 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.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 806
            aload 0 /* this */
            getfield java.nio.DirectByteBufferR.bigEndian:Z
            ifeq 17
         9: .line 807
            new java.nio.ByteBufferAsIntBufferRB
            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.DirectByteBufferR.address:J
            iload 1 /* off */
            i2l
            ladd
        15: .line 807
            invokespecial java.nio.ByteBufferAsIntBufferRB.<init>:(Ljava/nio/ByteBuffer;IIIIJ)V
        16: .line 812
            goto 24
        17: .line 813
      StackMap locals: int int
      StackMap stack:
            new java.nio.ByteBufferAsIntBufferRL
            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.DirectByteBufferR.address:J
            iload 1 /* off */
            i2l
            ladd
        23: .line 813
            invokespecial java.nio.ByteBufferAsIntBufferRL.<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.DirectByteBufferR.nativeByteOrder:Z
            ifeq 34
        26: .line 821
            new java.nio.DirectIntBufferRU
            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.DirectIntBufferRU.<init>:(Lsun/nio/ch/DirectBuffer;IIIII)V
        33: .line 826
            goto 41
        34: .line 827
      StackMap locals:
      StackMap stack:
            new java.nio.DirectIntBufferRS
            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.DirectIntBufferRS.<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.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 876
            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 885
            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 894
            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=11, locals=5, args_size=1
        start local 0 // java.nio.DirectByteBufferR this
         0: .line 899
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBufferR.position:()I
            istore 1 /* off */
        start local 1 // int off
         1: .line 900
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBufferR.limit:()I
            istore 2 /* lim */
        start local 2 // int lim
         2: .line 901
            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 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.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 906
            aload 0 /* this */
            getfield java.nio.DirectByteBufferR.bigEndian:Z
            ifeq 17
         9: .line 907
            new java.nio.ByteBufferAsLongBufferRB
            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.DirectByteBufferR.address:J
            iload 1 /* off */
            i2l
            ladd
        15: .line 907
            invokespecial java.nio.ByteBufferAsLongBufferRB.<init>:(Ljava/nio/ByteBuffer;IIIIJ)V
        16: .line 912
            goto 24
        17: .line 913
      StackMap locals: int int
      StackMap stack:
            new java.nio.ByteBufferAsLongBufferRL
            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.DirectByteBufferR.address:J
            iload 1 /* off */
            i2l
            ladd
        23: .line 913
            invokespecial java.nio.ByteBufferAsLongBufferRL.<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.DirectByteBufferR.nativeByteOrder:Z
            ifeq 34
        26: .line 921
            new java.nio.DirectLongBufferRU
            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.DirectLongBufferRU.<init>:(Lsun/nio/ch/DirectBuffer;IIIII)V
        33: .line 926
            goto 41
        34: .line 927
      StackMap locals:
      StackMap stack:
            new java.nio.DirectLongBufferRS
            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.DirectLongBufferRS.<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.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 976
            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 985
            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 994
            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=11, locals=5, args_size=1
        start local 0 // java.nio.DirectByteBufferR this
         0: .line 999
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBufferR.position:()I
            istore 1 /* off */
        start local 1 // int off
         1: .line 1000
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBufferR.limit:()I
            istore 2 /* lim */
        start local 2 // int lim
         2: .line 1001
            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 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.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 1006
            aload 0 /* this */
            getfield java.nio.DirectByteBufferR.bigEndian:Z
            ifeq 17
         9: .line 1007
            new java.nio.ByteBufferAsFloatBufferRB
            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.DirectByteBufferR.address:J
            iload 1 /* off */
            i2l
            ladd
        15: .line 1007
            invokespecial java.nio.ByteBufferAsFloatBufferRB.<init>:(Ljava/nio/ByteBuffer;IIIIJ)V
        16: .line 1012
            goto 24
        17: .line 1013
      StackMap locals: int int
      StackMap stack:
            new java.nio.ByteBufferAsFloatBufferRL
            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.DirectByteBufferR.address:J
            iload 1 /* off */
            i2l
            ladd
        23: .line 1013
            invokespecial java.nio.ByteBufferAsFloatBufferRL.<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.DirectByteBufferR.nativeByteOrder:Z
            ifeq 34
        26: .line 1021
            new java.nio.DirectFloatBufferRU
            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.DirectFloatBufferRU.<init>:(Lsun/nio/ch/DirectBuffer;IIIII)V
        33: .line 1026
            goto 41
        34: .line 1027
      StackMap locals:
      StackMap stack:
            new java.nio.DirectFloatBufferRS
            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.DirectFloatBufferRS.<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.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 1076
            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 1085
            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 1094
            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=11, locals=5, args_size=1
        start local 0 // java.nio.DirectByteBufferR this
         0: .line 1099
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBufferR.position:()I
            istore 1 /* off */
        start local 1 // int off
         1: .line 1100
            aload 0 /* this */
            invokevirtual java.nio.DirectByteBufferR.limit:()I
            istore 2 /* lim */
        start local 2 // int lim
         2: .line 1101
            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 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.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 1106
            aload 0 /* this */
            getfield java.nio.DirectByteBufferR.bigEndian:Z
            ifeq 17
         9: .line 1107
            new java.nio.ByteBufferAsDoubleBufferRB
            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.DirectByteBufferR.address:J
            iload 1 /* off */
            i2l
            ladd
        15: .line 1107
            invokespecial java.nio.ByteBufferAsDoubleBufferRB.<init>:(Ljava/nio/ByteBuffer;IIIIJ)V
        16: .line 1112
            goto 24
        17: .line 1113
      StackMap locals: int int
      StackMap stack:
            new java.nio.ByteBufferAsDoubleBufferRL
            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.DirectByteBufferR.address:J
            iload 1 /* off */
            i2l
            ladd
        23: .line 1113
            invokespecial java.nio.ByteBufferAsDoubleBufferRL.<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.DirectByteBufferR.nativeByteOrder:Z
            ifeq 34
        26: .line 1121
            new java.nio.DirectDoubleBufferRU
            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.DirectDoubleBufferRU.<init>:(Lsun/nio/ch/DirectBuffer;IIIII)V
        33: .line 1126
            goto 41
        34: .line 1127
      StackMap locals:
      StackMap stack:
            new java.nio.DirectDoubleBufferRS
            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.DirectDoubleBufferRS.<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.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

  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.DirectByteBufferR.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.DirectByteBufferR.slice:()Ljava/nio/ByteBuffer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "DirectByteBufferR.java"