class java.nio.ByteBufferAsLongBufferRL extends java.nio.ByteBufferAsLongBufferL
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: java.nio.ByteBufferAsLongBufferRL
  super_class: java.nio.ByteBufferAsLongBufferL
{
  void <init>(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.nio.ByteBufferAsLongBufferRL this
        start local 1 // java.nio.ByteBuffer bb
         0: .line 56
            aload 0 /* this */
            aload 1 /* bb */
            invokespecial java.nio.ByteBufferAsLongBufferL.<init>:(Ljava/nio/ByteBuffer;)V
         1: .line 58
            return
        end local 1 // java.nio.ByteBuffer bb
        end local 0 // java.nio.ByteBufferAsLongBufferRL this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/nio/ByteBufferAsLongBufferRL;
            0    2     1    bb  Ljava/nio/ByteBuffer;
    MethodParameters:
      Name  Flags
      bb    

  void <init>(java.nio.ByteBuffer, int, int, int, int, long);
    descriptor: (Ljava/nio/ByteBuffer;IIIIJ)V
    flags: (0x0000) 
    Code:
      stack=8, locals=8, args_size=7
        start local 0 // java.nio.ByteBufferAsLongBufferRL this
        start local 1 // java.nio.ByteBuffer bb
        start local 2 // int mark
        start local 3 // int pos
        start local 4 // int lim
        start local 5 // int cap
        start local 6 // long addr
         0: .line 70
            aload 0 /* this */
            aload 1 /* bb */
            iload 2 /* mark */
            iload 3 /* pos */
            iload 4 /* lim */
            iload 5 /* cap */
            lload 6 /* addr */
            invokespecial java.nio.ByteBufferAsLongBufferL.<init>:(Ljava/nio/ByteBuffer;IIIIJ)V
         1: .line 72
            return
        end local 6 // long addr
        end local 5 // int cap
        end local 4 // int lim
        end local 3 // int pos
        end local 2 // int mark
        end local 1 // java.nio.ByteBuffer bb
        end local 0 // java.nio.ByteBufferAsLongBufferRL this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/nio/ByteBufferAsLongBufferRL;
            0    2     1    bb  Ljava/nio/ByteBuffer;
            0    2     2  mark  I
            0    2     3   pos  I
            0    2     4   lim  I
            0    2     5   cap  I
            0    2     6  addr  J
    MethodParameters:
      Name  Flags
      bb    
      mark  
      pos   
      lim   
      cap   
      addr  

  java.lang.Object base();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.nio.ByteBufferAsLongBufferRL this
         0: .line 76
            aload 0 /* this */
            getfield java.nio.ByteBufferAsLongBufferRL.bb:Ljava/nio/ByteBuffer;
            getfield java.nio.ByteBuffer.hb:[B
            areturn
        end local 0 // java.nio.ByteBufferAsLongBufferRL this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/ByteBufferAsLongBufferRL;

  public java.nio.LongBuffer slice();
    descriptor: ()Ljava/nio/LongBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=6, args_size=1
        start local 0 // java.nio.ByteBufferAsLongBufferRL this
         0: .line 80
            aload 0 /* this */
            invokevirtual java.nio.ByteBufferAsLongBufferRL.position:()I
            istore 1 /* pos */
        start local 1 // int pos
         1: .line 81
            aload 0 /* this */
            invokevirtual java.nio.ByteBufferAsLongBufferRL.limit:()I
            istore 2 /* lim */
        start local 2 // int lim
         2: .line 82
            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 83
            aload 0 /* this */
            iload 1 /* pos */
            i2l
            invokevirtual java.nio.ByteBufferAsLongBufferRL.byteOffset:(J)J
            lstore 4 /* addr */
        start local 4 // long addr
         6: .line 84
            new java.nio.ByteBufferAsLongBufferRL
            dup
            aload 0 /* this */
            getfield java.nio.ByteBufferAsLongBufferRL.bb:Ljava/nio/ByteBuffer;
            iconst_m1
            iconst_0
            iload 3 /* rem */
            iload 3 /* rem */
            lload 4 /* addr */
            invokespecial java.nio.ByteBufferAsLongBufferRL.<init>:(Ljava/nio/ByteBuffer;IIIIJ)V
            areturn
        end local 4 // long addr
        end local 3 // int rem
        end local 2 // int lim
        end local 1 // int pos
        end local 0 // java.nio.ByteBufferAsLongBufferRL this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Ljava/nio/ByteBufferAsLongBufferRL;
            1    7     1   pos  I
            2    7     2   lim  I
            5    7     3   rem  I
            6    7     4  addr  J

  public java.nio.LongBuffer duplicate();
    descriptor: ()Ljava/nio/LongBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=1, args_size=1
        start local 0 // java.nio.ByteBufferAsLongBufferRL this
         0: .line 88
            new java.nio.ByteBufferAsLongBufferRL
            dup
            aload 0 /* this */
            getfield java.nio.ByteBufferAsLongBufferRL.bb:Ljava/nio/ByteBuffer;
         1: .line 89
            aload 0 /* this */
            invokevirtual java.nio.ByteBufferAsLongBufferRL.markValue:()I
         2: .line 90
            aload 0 /* this */
            invokevirtual java.nio.ByteBufferAsLongBufferRL.position:()I
         3: .line 91
            aload 0 /* this */
            invokevirtual java.nio.ByteBufferAsLongBufferRL.limit:()I
         4: .line 92
            aload 0 /* this */
            invokevirtual java.nio.ByteBufferAsLongBufferRL.capacity:()I
         5: .line 93
            aload 0 /* this */
            getfield java.nio.ByteBufferAsLongBufferRL.address:J
         6: .line 88
            invokespecial java.nio.ByteBufferAsLongBufferRL.<init>:(Ljava/nio/ByteBuffer;IIIIJ)V
            areturn
        end local 0 // java.nio.ByteBufferAsLongBufferRL this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Ljava/nio/ByteBufferAsLongBufferRL;

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

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

  public java.nio.LongBuffer put(int, long);
    descriptor: (IJ)Ljava/nio/LongBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // java.nio.ByteBufferAsLongBufferRL this
        start local 1 // int i
        start local 2 // long x
         0: .line 160
            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.ByteBufferAsLongBufferRL this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/ByteBufferAsLongBufferRL;
            0    1     1     i  I
            0    1     2     x  J
    MethodParameters:
      Name  Flags
      i     
      x     

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

  public boolean isDirect();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.nio.ByteBufferAsLongBufferRL this
         0: .line 187
            aload 0 /* this */
            getfield java.nio.ByteBufferAsLongBufferRL.bb:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.isDirect:()Z
            ireturn
        end local 0 // java.nio.ByteBufferAsLongBufferRL this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/ByteBufferAsLongBufferRL;

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

  public java.nio.ByteOrder order();
    descriptor: ()Ljava/nio/ByteOrder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.nio.ByteBufferAsLongBufferRL this
         0: .line 241
            getstatic java.nio.ByteOrder.LITTLE_ENDIAN:Ljava/nio/ByteOrder;
            areturn
        end local 0 // java.nio.ByteBufferAsLongBufferRL this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/ByteBufferAsLongBufferRL;

  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.ByteBufferAsLongBufferRL.slice:()Ljava/nio/LongBuffer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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