class java.nio.HeapCharBuffer extends java.nio.CharBuffer
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: java.nio.HeapCharBuffer
  super_class: java.nio.CharBuffer
{
  private static final long ARRAY_BASE_OFFSET;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 45
            getstatic java.nio.HeapCharBuffer.UNSAFE:Ljdk/internal/misc/Unsafe;
            ldc [C
            invokevirtual jdk.internal.misc.Unsafe.arrayBaseOffset:(Ljava/lang/Class;)I
            i2l
            putstatic java.nio.HeapCharBuffer.ARRAY_BASE_OFFSET:J
         1: .line 48
            getstatic java.nio.HeapCharBuffer.UNSAFE:Ljdk/internal/misc/Unsafe;
            ldc [C
            invokevirtual jdk.internal.misc.Unsafe.arrayIndexScale:(Ljava/lang/Class;)I
            i2l
            putstatic java.nio.HeapCharBuffer.ARRAY_INDEX_SCALE:J
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(int, int);
    descriptor: (II)V
    flags: (0x0000) 
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // java.nio.HeapCharBuffer this
        start local 1 // int cap
        start local 2 // int lim
         0: .line 61
            aload 0 /* this */
            iconst_m1
            iconst_0
            iload 2 /* lim */
            iload 1 /* cap */
            iload 1 /* cap */
            newarray 5
            iconst_0
            invokespecial java.nio.CharBuffer.<init>:(IIII[CI)V
         1: .line 66
            aload 0 /* this */
            getstatic java.nio.HeapCharBuffer.ARRAY_BASE_OFFSET:J
            putfield java.nio.HeapCharBuffer.address:J
         2: .line 71
            return
        end local 2 // int lim
        end local 1 // int cap
        end local 0 // java.nio.HeapCharBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljava/nio/HeapCharBuffer;
            0    3     1   cap  I
            0    3     2   lim  I
    MethodParameters:
      Name  Flags
      cap   
      lim   

  void <init>(char[], int, int);
    descriptor: ([CII)V
    flags: (0x0000) 
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // java.nio.HeapCharBuffer this
        start local 1 // char[] buf
        start local 2 // int off
        start local 3 // int len
         0: .line 75
            aload 0 /* this */
            iconst_m1
            iload 2 /* off */
            iload 2 /* off */
            iload 3 /* len */
            iadd
            aload 1 /* buf */
            arraylength
            aload 1 /* buf */
            iconst_0
            invokespecial java.nio.CharBuffer.<init>:(IIII[CI)V
         1: .line 80
            aload 0 /* this */
            getstatic java.nio.HeapCharBuffer.ARRAY_BASE_OFFSET:J
            putfield java.nio.HeapCharBuffer.address:J
         2: .line 85
            return
        end local 3 // int len
        end local 2 // int off
        end local 1 // char[] buf
        end local 0 // java.nio.HeapCharBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljava/nio/HeapCharBuffer;
            0    3     1   buf  [C
            0    3     2   off  I
            0    3     3   len  I
    MethodParameters:
      Name  Flags
      buf   
      off   
      len   

  protected void <init>(char[], int, int, int, int, int);
    descriptor: ([CIIIII)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=7, args_size=7
        start local 0 // java.nio.HeapCharBuffer this
        start local 1 // char[] buf
        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 92
            aload 0 /* this */
            iload 2 /* mark */
            iload 3 /* pos */
            iload 4 /* lim */
            iload 5 /* cap */
            aload 1 /* buf */
            iload 6 /* off */
            invokespecial java.nio.CharBuffer.<init>:(IIII[CI)V
         1: .line 97
            aload 0 /* this */
            getstatic java.nio.HeapCharBuffer.ARRAY_BASE_OFFSET:J
            iload 6 /* off */
            i2l
            getstatic java.nio.HeapCharBuffer.ARRAY_INDEX_SCALE:J
            lmul
            ladd
            putfield java.nio.HeapCharBuffer.address:J
         2: .line 102
            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 // char[] buf
        end local 0 // java.nio.HeapCharBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljava/nio/HeapCharBuffer;
            0    3     1   buf  [C
            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
      buf   
      mark  
      pos   
      lim   
      cap   
      off   

  public java.nio.CharBuffer slice();
    descriptor: ()Ljava/nio/CharBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=4, args_size=1
        start local 0 // java.nio.HeapCharBuffer this
         0: .line 105
            aload 0 /* this */
            invokevirtual java.nio.HeapCharBuffer.position:()I
            istore 1 /* pos */
        start local 1 // int pos
         1: .line 106
            aload 0 /* this */
            invokevirtual java.nio.HeapCharBuffer.limit:()I
            istore 2 /* lim */
        start local 2 // int lim
         2: .line 107
            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 108
            new java.nio.HeapCharBuffer
            dup
            aload 0 /* this */
            getfield java.nio.HeapCharBuffer.hb:[C
         6: .line 109
            iconst_m1
         7: .line 110
            iconst_0
         8: .line 111
            iload 3 /* rem */
         9: .line 112
            iload 3 /* rem */
        10: .line 113
            iload 1 /* pos */
            aload 0 /* this */
            getfield java.nio.HeapCharBuffer.offset:I
            iadd
        11: .line 108
            invokespecial java.nio.HeapCharBuffer.<init>:([CIIIII)V
            areturn
        end local 3 // int rem
        end local 2 // int lim
        end local 1 // int pos
        end local 0 // java.nio.HeapCharBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Ljava/nio/HeapCharBuffer;
            1   12     1   pos  I
            2   12     2   lim  I
            5   12     3   rem  I

  public java.nio.CharBuffer duplicate();
    descriptor: ()Ljava/nio/CharBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=1, args_size=1
        start local 0 // java.nio.HeapCharBuffer this
         0: .line 131
            new java.nio.HeapCharBuffer
            dup
            aload 0 /* this */
            getfield java.nio.HeapCharBuffer.hb:[C
         1: .line 132
            aload 0 /* this */
            invokevirtual java.nio.HeapCharBuffer.markValue:()I
         2: .line 133
            aload 0 /* this */
            invokevirtual java.nio.HeapCharBuffer.position:()I
         3: .line 134
            aload 0 /* this */
            invokevirtual java.nio.HeapCharBuffer.limit:()I
         4: .line 135
            aload 0 /* this */
            invokevirtual java.nio.HeapCharBuffer.capacity:()I
         5: .line 136
            aload 0 /* this */
            getfield java.nio.HeapCharBuffer.offset:I
         6: .line 131
            invokespecial java.nio.HeapCharBuffer.<init>:([CIIIII)V
            areturn
        end local 0 // java.nio.HeapCharBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Ljava/nio/HeapCharBuffer;

  public java.nio.CharBuffer asReadOnlyBuffer();
    descriptor: ()Ljava/nio/CharBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=1, args_size=1
        start local 0 // java.nio.HeapCharBuffer this
         0: .line 141
            new java.nio.HeapCharBufferR
            dup
            aload 0 /* this */
            getfield java.nio.HeapCharBuffer.hb:[C
         1: .line 142
            aload 0 /* this */
            invokevirtual java.nio.HeapCharBuffer.markValue:()I
         2: .line 143
            aload 0 /* this */
            invokevirtual java.nio.HeapCharBuffer.position:()I
         3: .line 144
            aload 0 /* this */
            invokevirtual java.nio.HeapCharBuffer.limit:()I
         4: .line 145
            aload 0 /* this */
            invokevirtual java.nio.HeapCharBuffer.capacity:()I
         5: .line 146
            aload 0 /* this */
            getfield java.nio.HeapCharBuffer.offset:I
         6: .line 141
            invokespecial java.nio.HeapCharBufferR.<init>:([CIIIII)V
            areturn
        end local 0 // java.nio.HeapCharBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Ljava/nio/HeapCharBuffer;

  protected int ix(int);
    descriptor: (I)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.nio.HeapCharBuffer this
        start local 1 // int i
         0: .line 155
            iload 1 /* i */
            aload 0 /* this */
            getfield java.nio.HeapCharBuffer.offset:I
            iadd
            ireturn
        end local 1 // int i
        end local 0 // java.nio.HeapCharBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/HeapCharBuffer;
            0    1     1     i  I
    MethodParameters:
      Name  Flags
      i     

  public char get();
    descriptor: ()C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.nio.HeapCharBuffer this
         0: .line 165
            aload 0 /* this */
            getfield java.nio.HeapCharBuffer.hb:[C
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual java.nio.HeapCharBuffer.nextGetIndex:()I
            invokevirtual java.nio.HeapCharBuffer.ix:(I)I
            caload
            ireturn
        end local 0 // java.nio.HeapCharBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/HeapCharBuffer;

  public char get(int);
    descriptor: (I)C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // java.nio.HeapCharBuffer this
        start local 1 // int i
         0: .line 169
            aload 0 /* this */
            getfield java.nio.HeapCharBuffer.hb:[C
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* i */
            invokevirtual java.nio.HeapCharBuffer.checkIndex:(I)I
            invokevirtual java.nio.HeapCharBuffer.ix:(I)I
            caload
            ireturn
        end local 1 // int i
        end local 0 // java.nio.HeapCharBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/HeapCharBuffer;
            0    1     1     i  I
    MethodParameters:
      Name  Flags
      i     

  char getUnchecked(int);
    descriptor: (I)C
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.nio.HeapCharBuffer this
        start local 1 // int i
         0: .line 174
            aload 0 /* this */
            getfield java.nio.HeapCharBuffer.hb:[C
            aload 0 /* this */
            iload 1 /* i */
            invokevirtual java.nio.HeapCharBuffer.ix:(I)I
            caload
            ireturn
        end local 1 // int i
        end local 0 // java.nio.HeapCharBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/HeapCharBuffer;
            0    1     1     i  I
    MethodParameters:
      Name  Flags
      i     

  public java.nio.CharBuffer get(char[], int, int);
    descriptor: ([CII)Ljava/nio/CharBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // java.nio.HeapCharBuffer this
        start local 1 // char[] dst
        start local 2 // int offset
        start local 3 // int length
         0: .line 179
            iload 2 /* offset */
            iload 3 /* length */
            aload 1 /* dst */
            arraylength
            invokestatic java.nio.HeapCharBuffer.checkBounds:(III)V
         1: .line 180
            aload 0 /* this */
            invokevirtual java.nio.HeapCharBuffer.position:()I
            istore 4 /* pos */
        start local 4 // int pos
         2: .line 181
            iload 3 /* length */
            aload 0 /* this */
            invokevirtual java.nio.HeapCharBuffer.limit:()I
            iload 4 /* pos */
            isub
            if_icmple 4
         3: .line 182
            new java.nio.BufferUnderflowException
            dup
            invokespecial java.nio.BufferUnderflowException.<init>:()V
            athrow
         4: .line 183
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield java.nio.HeapCharBuffer.hb:[C
            aload 0 /* this */
            iload 4 /* pos */
            invokevirtual java.nio.HeapCharBuffer.ix:(I)I
            aload 1 /* dst */
            iload 2 /* offset */
            iload 3 /* length */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         5: .line 184
            aload 0 /* this */
            iload 4 /* pos */
            iload 3 /* length */
            iadd
            invokevirtual java.nio.HeapCharBuffer.position:(I)Ljava/nio/CharBuffer;
            pop
         6: .line 185
            aload 0 /* this */
            areturn
        end local 4 // int pos
        end local 3 // int length
        end local 2 // int offset
        end local 1 // char[] dst
        end local 0 // java.nio.HeapCharBuffer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Ljava/nio/HeapCharBuffer;
            0    7     1     dst  [C
            0    7     2  offset  I
            0    7     3  length  I
            2    7     4     pos  I
    MethodParameters:
        Name  Flags
      dst     
      offset  
      length  

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

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

  public java.nio.CharBuffer put(char);
    descriptor: (C)Ljava/nio/CharBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.nio.HeapCharBuffer this
        start local 1 // char x
         0: .line 200
            aload 0 /* this */
            getfield java.nio.HeapCharBuffer.hb:[C
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual java.nio.HeapCharBuffer.nextPutIndex:()I
            invokevirtual java.nio.HeapCharBuffer.ix:(I)I
            iload 1 /* x */
            castore
         1: .line 201
            aload 0 /* this */
            areturn
        end local 1 // char x
        end local 0 // java.nio.HeapCharBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/nio/HeapCharBuffer;
            0    2     1     x  C
    MethodParameters:
      Name  Flags
      x     

  public java.nio.CharBuffer put(int, char);
    descriptor: (IC)Ljava/nio/CharBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // java.nio.HeapCharBuffer this
        start local 1 // int i
        start local 2 // char x
         0: .line 209
            aload 0 /* this */
            getfield java.nio.HeapCharBuffer.hb:[C
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* i */
            invokevirtual java.nio.HeapCharBuffer.checkIndex:(I)I
            invokevirtual java.nio.HeapCharBuffer.ix:(I)I
            iload 2 /* x */
            castore
         1: .line 210
            aload 0 /* this */
            areturn
        end local 2 // char x
        end local 1 // int i
        end local 0 // java.nio.HeapCharBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/nio/HeapCharBuffer;
            0    2     1     i  I
            0    2     2     x  C
    MethodParameters:
      Name  Flags
      i     
      x     

  public java.nio.CharBuffer put(char[], int, int);
    descriptor: ([CII)Ljava/nio/CharBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // java.nio.HeapCharBuffer this
        start local 1 // char[] src
        start local 2 // int offset
        start local 3 // int length
         0: .line 218
            iload 2 /* offset */
            iload 3 /* length */
            aload 1 /* src */
            arraylength
            invokestatic java.nio.HeapCharBuffer.checkBounds:(III)V
         1: .line 219
            aload 0 /* this */
            invokevirtual java.nio.HeapCharBuffer.position:()I
            istore 4 /* pos */
        start local 4 // int pos
         2: .line 220
            iload 3 /* length */
            aload 0 /* this */
            invokevirtual java.nio.HeapCharBuffer.limit:()I
            iload 4 /* pos */
            isub
            if_icmple 4
         3: .line 221
            new java.nio.BufferOverflowException
            dup
            invokespecial java.nio.BufferOverflowException.<init>:()V
            athrow
         4: .line 222
      StackMap locals: int
      StackMap stack:
            aload 1 /* src */
            iload 2 /* offset */
            aload 0 /* this */
            getfield java.nio.HeapCharBuffer.hb:[C
            aload 0 /* this */
            iload 4 /* pos */
            invokevirtual java.nio.HeapCharBuffer.ix:(I)I
            iload 3 /* length */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         5: .line 223
            aload 0 /* this */
            iload 4 /* pos */
            iload 3 /* length */
            iadd
            invokevirtual java.nio.HeapCharBuffer.position:(I)Ljava/nio/CharBuffer;
            pop
         6: .line 224
            aload 0 /* this */
            areturn
        end local 4 // int pos
        end local 3 // int length
        end local 2 // int offset
        end local 1 // char[] src
        end local 0 // java.nio.HeapCharBuffer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Ljava/nio/HeapCharBuffer;
            0    7     1     src  [C
            0    7     2  offset  I
            0    7     3  length  I
            2    7     4     pos  I
    MethodParameters:
        Name  Flags
      src     
      offset  
      length  

  public java.nio.CharBuffer put(java.nio.CharBuffer);
    descriptor: (Ljava/nio/CharBuffer;)Ljava/nio/CharBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=2
        start local 0 // java.nio.HeapCharBuffer this
        start local 1 // java.nio.CharBuffer src
         0: .line 232
            aload 1 /* src */
            instanceof java.nio.HeapCharBuffer
            ifeq 15
         1: .line 233
            aload 1 /* src */
            aload 0 /* this */
            if_acmpne 3
         2: .line 234
            invokestatic java.nio.HeapCharBuffer.createSameBufferException:()Ljava/lang/IllegalArgumentException;
            athrow
         3: .line 235
      StackMap locals:
      StackMap stack:
            aload 1 /* src */
            checkcast java.nio.HeapCharBuffer
            astore 2 /* sb */
        start local 2 // java.nio.HeapCharBuffer sb
         4: .line 236
            aload 0 /* this */
            invokevirtual java.nio.HeapCharBuffer.position:()I
            istore 3 /* pos */
        start local 3 // int pos
         5: .line 237
            aload 2 /* sb */
            invokevirtual java.nio.HeapCharBuffer.position:()I
            istore 4 /* sbpos */
        start local 4 // int sbpos
         6: .line 238
            aload 2 /* sb */
            invokevirtual java.nio.HeapCharBuffer.limit:()I
            iload 4 /* sbpos */
            isub
            istore 5 /* n */
        start local 5 // int n
         7: .line 239
            iload 5 /* n */
            aload 0 /* this */
            invokevirtual java.nio.HeapCharBuffer.limit:()I
            iload 3 /* pos */
            isub
            if_icmple 9
         8: .line 240
            new java.nio.BufferOverflowException
            dup
            invokespecial java.nio.BufferOverflowException.<init>:()V
            athrow
         9: .line 241
      StackMap locals: java.nio.HeapCharBuffer java.nio.CharBuffer java.nio.HeapCharBuffer int int int
      StackMap stack:
            aload 2 /* sb */
            getfield java.nio.HeapCharBuffer.hb:[C
            aload 2 /* sb */
            iload 4 /* sbpos */
            invokevirtual java.nio.HeapCharBuffer.ix:(I)I
        10: .line 242
            aload 0 /* this */
            getfield java.nio.HeapCharBuffer.hb:[C
            aload 0 /* this */
            iload 3 /* pos */
            invokevirtual java.nio.HeapCharBuffer.ix:(I)I
            iload 5 /* n */
        11: .line 241
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        12: .line 243
            aload 2 /* sb */
            iload 4 /* sbpos */
            iload 5 /* n */
            iadd
            invokevirtual java.nio.HeapCharBuffer.position:(I)Ljava/nio/CharBuffer;
            pop
        13: .line 244
            aload 0 /* this */
            iload 3 /* pos */
            iload 5 /* n */
            iadd
            invokevirtual java.nio.HeapCharBuffer.position:(I)Ljava/nio/CharBuffer;
            pop
        end local 5 // int n
        end local 4 // int sbpos
        end local 3 // int pos
        end local 2 // java.nio.HeapCharBuffer sb
        14: .line 245
            goto 24
      StackMap locals: java.nio.HeapCharBuffer java.nio.CharBuffer
      StackMap stack:
        15: aload 1 /* src */
            invokevirtual java.nio.CharBuffer.isDirect:()Z
            ifeq 23
        16: .line 246
            aload 1 /* src */
            invokevirtual java.nio.CharBuffer.remaining:()I
            istore 2 /* n */
        start local 2 // int n
        17: .line 247
            aload 0 /* this */
            invokevirtual java.nio.HeapCharBuffer.position:()I
            istore 3 /* pos */
        start local 3 // int pos
        18: .line 248
            iload 2 /* n */
            aload 0 /* this */
            invokevirtual java.nio.HeapCharBuffer.limit:()I
            iload 3 /* pos */
            isub
            if_icmple 20
        19: .line 249
            new java.nio.BufferOverflowException
            dup
            invokespecial java.nio.BufferOverflowException.<init>:()V
            athrow
        20: .line 250
      StackMap locals: int int
      StackMap stack:
            aload 1 /* src */
            aload 0 /* this */
            getfield java.nio.HeapCharBuffer.hb:[C
            aload 0 /* this */
            iload 3 /* pos */
            invokevirtual java.nio.HeapCharBuffer.ix:(I)I
            iload 2 /* n */
            invokevirtual java.nio.CharBuffer.get:([CII)Ljava/nio/CharBuffer;
            pop
        21: .line 251
            aload 0 /* this */
            iload 3 /* pos */
            iload 2 /* n */
            iadd
            invokevirtual java.nio.HeapCharBuffer.position:(I)Ljava/nio/CharBuffer;
            pop
        end local 3 // int pos
        end local 2 // int n
        22: .line 252
            goto 24
        23: .line 253
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* src */
            invokespecial java.nio.CharBuffer.put:(Ljava/nio/CharBuffer;)Ljava/nio/CharBuffer;
            pop
        24: .line 255
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // java.nio.CharBuffer src
        end local 0 // java.nio.HeapCharBuffer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   25     0   this  Ljava/nio/HeapCharBuffer;
            0   25     1    src  Ljava/nio/CharBuffer;
            4   14     2     sb  Ljava/nio/HeapCharBuffer;
            5   14     3    pos  I
            6   14     4  sbpos  I
            7   14     5      n  I
           17   22     2      n  I
           18   22     3    pos  I
    MethodParameters:
      Name  Flags
      src   

  public java.nio.CharBuffer compact();
    descriptor: ()Ljava/nio/CharBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // java.nio.HeapCharBuffer this
         0: .line 263
            aload 0 /* this */
            invokevirtual java.nio.HeapCharBuffer.position:()I
            istore 1 /* pos */
        start local 1 // int pos
         1: .line 264
            aload 0 /* this */
            invokevirtual java.nio.HeapCharBuffer.limit:()I
            iload 1 /* pos */
            isub
            istore 2 /* rem */
        start local 2 // int rem
         2: .line 265
            aload 0 /* this */
            getfield java.nio.HeapCharBuffer.hb:[C
            aload 0 /* this */
            iload 1 /* pos */
            invokevirtual java.nio.HeapCharBuffer.ix:(I)I
            aload 0 /* this */
            getfield java.nio.HeapCharBuffer.hb:[C
            aload 0 /* this */
            iconst_0
            invokevirtual java.nio.HeapCharBuffer.ix:(I)I
            iload 2 /* rem */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         3: .line 266
            aload 0 /* this */
            iload 2 /* rem */
            invokevirtual java.nio.HeapCharBuffer.position:(I)Ljava/nio/CharBuffer;
            pop
         4: .line 267
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual java.nio.HeapCharBuffer.capacity:()I
            invokevirtual java.nio.HeapCharBuffer.limit:(I)Ljava/nio/CharBuffer;
            pop
         5: .line 268
            aload 0 /* this */
            invokevirtual java.nio.HeapCharBuffer.discardMark:()V
         6: .line 269
            aload 0 /* this */
            areturn
        end local 2 // int rem
        end local 1 // int pos
        end local 0 // java.nio.HeapCharBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Ljava/nio/HeapCharBuffer;
            1    7     1   pos  I
            2    7     2   rem  I

  java.lang.String toString(int, int);
    descriptor: (II)Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // java.nio.HeapCharBuffer this
        start local 1 // int start
        start local 2 // int end
         0: .line 618
            new java.lang.String
            dup
            aload 0 /* this */
            getfield java.nio.HeapCharBuffer.hb:[C
            iload 1 /* start */
            aload 0 /* this */
            getfield java.nio.HeapCharBuffer.offset:I
            iadd
            iload 2 /* end */
            iload 1 /* start */
            isub
            invokespecial java.lang.String.<init>:([CII)V
         1: areturn
         2: .line 619
      StackMap locals:
      StackMap stack: java.lang.StringIndexOutOfBoundsException
            pop
         3: .line 620
            new java.lang.IndexOutOfBoundsException
            dup
            invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
            athrow
        end local 2 // int end
        end local 1 // int start
        end local 0 // java.nio.HeapCharBuffer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Ljava/nio/HeapCharBuffer;
            0    4     1  start  I
            0    4     2    end  I
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.StringIndexOutOfBoundsException
    MethodParameters:
       Name  Flags
      start  
      end    

  public java.nio.CharBuffer subSequence(int, int);
    descriptor: (II)Ljava/nio/CharBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=3
        start local 0 // java.nio.HeapCharBuffer this
        start local 1 // int start
        start local 2 // int end
         0: .line 628
            iload 1 /* start */
            iflt 3
         1: .line 629
            iload 2 /* end */
            aload 0 /* this */
            invokevirtual java.nio.HeapCharBuffer.length:()I
            if_icmpgt 3
         2: .line 630
            iload 1 /* start */
            iload 2 /* end */
            if_icmple 4
         3: .line 631
      StackMap locals:
      StackMap stack:
            new java.lang.IndexOutOfBoundsException
            dup
            invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
            athrow
         4: .line 632
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.nio.HeapCharBuffer.position:()I
            istore 3 /* pos */
        start local 3 // int pos
         5: .line 633
            new java.nio.HeapCharBuffer
            dup
            aload 0 /* this */
            getfield java.nio.HeapCharBuffer.hb:[C
         6: .line 634
            iconst_m1
         7: .line 635
            iload 3 /* pos */
            iload 1 /* start */
            iadd
         8: .line 636
            iload 3 /* pos */
            iload 2 /* end */
            iadd
         9: .line 637
            aload 0 /* this */
            invokevirtual java.nio.HeapCharBuffer.capacity:()I
        10: .line 638
            aload 0 /* this */
            getfield java.nio.HeapCharBuffer.offset:I
        11: .line 633
            invokespecial java.nio.HeapCharBuffer.<init>:([CIIIII)V
            areturn
        end local 3 // int pos
        end local 2 // int end
        end local 1 // int start
        end local 0 // java.nio.HeapCharBuffer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   12     0   this  Ljava/nio/HeapCharBuffer;
            0   12     1  start  I
            0   12     2    end  I
            5   12     3    pos  I
    MethodParameters:
       Name  Flags
      start  
      end    

  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.HeapCharBuffer this
         0: .line 647
            invokestatic java.nio.ByteOrder.nativeOrder:()Ljava/nio/ByteOrder;
            areturn
        end local 0 // java.nio.HeapCharBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/HeapCharBuffer;

  java.nio.ByteOrder charRegionOrder();
    descriptor: ()Ljava/nio/ByteOrder;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.nio.HeapCharBuffer this
         0: .line 653
            aload 0 /* this */
            invokevirtual java.nio.HeapCharBuffer.order:()Ljava/nio/ByteOrder;
            areturn
        end local 0 // java.nio.HeapCharBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/HeapCharBuffer;

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

  public java.lang.CharSequence subSequence(int, int);
    descriptor: (II)Ljava/lang/CharSequence;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            iload 1
            iload 2
            invokevirtual java.nio.HeapCharBuffer.subSequence:(II)Ljava/nio/CharBuffer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "HeapCharBuffer.java"