public abstract class java.nio.CharBuffer extends java.nio.Buffer implements java.lang.Comparable<java.nio.CharBuffer>, java.lang.Appendable, java.lang.CharSequence, java.lang.Readable
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: java.nio.CharBuffer
  super_class: java.nio.Buffer
{
  final char[] hb;
    descriptor: [C
    flags: (0x0010) ACC_FINAL

  final int offset;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  boolean isReadOnly;
    descriptor: Z
    flags: (0x0000) 

  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 267
            ldc Ljava/nio/CharBuffer;
            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.CharBuffer.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(int, int, int, int, char[], int, jdk.internal.access.foreign.MemorySegmentProxy);
    descriptor: (IIII[CILjdk/internal/access/foreign/MemorySegmentProxy;)V
    flags: (0x0000) 
    Code:
      stack=6, locals=8, args_size=8
        start local 0 // java.nio.CharBuffer this
        start local 1 // int mark
        start local 2 // int pos
        start local 3 // int lim
        start local 4 // int cap
        start local 5 // char[] hb
        start local 6 // int offset
        start local 7 // jdk.internal.access.foreign.MemorySegmentProxy segment
         0: .line 286
            aload 0 /* this */
            iload 1 /* mark */
            iload 2 /* pos */
            iload 3 /* lim */
            iload 4 /* cap */
            aload 7 /* segment */
            invokespecial java.nio.Buffer.<init>:(IIIILjdk/internal/access/foreign/MemorySegmentProxy;)V
         1: .line 287
            aload 0 /* this */
            aload 5 /* hb */
            putfield java.nio.CharBuffer.hb:[C
         2: .line 288
            aload 0 /* this */
            iload 6 /* offset */
            putfield java.nio.CharBuffer.offset:I
         3: .line 289
            return
        end local 7 // jdk.internal.access.foreign.MemorySegmentProxy segment
        end local 6 // int offset
        end local 5 // char[] hb
        end local 4 // int cap
        end local 3 // int lim
        end local 2 // int pos
        end local 1 // int mark
        end local 0 // java.nio.CharBuffer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Ljava/nio/CharBuffer;
            0    4     1     mark  I
            0    4     2      pos  I
            0    4     3      lim  I
            0    4     4      cap  I
            0    4     5       hb  [C
            0    4     6   offset  I
            0    4     7  segment  Ljdk/internal/access/foreign/MemorySegmentProxy;
    MethodParameters:
         Name  Flags
      mark     
      pos      
      lim      
      cap      
      hb       
      offset   
      segment  

  void <init>(int, int, int, int, jdk.internal.access.foreign.MemorySegmentProxy);
    descriptor: (IIIILjdk/internal/access/foreign/MemorySegmentProxy;)V
    flags: (0x0000) 
    Code:
      stack=8, locals=6, args_size=6
        start local 0 // java.nio.CharBuffer this
        start local 1 // int mark
        start local 2 // int pos
        start local 3 // int lim
        start local 4 // int cap
        start local 5 // jdk.internal.access.foreign.MemorySegmentProxy segment
         0: .line 294
            aload 0 /* this */
            iload 1 /* mark */
            iload 2 /* pos */
            iload 3 /* lim */
            iload 4 /* cap */
            aconst_null
            iconst_0
            aload 5 /* segment */
            invokespecial java.nio.CharBuffer.<init>:(IIII[CILjdk/internal/access/foreign/MemorySegmentProxy;)V
         1: .line 295
            return
        end local 5 // jdk.internal.access.foreign.MemorySegmentProxy segment
        end local 4 // int cap
        end local 3 // int lim
        end local 2 // int pos
        end local 1 // int mark
        end local 0 // java.nio.CharBuffer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Ljava/nio/CharBuffer;
            0    2     1     mark  I
            0    2     2      pos  I
            0    2     3      lim  I
            0    2     4      cap  I
            0    2     5  segment  Ljdk/internal/access/foreign/MemorySegmentProxy;
    MethodParameters:
         Name  Flags
      mark     
      pos      
      lim      
      cap      
      segment  

  void <init>(char[], long, int, jdk.internal.access.foreign.MemorySegmentProxy);
    descriptor: ([CJILjdk/internal/access/foreign/MemorySegmentProxy;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=6, args_size=5
        start local 0 // java.nio.CharBuffer this
        start local 1 // char[] hb
        start local 2 // long addr
        start local 4 // int cap
        start local 5 // jdk.internal.access.foreign.MemorySegmentProxy segment
         0: .line 300
            aload 0 /* this */
            lload 2 /* addr */
            iload 4 /* cap */
            aload 5 /* segment */
            invokespecial java.nio.Buffer.<init>:(JILjdk/internal/access/foreign/MemorySegmentProxy;)V
         1: .line 301
            aload 0 /* this */
            aload 1 /* hb */
            putfield java.nio.CharBuffer.hb:[C
         2: .line 302
            aload 0 /* this */
            iconst_0
            putfield java.nio.CharBuffer.offset:I
         3: .line 303
            return
        end local 5 // jdk.internal.access.foreign.MemorySegmentProxy segment
        end local 4 // int cap
        end local 2 // long addr
        end local 1 // char[] hb
        end local 0 // java.nio.CharBuffer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Ljava/nio/CharBuffer;
            0    4     1       hb  [C
            0    4     2     addr  J
            0    4     4      cap  I
            0    4     5  segment  Ljdk/internal/access/foreign/MemorySegmentProxy;
    MethodParameters:
         Name  Flags
      hb       
      addr     
      cap      
      segment  

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

  public static java.nio.CharBuffer allocate(int);
    descriptor: (I)Ljava/nio/CharBuffer;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // int capacity
         0: .line 359
            iload 0 /* capacity */
            ifge 2
         1: .line 360
            iload 0 /* capacity */
            invokestatic java.nio.CharBuffer.createCapacityException:(I)Ljava/lang/IllegalArgumentException;
            athrow
         2: .line 361
      StackMap locals:
      StackMap stack:
            new java.nio.HeapCharBuffer
            dup
            iload 0 /* capacity */
            iload 0 /* capacity */
            aconst_null
            invokespecial java.nio.HeapCharBuffer.<init>:(IILjdk/internal/access/foreign/MemorySegmentProxy;)V
            areturn
        end local 0 // int capacity
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0  capacity  I
    MethodParameters:
          Name  Flags
      capacity  

  public static java.nio.CharBuffer wrap(char[], int, int);
    descriptor: ([CII)Ljava/nio/CharBuffer;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // char[] array
        start local 1 // int offset
        start local 2 // int length
         0: .line 406
            new java.nio.HeapCharBuffer
            dup
            aload 0 /* array */
            iload 1 /* offset */
            iload 2 /* length */
            aconst_null
            invokespecial java.nio.HeapCharBuffer.<init>:([CIILjdk/internal/access/foreign/MemorySegmentProxy;)V
         1: areturn
         2: .line 407
      StackMap locals:
      StackMap stack: java.lang.IllegalArgumentException
            pop
         3: .line 408
            new java.lang.IndexOutOfBoundsException
            dup
            invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
            athrow
        end local 2 // int length
        end local 1 // int offset
        end local 0 // char[] array
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0   array  [C
            0    4     1  offset  I
            0    4     2  length  I
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.IllegalArgumentException
    MethodParameters:
        Name  Flags
      array   
      offset  
      length  

  public static java.nio.CharBuffer wrap(char[]);
    descriptor: ([C)Ljava/nio/CharBuffer;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // char[] array
         0: .line 435
            aload 0 /* array */
            iconst_0
            aload 0 /* array */
            arraylength
            invokestatic java.nio.CharBuffer.wrap:([CII)Ljava/nio/CharBuffer;
            areturn
        end local 0 // char[] array
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  array  [C
    MethodParameters:
       Name  Flags
      array  

  public int read(java.nio.CharBuffer);
    descriptor: (Ljava/nio/CharBuffer;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=8, args_size=2
        start local 0 // java.nio.CharBuffer this
        start local 1 // java.nio.CharBuffer target
         0: .line 455
            aload 0 /* this */
            invokevirtual java.nio.CharBuffer.limit:()I
            istore 2 /* limit */
        start local 2 // int limit
         1: .line 456
            aload 0 /* this */
            invokevirtual java.nio.CharBuffer.position:()I
            istore 3 /* pos */
        start local 3 // int pos
         2: .line 457
            iload 2 /* limit */
            iload 3 /* pos */
            isub
            istore 4 /* remaining */
        start local 4 // int remaining
         3: .line 458
            getstatic java.nio.CharBuffer.$assertionsDisabled:Z
            ifne 4
            iload 4 /* remaining */
            ifge 4
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         4: .line 459
      StackMap locals: int int int
      StackMap stack:
            iload 4 /* remaining */
            ifgt 6
         5: .line 460
            iconst_m1
            ireturn
         6: .line 462
      StackMap locals:
      StackMap stack:
            aload 1 /* target */
            invokevirtual java.nio.CharBuffer.remaining:()I
            istore 5 /* targetRemaining */
        start local 5 // int targetRemaining
         7: .line 463
            getstatic java.nio.CharBuffer.$assertionsDisabled:Z
            ifne 8
            iload 5 /* targetRemaining */
            ifge 8
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         8: .line 464
      StackMap locals: int
      StackMap stack:
            iload 5 /* targetRemaining */
            ifgt 10
         9: .line 465
            iconst_0
            ireturn
        10: .line 467
      StackMap locals:
      StackMap stack:
            iload 4 /* remaining */
            iload 5 /* targetRemaining */
            invokestatic java.lang.Math.min:(II)I
            istore 6 /* n */
        start local 6 // int n
        11: .line 470
            iload 5 /* targetRemaining */
            iload 4 /* remaining */
            if_icmpge 13
        12: .line 471
            aload 0 /* this */
            iload 3 /* pos */
            iload 6 /* n */
            iadd
            invokevirtual java.nio.CharBuffer.limit:(I)Ljava/nio/CharBuffer;
            pop
        13: .line 473
      StackMap locals: int
      StackMap stack:
            iload 6 /* n */
            ifle 19
        14: .line 474
            aload 1 /* target */
            aload 0 /* this */
            invokevirtual java.nio.CharBuffer.put:(Ljava/nio/CharBuffer;)Ljava/nio/CharBuffer;
            pop
        15: .line 475
            goto 19
      StackMap locals:
      StackMap stack: java.lang.Throwable
        16: astore 7
        17: .line 476
            aload 0 /* this */
            iload 2 /* limit */
            invokevirtual java.nio.CharBuffer.limit:(I)Ljava/nio/CharBuffer;
            pop
        18: .line 477
            aload 7
            athrow
        19: .line 476
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* limit */
            invokevirtual java.nio.CharBuffer.limit:(I)Ljava/nio/CharBuffer;
            pop
        20: .line 478
            iload 6 /* n */
            ireturn
        end local 6 // int n
        end local 5 // int targetRemaining
        end local 4 // int remaining
        end local 3 // int pos
        end local 2 // int limit
        end local 1 // java.nio.CharBuffer target
        end local 0 // java.nio.CharBuffer this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   21     0             this  Ljava/nio/CharBuffer;
            0   21     1           target  Ljava/nio/CharBuffer;
            1   21     2            limit  I
            2   21     3              pos  I
            3   21     4        remaining  I
            7   21     5  targetRemaining  I
           11   21     6                n  I
      Exception table:
        from    to  target  type
          13    16      16  any
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      target  

  public static java.nio.CharBuffer wrap(java.lang.CharSequence, int, int);
    descriptor: (Ljava/lang/CharSequence;II)Ljava/nio/CharBuffer;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // java.lang.CharSequence csq
        start local 1 // int start
        start local 2 // int end
         0: .line 512
            new java.nio.StringCharBuffer
            dup
            aload 0 /* csq */
            iload 1 /* start */
            iload 2 /* end */
            invokespecial java.nio.StringCharBuffer.<init>:(Ljava/lang/CharSequence;II)V
         1: areturn
         2: .line 513
      StackMap locals:
      StackMap stack: java.lang.IllegalArgumentException
            pop
         3: .line 514
            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.lang.CharSequence csq
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0    csq  Ljava/lang/CharSequence;
            0    4     1  start  I
            0    4     2    end  I
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.IllegalArgumentException
    MethodParameters:
       Name  Flags
      csq    
      start  
      end    

  public static java.nio.CharBuffer wrap(java.lang.CharSequence);
    descriptor: (Ljava/lang/CharSequence;)Ljava/nio/CharBuffer;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.CharSequence csq
         0: .line 533
            aload 0 /* csq */
            iconst_0
            aload 0 /* csq */
            invokeinterface java.lang.CharSequence.length:()I
            invokestatic java.nio.CharBuffer.wrap:(Ljava/lang/CharSequence;II)Ljava/nio/CharBuffer;
            areturn
        end local 0 // java.lang.CharSequence csq
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   csq  Ljava/lang/CharSequence;
    MethodParameters:
      Name  Flags
      csq   

  public abstract java.nio.CharBuffer slice();
    descriptor: ()Ljava/nio/CharBuffer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.nio.CharBuffer slice(int, int);
    descriptor: (II)Ljava/nio/CharBuffer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      index   
      length  

  public abstract java.nio.CharBuffer duplicate();
    descriptor: ()Ljava/nio/CharBuffer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.nio.CharBuffer asReadOnlyBuffer();
    descriptor: ()Ljava/nio/CharBuffer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract char get();
    descriptor: ()C
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.nio.CharBuffer put(char);
    descriptor: (C)Ljava/nio/CharBuffer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      c     

  public abstract char get(int);
    descriptor: (I)C
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      index  

  abstract char getUnchecked(int);
    descriptor: (I)C
    flags: (0x0400) ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      index  

  public abstract java.nio.CharBuffer put(int, char);
    descriptor: (IC)Ljava/nio/CharBuffer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      index  
      c      

  public java.nio.CharBuffer get(char[], int, int);
    descriptor: ([CII)Ljava/nio/CharBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=4
        start local 0 // java.nio.CharBuffer this
        start local 1 // char[] dst
        start local 2 // int offset
        start local 3 // int length
         0: .line 793
            iload 2 /* offset */
            iload 3 /* length */
            aload 1 /* dst */
            arraylength
            invokestatic java.util.Objects.checkFromIndexSize:(III)I
            pop
         1: .line 794
            iload 3 /* length */
            aload 0 /* this */
            invokevirtual java.nio.CharBuffer.remaining:()I
            if_icmple 3
         2: .line 795
            new java.nio.BufferUnderflowException
            dup
            invokespecial java.nio.BufferUnderflowException.<init>:()V
            athrow
         3: .line 796
      StackMap locals:
      StackMap stack:
            iload 2 /* offset */
            iload 3 /* length */
            iadd
            istore 4 /* end */
        start local 4 // int end
         4: .line 797
            iload 2 /* offset */
            istore 5 /* i */
        start local 5 // int i
         5: goto 8
         6: .line 798
      StackMap locals: int int
      StackMap stack:
            aload 1 /* dst */
            iload 5 /* i */
            aload 0 /* this */
            invokevirtual java.nio.CharBuffer.get:()C
            castore
         7: .line 797
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 5 /* i */
            iload 4 /* end */
            if_icmplt 6
        end local 5 // int i
         9: .line 799
            aload 0 /* this */
            areturn
        end local 4 // int end
        end local 3 // int length
        end local 2 // int offset
        end local 1 // char[] dst
        end local 0 // java.nio.CharBuffer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0    this  Ljava/nio/CharBuffer;
            0   10     1     dst  [C
            0   10     2  offset  I
            0   10     3  length  I
            4   10     4     end  I
            5    9     5       i  I
    MethodParameters:
        Name  Flags
      dst     
      offset  
      length  

  public java.nio.CharBuffer get(char[]);
    descriptor: ([C)Ljava/nio/CharBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // java.nio.CharBuffer this
        start local 1 // char[] dst
         0: .line 822
            aload 0 /* this */
            aload 1 /* dst */
            iconst_0
            aload 1 /* dst */
            arraylength
            invokevirtual java.nio.CharBuffer.get:([CII)Ljava/nio/CharBuffer;
            areturn
        end local 1 // char[] dst
        end local 0 // java.nio.CharBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/CharBuffer;
            0    1     1   dst  [C
    MethodParameters:
      Name  Flags
      dst   

  public java.nio.CharBuffer get(int, char[], int, int);
    descriptor: (I[CII)Ljava/nio/CharBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=8, args_size=5
        start local 0 // java.nio.CharBuffer this
        start local 1 // int index
        start local 2 // char[] dst
        start local 3 // int offset
        start local 4 // int length
         0: .line 870
            iload 1 /* index */
            iload 4 /* length */
            aload 0 /* this */
            invokevirtual java.nio.CharBuffer.limit:()I
            invokestatic java.util.Objects.checkFromIndexSize:(III)I
            pop
         1: .line 871
            iload 3 /* offset */
            iload 4 /* length */
            aload 2 /* dst */
            arraylength
            invokestatic java.util.Objects.checkFromIndexSize:(III)I
            pop
         2: .line 872
            iload 3 /* offset */
            iload 4 /* length */
            iadd
            istore 5 /* end */
        start local 5 // int end
         3: .line 873
            iload 3 /* offset */
            istore 6 /* i */
        start local 6 // int i
         4: iload 1 /* index */
            istore 7 /* j */
        start local 7 // int j
         5: goto 8
         6: .line 874
      StackMap locals: int int int
      StackMap stack:
            aload 2 /* dst */
            iload 6 /* i */
            aload 0 /* this */
            iload 7 /* j */
            invokevirtual java.nio.CharBuffer.get:(I)C
            castore
         7: .line 873
            iinc 6 /* i */ 1
            iinc 7 /* j */ 1
      StackMap locals:
      StackMap stack:
         8: iload 6 /* i */
            iload 5 /* end */
            if_icmplt 6
        end local 7 // int j
        end local 6 // int i
         9: .line 875
            aload 0 /* this */
            areturn
        end local 5 // int end
        end local 4 // int length
        end local 3 // int offset
        end local 2 // char[] dst
        end local 1 // int index
        end local 0 // java.nio.CharBuffer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0    this  Ljava/nio/CharBuffer;
            0   10     1   index  I
            0   10     2     dst  [C
            0   10     3  offset  I
            0   10     4  length  I
            3   10     5     end  I
            4    9     6       i  I
            5    9     7       j  I
    MethodParameters:
        Name  Flags
      index   
      dst     
      offset  
      length  

  public java.nio.CharBuffer get(int, char[]);
    descriptor: (I[C)Ljava/nio/CharBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // java.nio.CharBuffer this
        start local 1 // int index
        start local 2 // char[] dst
         0: .line 906
            aload 0 /* this */
            iload 1 /* index */
            aload 2 /* dst */
            iconst_0
            aload 2 /* dst */
            arraylength
            invokevirtual java.nio.CharBuffer.get:(I[CII)Ljava/nio/CharBuffer;
            areturn
        end local 2 // char[] dst
        end local 1 // int index
        end local 0 // java.nio.CharBuffer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Ljava/nio/CharBuffer;
            0    1     1  index  I
            0    1     2    dst  [C
    MethodParameters:
       Name  Flags
      index  
      dst    

  public java.nio.CharBuffer put(java.nio.CharBuffer);
    descriptor: (Ljava/nio/CharBuffer;)Ljava/nio/CharBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=8, args_size=2
        start local 0 // java.nio.CharBuffer this
        start local 1 // java.nio.CharBuffer src
         0: .line 956
            aload 1 /* src */
            aload 0 /* this */
            if_acmpne 2
         1: .line 957
            invokestatic java.nio.CharBuffer.createSameBufferException:()Ljava/lang/IllegalArgumentException;
            athrow
         2: .line 958
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.nio.CharBuffer.isReadOnly:()Z
            ifeq 4
         3: .line 959
            new java.nio.ReadOnlyBufferException
            dup
            invokespecial java.nio.ReadOnlyBufferException.<init>:()V
            athrow
         4: .line 961
      StackMap locals:
      StackMap stack:
            aload 1 /* src */
            invokevirtual java.nio.CharBuffer.position:()I
            istore 2 /* srcPos */
        start local 2 // int srcPos
         5: .line 962
            aload 1 /* src */
            invokevirtual java.nio.CharBuffer.limit:()I
            istore 3 /* srcLim */
        start local 3 // int srcLim
         6: .line 963
            iload 2 /* srcPos */
            iload 3 /* srcLim */
            if_icmpgt 7
            iload 3 /* srcLim */
            iload 2 /* srcPos */
            isub
            goto 8
      StackMap locals: int int
      StackMap stack:
         7: iconst_0
      StackMap locals:
      StackMap stack: int
         8: istore 4 /* srcRem */
        start local 4 // int srcRem
         9: .line 964
            aload 0 /* this */
            invokevirtual java.nio.CharBuffer.position:()I
            istore 5 /* pos */
        start local 5 // int pos
        10: .line 965
            aload 0 /* this */
            invokevirtual java.nio.CharBuffer.limit:()I
            istore 6 /* lim */
        start local 6 // int lim
        11: .line 966
            iload 5 /* pos */
            iload 6 /* lim */
            if_icmpgt 12
            iload 6 /* lim */
            iload 5 /* pos */
            isub
            goto 13
      StackMap locals: int int int
      StackMap stack:
        12: iconst_0
      StackMap locals:
      StackMap stack: int
        13: istore 7 /* rem */
        start local 7 // int rem
        14: .line 968
            iload 4 /* srcRem */
            iload 7 /* rem */
            if_icmple 16
        15: .line 969
            new java.nio.BufferOverflowException
            dup
            invokespecial java.nio.BufferOverflowException.<init>:()V
            athrow
        16: .line 971
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 5 /* pos */
            aload 1 /* src */
            iload 2 /* srcPos */
            iload 4 /* srcRem */
            invokevirtual java.nio.CharBuffer.putBuffer:(ILjava/nio/CharBuffer;II)V
        17: .line 973
            aload 0 /* this */
            iload 5 /* pos */
            iload 4 /* srcRem */
            iadd
            invokevirtual java.nio.CharBuffer.position:(I)Ljava/nio/CharBuffer;
            pop
        18: .line 974
            aload 1 /* src */
            iload 2 /* srcPos */
            iload 4 /* srcRem */
            iadd
            invokevirtual java.nio.CharBuffer.position:(I)Ljava/nio/CharBuffer;
            pop
        19: .line 976
            aload 0 /* this */
            areturn
        end local 7 // int rem
        end local 6 // int lim
        end local 5 // int pos
        end local 4 // int srcRem
        end local 3 // int srcLim
        end local 2 // int srcPos
        end local 1 // java.nio.CharBuffer src
        end local 0 // java.nio.CharBuffer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   20     0    this  Ljava/nio/CharBuffer;
            0   20     1     src  Ljava/nio/CharBuffer;
            5   20     2  srcPos  I
            6   20     3  srcLim  I
            9   20     4  srcRem  I
           10   20     5     pos  I
           11   20     6     lim  I
           14   20     7     rem  I
    MethodParameters:
      Name  Flags
      src   

  public java.nio.CharBuffer put(int, java.nio.CharBuffer, int, int);
    descriptor: (ILjava/nio/CharBuffer;II)Ljava/nio/CharBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // java.nio.CharBuffer this
        start local 1 // int index
        start local 2 // java.nio.CharBuffer src
        start local 3 // int offset
        start local 4 // int length
         0: .line 1030
            iload 1 /* index */
            iload 4 /* length */
            aload 0 /* this */
            invokevirtual java.nio.CharBuffer.limit:()I
            invokestatic java.util.Objects.checkFromIndexSize:(III)I
            pop
         1: .line 1031
            iload 3 /* offset */
            iload 4 /* length */
            aload 2 /* src */
            invokevirtual java.nio.CharBuffer.limit:()I
            invokestatic java.util.Objects.checkFromIndexSize:(III)I
            pop
         2: .line 1032
            aload 0 /* this */
            invokevirtual java.nio.CharBuffer.isReadOnly:()Z
            ifeq 4
         3: .line 1033
            new java.nio.ReadOnlyBufferException
            dup
            invokespecial java.nio.ReadOnlyBufferException.<init>:()V
            athrow
         4: .line 1035
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* index */
            aload 2 /* src */
            iload 3 /* offset */
            iload 4 /* length */
            invokevirtual java.nio.CharBuffer.putBuffer:(ILjava/nio/CharBuffer;II)V
         5: .line 1037
            aload 0 /* this */
            areturn
        end local 4 // int length
        end local 3 // int offset
        end local 2 // java.nio.CharBuffer src
        end local 1 // int index
        end local 0 // java.nio.CharBuffer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Ljava/nio/CharBuffer;
            0    6     1   index  I
            0    6     2     src  Ljava/nio/CharBuffer;
            0    6     3  offset  I
            0    6     4  length  I
    MethodParameters:
        Name  Flags
      index   
      src     
      offset  
      length  

  void putBuffer(int, java.nio.CharBuffer, int, int);
    descriptor: (ILjava/nio/CharBuffer;II)V
    flags: (0x0000) 
    Code:
      stack=13, locals=14, args_size=5
        start local 0 // java.nio.CharBuffer this
        start local 1 // int pos
        start local 2 // java.nio.CharBuffer src
        start local 3 // int srcPos
        start local 4 // int n
         0: .line 1041
            aload 2 /* src */
            invokevirtual java.nio.CharBuffer.base:()Ljava/lang/Object;
            astore 5 /* srcBase */
        start local 5 // java.lang.Object srcBase
         1: .line 1044
            aload 2 /* src */
            invokevirtual java.nio.CharBuffer.isAddressable:()Z
            ifeq 32
         2: .line 1049
            aload 0 /* this */
            invokevirtual java.nio.CharBuffer.base:()Ljava/lang/Object;
            astore 6 /* base */
        start local 6 // java.lang.Object base
         3: .line 1050
            getstatic java.nio.CharBuffer.$assertionsDisabled:Z
            ifne 4
            aload 6 /* base */
            ifnonnull 4
            aload 0 /* this */
            invokevirtual java.nio.CharBuffer.isDirect:()Z
            ifne 4
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         4: .line 1052
      StackMap locals: java.lang.Object java.lang.Object
      StackMap stack:
            aload 2 /* src */
            getfield java.nio.CharBuffer.address:J
            iload 3 /* srcPos */
            i2l
            iconst_1
            lshl
            ladd
            lstore 7 /* srcAddr */
        start local 7 // long srcAddr
         5: .line 1053
            aload 0 /* this */
            getfield java.nio.CharBuffer.address:J
            iload 1 /* pos */
            i2l
            iconst_1
            lshl
            ladd
            lstore 9 /* addr */
        start local 9 // long addr
         6: .line 1054
            iload 4 /* n */
            i2l
            iconst_1
            lshl
            lstore 11 /* len */
        start local 11 // long len
         7: .line 1057
            aload 0 /* this */
            invokevirtual java.nio.CharBuffer.order:()Ljava/nio/ByteOrder;
            aload 2 /* src */
            invokevirtual java.nio.CharBuffer.order:()Ljava/nio/ByteOrder;
            if_acmpne 20
         8: .line 1060
            getstatic java.nio.CharBuffer.SCOPED_MEMORY_ACCESS:Ljdk/internal/misc/ScopedMemoryAccess;
         9: .line 1061
            aload 0 /* this */
            invokevirtual java.nio.CharBuffer.scope:()Ljdk/internal/misc/ScopedMemoryAccess$Scope;
            aload 2 /* src */
            invokevirtual java.nio.CharBuffer.scope:()Ljdk/internal/misc/ScopedMemoryAccess$Scope;
            aload 5 /* srcBase */
        10: .line 1062
            lload 7 /* srcAddr */
            aload 6 /* base */
            lload 9 /* addr */
            lload 11 /* len */
        11: .line 1060
            invokevirtual jdk.internal.misc.ScopedMemoryAccess.copyMemory:(Ljdk/internal/misc/ScopedMemoryAccess$Scope;Ljdk/internal/misc/ScopedMemoryAccess$Scope;Ljava/lang/Object;JLjava/lang/Object;JJ)V
        12: .line 1063
            goto 17
      StackMap locals: java.nio.CharBuffer int java.nio.CharBuffer int int java.lang.Object java.lang.Object long long long
      StackMap stack: java.lang.Throwable
        13: astore 13
        14: .line 1064
            aload 2 /* src */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
        15: .line 1065
            aload 0 /* this */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
        16: .line 1066
            aload 13
            athrow
        17: .line 1064
      StackMap locals:
      StackMap stack:
            aload 2 /* src */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
        18: .line 1065
            aload 0 /* this */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
        19: .line 1068
            goto 40
        20: .line 1070
      StackMap locals:
      StackMap stack:
            getstatic java.nio.CharBuffer.SCOPED_MEMORY_ACCESS:Ljdk/internal/misc/ScopedMemoryAccess;
        21: .line 1071
            aload 0 /* this */
            invokevirtual java.nio.CharBuffer.scope:()Ljdk/internal/misc/ScopedMemoryAccess$Scope;
            aload 2 /* src */
            invokevirtual java.nio.CharBuffer.scope:()Ljdk/internal/misc/ScopedMemoryAccess$Scope;
            aload 5 /* srcBase */
        22: .line 1072
            lload 7 /* srcAddr */
            aload 6 /* base */
            lload 9 /* addr */
            lload 11 /* len */
            ldc 2
        23: .line 1070
            invokevirtual jdk.internal.misc.ScopedMemoryAccess.copySwapMemory:(Ljdk/internal/misc/ScopedMemoryAccess$Scope;Ljdk/internal/misc/ScopedMemoryAccess$Scope;Ljava/lang/Object;JLjava/lang/Object;JJJ)V
        24: .line 1073
            goto 29
      StackMap locals:
      StackMap stack: java.lang.Throwable
        25: astore 13
        26: .line 1074
            aload 2 /* src */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
        27: .line 1075
            aload 0 /* this */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
        28: .line 1076
            aload 13
            athrow
        29: .line 1074
      StackMap locals:
      StackMap stack:
            aload 2 /* src */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
        30: .line 1075
            aload 0 /* this */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
        end local 11 // long len
        end local 9 // long addr
        end local 7 // long srcAddr
        end local 6 // java.lang.Object base
        31: .line 1080
            goto 40
        32: .line 1081
      StackMap locals: java.nio.CharBuffer int java.nio.CharBuffer int int java.lang.Object
      StackMap stack:
            getstatic java.nio.CharBuffer.$assertionsDisabled:Z
            ifne 33
            ldc Ljava/nio/StringCharBuffer;
            aload 2 /* src */
            invokevirtual java.lang.Class.isInstance:(Ljava/lang/Object;)Z
            ifne 33
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        33: .line 1082
      StackMap locals:
      StackMap stack:
            iload 1 /* pos */
            iload 4 /* n */
            iadd
            istore 6 /* posMax */
        start local 6 // int posMax
        34: .line 1083
            iload 1 /* pos */
            istore 7 /* i */
        start local 7 // int i
        35: iload 3 /* srcPos */
            istore 8 /* j */
        start local 8 // int j
        36: goto 39
        37: .line 1084
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            iload 7 /* i */
            aload 2 /* src */
            iload 8 /* j */
            invokevirtual java.nio.CharBuffer.get:(I)C
            invokevirtual java.nio.CharBuffer.put:(IC)Ljava/nio/CharBuffer;
            pop
        38: .line 1083
            iinc 7 /* i */ 1
            iinc 8 /* j */ 1
      StackMap locals:
      StackMap stack:
        39: iload 7 /* i */
            iload 6 /* posMax */
            if_icmplt 37
        end local 8 // int j
        end local 7 // int i
        end local 6 // int posMax
        40: .line 1087
      StackMap locals:
      StackMap stack:
            return
        end local 5 // java.lang.Object srcBase
        end local 4 // int n
        end local 3 // int srcPos
        end local 2 // java.nio.CharBuffer src
        end local 1 // int pos
        end local 0 // java.nio.CharBuffer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   41     0     this  Ljava/nio/CharBuffer;
            0   41     1      pos  I
            0   41     2      src  Ljava/nio/CharBuffer;
            0   41     3   srcPos  I
            0   41     4        n  I
            1   41     5  srcBase  Ljava/lang/Object;
            3   31     6     base  Ljava/lang/Object;
            5   31     7  srcAddr  J
            6   31     9     addr  J
            7   31    11      len  J
           34   40     6   posMax  I
           35   40     7        i  I
           36   40     8        j  I
      Exception table:
        from    to  target  type
           8    13      13  any
          20    25      25  any
    MethodParameters:
        Name  Flags
      pos     
      src     
      srcPos  
      n       

  public java.nio.CharBuffer put(char[], int, int);
    descriptor: ([CII)Ljava/nio/CharBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=4
        start local 0 // java.nio.CharBuffer this
        start local 1 // char[] src
        start local 2 // int offset
        start local 3 // int length
         0: .line 1141
            iload 2 /* offset */
            iload 3 /* length */
            aload 1 /* src */
            arraylength
            invokestatic java.util.Objects.checkFromIndexSize:(III)I
            pop
         1: .line 1142
            iload 3 /* length */
            aload 0 /* this */
            invokevirtual java.nio.CharBuffer.remaining:()I
            if_icmple 3
         2: .line 1143
            new java.nio.BufferOverflowException
            dup
            invokespecial java.nio.BufferOverflowException.<init>:()V
            athrow
         3: .line 1144
      StackMap locals:
      StackMap stack:
            iload 2 /* offset */
            iload 3 /* length */
            iadd
            istore 4 /* end */
        start local 4 // int end
         4: .line 1145
            iload 2 /* offset */
            istore 5 /* i */
        start local 5 // int i
         5: goto 8
         6: .line 1146
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* src */
            iload 5 /* i */
            caload
            invokevirtual java.nio.CharBuffer.put:(C)Ljava/nio/CharBuffer;
            pop
         7: .line 1145
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 5 /* i */
            iload 4 /* end */
            if_icmplt 6
        end local 5 // int i
         9: .line 1147
            aload 0 /* this */
            areturn
        end local 4 // int end
        end local 3 // int length
        end local 2 // int offset
        end local 1 // char[] src
        end local 0 // java.nio.CharBuffer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0    this  Ljava/nio/CharBuffer;
            0   10     1     src  [C
            0   10     2  offset  I
            0   10     3  length  I
            4   10     4     end  I
            5    9     5       i  I
    MethodParameters:
        Name  Flags
      src     
      offset  
      length  

  public final java.nio.CharBuffer put(char[]);
    descriptor: ([C)Ljava/nio/CharBuffer;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // java.nio.CharBuffer this
        start local 1 // char[] src
         0: .line 1173
            aload 0 /* this */
            aload 1 /* src */
            iconst_0
            aload 1 /* src */
            arraylength
            invokevirtual java.nio.CharBuffer.put:([CII)Ljava/nio/CharBuffer;
            areturn
        end local 1 // char[] src
        end local 0 // java.nio.CharBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/CharBuffer;
            0    1     1   src  [C
    MethodParameters:
      Name  Flags
      src   

  public java.nio.CharBuffer put(int, char[], int, int);
    descriptor: (I[CII)Ljava/nio/CharBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=8, args_size=5
        start local 0 // java.nio.CharBuffer this
        start local 1 // int index
        start local 2 // char[] src
        start local 3 // int offset
        start local 4 // int length
         0: .line 1222
            aload 0 /* this */
            invokevirtual java.nio.CharBuffer.isReadOnly:()Z
            ifeq 2
         1: .line 1223
            new java.nio.ReadOnlyBufferException
            dup
            invokespecial java.nio.ReadOnlyBufferException.<init>:()V
            athrow
         2: .line 1224
      StackMap locals:
      StackMap stack:
            iload 1 /* index */
            iload 4 /* length */
            aload 0 /* this */
            invokevirtual java.nio.CharBuffer.limit:()I
            invokestatic java.util.Objects.checkFromIndexSize:(III)I
            pop
         3: .line 1225
            iload 3 /* offset */
            iload 4 /* length */
            aload 2 /* src */
            arraylength
            invokestatic java.util.Objects.checkFromIndexSize:(III)I
            pop
         4: .line 1226
            iload 3 /* offset */
            iload 4 /* length */
            iadd
            istore 5 /* end */
        start local 5 // int end
         5: .line 1227
            iload 3 /* offset */
            istore 6 /* i */
        start local 6 // int i
         6: iload 1 /* index */
            istore 7 /* j */
        start local 7 // int j
         7: goto 10
         8: .line 1228
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            iload 7 /* j */
            aload 2 /* src */
            iload 6 /* i */
            caload
            invokevirtual java.nio.CharBuffer.put:(IC)Ljava/nio/CharBuffer;
            pop
         9: .line 1227
            iinc 6 /* i */ 1
            iinc 7 /* j */ 1
      StackMap locals:
      StackMap stack:
        10: iload 6 /* i */
            iload 5 /* end */
            if_icmplt 8
        end local 7 // int j
        end local 6 // int i
        11: .line 1229
            aload 0 /* this */
            areturn
        end local 5 // int end
        end local 4 // int length
        end local 3 // int offset
        end local 2 // char[] src
        end local 1 // int index
        end local 0 // java.nio.CharBuffer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   12     0    this  Ljava/nio/CharBuffer;
            0   12     1   index  I
            0   12     2     src  [C
            0   12     3  offset  I
            0   12     4  length  I
            5   12     5     end  I
            6   11     6       i  I
            7   11     7       j  I
    MethodParameters:
        Name  Flags
      index   
      src     
      offset  
      length  

  public java.nio.CharBuffer put(int, char[]);
    descriptor: (I[C)Ljava/nio/CharBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // java.nio.CharBuffer this
        start local 1 // int index
        start local 2 // char[] src
         0: .line 1262
            aload 0 /* this */
            iload 1 /* index */
            aload 2 /* src */
            iconst_0
            aload 2 /* src */
            arraylength
            invokevirtual java.nio.CharBuffer.put:(I[CII)Ljava/nio/CharBuffer;
            areturn
        end local 2 // char[] src
        end local 1 // int index
        end local 0 // java.nio.CharBuffer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Ljava/nio/CharBuffer;
            0    1     1  index  I
            0    1     2    src  [C
    MethodParameters:
       Name  Flags
      index  
      src    

  public java.nio.CharBuffer put(java.lang.String, int, int);
    descriptor: (Ljava/lang/String;II)Ljava/nio/CharBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // java.nio.CharBuffer this
        start local 1 // java.lang.String src
        start local 2 // int start
        start local 3 // int end
         0: .line 1321
            iload 2 /* start */
            iload 3 /* end */
            iload 2 /* start */
            isub
            aload 1 /* src */
            invokevirtual java.lang.String.length:()I
            invokestatic java.util.Objects.checkFromIndexSize:(III)I
            pop
         1: .line 1322
            aload 0 /* this */
            invokevirtual java.nio.CharBuffer.isReadOnly:()Z
            ifeq 3
         2: .line 1323
            new java.nio.ReadOnlyBufferException
            dup
            invokespecial java.nio.ReadOnlyBufferException.<init>:()V
            athrow
         3: .line 1324
      StackMap locals:
      StackMap stack:
            iload 3 /* end */
            iload 2 /* start */
            isub
            aload 0 /* this */
            invokevirtual java.nio.CharBuffer.remaining:()I
            if_icmple 5
         4: .line 1325
            new java.nio.BufferOverflowException
            dup
            invokespecial java.nio.BufferOverflowException.<init>:()V
            athrow
         5: .line 1326
      StackMap locals:
      StackMap stack:
            iload 2 /* start */
            istore 4 /* i */
        start local 4 // int i
         6: goto 9
         7: .line 1327
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* src */
            iload 4 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            invokevirtual java.nio.CharBuffer.put:(C)Ljava/nio/CharBuffer;
            pop
         8: .line 1326
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 4 /* i */
            iload 3 /* end */
            if_icmplt 7
        end local 4 // int i
        10: .line 1328
            aload 0 /* this */
            areturn
        end local 3 // int end
        end local 2 // int start
        end local 1 // java.lang.String src
        end local 0 // java.nio.CharBuffer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   11     0   this  Ljava/nio/CharBuffer;
            0   11     1    src  Ljava/lang/String;
            0   11     2  start  I
            0   11     3    end  I
            6   10     4      i  I
    MethodParameters:
       Name  Flags
      src    
      start  
      end    

  public final java.nio.CharBuffer put(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/nio/CharBuffer;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // java.nio.CharBuffer this
        start local 1 // java.lang.String src
         0: .line 1353
            aload 0 /* this */
            aload 1 /* src */
            iconst_0
            aload 1 /* src */
            invokevirtual java.lang.String.length:()I
            invokevirtual java.nio.CharBuffer.put:(Ljava/lang/String;II)Ljava/nio/CharBuffer;
            areturn
        end local 1 // java.lang.String src
        end local 0 // java.nio.CharBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/CharBuffer;
            0    1     1   src  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      src   

  public final boolean hasArray();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.nio.CharBuffer this
         0: .line 1373
            aload 0 /* this */
            getfield java.nio.CharBuffer.hb:[C
            ifnull 1
            aload 0 /* this */
            getfield java.nio.CharBuffer.isReadOnly:Z
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // java.nio.CharBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/nio/CharBuffer;

  public final char[] array();
    descriptor: ()[C
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.nio.CharBuffer this
         0: .line 1396
            aload 0 /* this */
            getfield java.nio.CharBuffer.hb:[C
            ifnonnull 2
         1: .line 1397
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
         2: .line 1398
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.nio.CharBuffer.isReadOnly:Z
            ifeq 4
         3: .line 1399
            new java.nio.ReadOnlyBufferException
            dup
            invokespecial java.nio.ReadOnlyBufferException.<init>:()V
            athrow
         4: .line 1400
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.nio.CharBuffer.hb:[C
            areturn
        end local 0 // java.nio.CharBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljava/nio/CharBuffer;

  public final int arrayOffset();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.nio.CharBuffer this
         0: .line 1424
            aload 0 /* this */
            getfield java.nio.CharBuffer.hb:[C
            ifnonnull 2
         1: .line 1425
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
         2: .line 1426
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.nio.CharBuffer.isReadOnly:Z
            ifeq 4
         3: .line 1427
            new java.nio.ReadOnlyBufferException
            dup
            invokespecial java.nio.ReadOnlyBufferException.<init>:()V
            athrow
         4: .line 1428
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.nio.CharBuffer.offset:I
            ireturn
        end local 0 // java.nio.CharBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljava/nio/CharBuffer;

  public final java.nio.CharBuffer position(int);
    descriptor: (I)Ljava/nio/CharBuffer;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.nio.CharBuffer this
        start local 1 // int newPosition
         0: .line 1442
            aload 0 /* this */
            iload 1 /* newPosition */
            invokespecial java.nio.Buffer.position:(I)Ljava/nio/Buffer;
            pop
         1: .line 1443
            aload 0 /* this */
            areturn
        end local 1 // int newPosition
        end local 0 // java.nio.CharBuffer this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Ljava/nio/CharBuffer;
            0    2     1  newPosition  I
    MethodParameters:
             Name  Flags
      newPosition  

  public final java.nio.CharBuffer limit(int);
    descriptor: (I)Ljava/nio/CharBuffer;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.nio.CharBuffer this
        start local 1 // int newLimit
         0: .line 1455
            aload 0 /* this */
            iload 1 /* newLimit */
            invokespecial java.nio.Buffer.limit:(I)Ljava/nio/Buffer;
            pop
         1: .line 1456
            aload 0 /* this */
            areturn
        end local 1 // int newLimit
        end local 0 // java.nio.CharBuffer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Ljava/nio/CharBuffer;
            0    2     1  newLimit  I
    MethodParameters:
          Name  Flags
      newLimit  

  public final java.nio.CharBuffer mark();
    descriptor: ()Ljava/nio/CharBuffer;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.nio.CharBuffer this
         0: .line 1468
            aload 0 /* this */
            invokespecial java.nio.Buffer.mark:()Ljava/nio/Buffer;
            pop
         1: .line 1469
            aload 0 /* this */
            areturn
        end local 0 // java.nio.CharBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/nio/CharBuffer;

  public final java.nio.CharBuffer reset();
    descriptor: ()Ljava/nio/CharBuffer;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.nio.CharBuffer this
         0: .line 1481
            aload 0 /* this */
            invokespecial java.nio.Buffer.reset:()Ljava/nio/Buffer;
            pop
         1: .line 1482
            aload 0 /* this */
            areturn
        end local 0 // java.nio.CharBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/nio/CharBuffer;

  public final java.nio.CharBuffer clear();
    descriptor: ()Ljava/nio/CharBuffer;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.nio.CharBuffer this
         0: .line 1494
            aload 0 /* this */
            invokespecial java.nio.Buffer.clear:()Ljava/nio/Buffer;
            pop
         1: .line 1495
            aload 0 /* this */
            areturn
        end local 0 // java.nio.CharBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/nio/CharBuffer;

  public final java.nio.CharBuffer flip();
    descriptor: ()Ljava/nio/CharBuffer;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.nio.CharBuffer this
         0: .line 1507
            aload 0 /* this */
            invokespecial java.nio.Buffer.flip:()Ljava/nio/Buffer;
            pop
         1: .line 1508
            aload 0 /* this */
            areturn
        end local 0 // java.nio.CharBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/nio/CharBuffer;

  public final java.nio.CharBuffer rewind();
    descriptor: ()Ljava/nio/CharBuffer;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.nio.CharBuffer this
         0: .line 1520
            aload 0 /* this */
            invokespecial java.nio.Buffer.rewind:()Ljava/nio/Buffer;
            pop
         1: .line 1521
            aload 0 /* this */
            areturn
        end local 0 // java.nio.CharBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/nio/CharBuffer;

  public abstract java.nio.CharBuffer compact();
    descriptor: ()Ljava/nio/CharBuffer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract boolean isDirect();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  boolean isAddressable();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.nio.CharBuffer this
         0: .line 1583
            iconst_1
            ireturn
        end local 0 // java.nio.CharBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/CharBuffer;

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // java.nio.CharBuffer this
         0: .line 1626
            iconst_1
            istore 1 /* h */
        start local 1 // int h
         1: .line 1627
            aload 0 /* this */
            invokevirtual java.nio.CharBuffer.position:()I
            istore 2 /* p */
        start local 2 // int p
         2: .line 1628
            aload 0 /* this */
            invokevirtual java.nio.CharBuffer.limit:()I
            iconst_1
            isub
            istore 3 /* i */
        start local 3 // int i
         3: goto 6
         4: .line 1632
      StackMap locals: int int int
      StackMap stack:
            bipush 31
            iload 1 /* h */
            imul
            aload 0 /* this */
            iload 3 /* i */
            invokevirtual java.nio.CharBuffer.get:(I)C
            iadd
            istore 1 /* h */
         5: .line 1628
            iinc 3 /* i */ -1
      StackMap locals:
      StackMap stack:
         6: iload 3 /* i */
            iload 2 /* p */
            if_icmpge 4
        end local 3 // int i
         7: .line 1634
            iload 1 /* h */
            ireturn
        end local 2 // int p
        end local 1 // int h
        end local 0 // java.nio.CharBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Ljava/nio/CharBuffer;
            1    8     1     h  I
            2    8     2     p  I
            3    7     3     i  I

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=2
        start local 0 // java.nio.CharBuffer this
        start local 1 // java.lang.Object ob
         0: .line 1670
            aload 0 /* this */
            aload 1 /* ob */
            if_acmpne 2
         1: .line 1671
            iconst_1
            ireturn
         2: .line 1672
      StackMap locals:
      StackMap stack:
            aload 1 /* ob */
            instanceof java.nio.CharBuffer
            ifne 4
         3: .line 1673
            iconst_0
            ireturn
         4: .line 1674
      StackMap locals:
      StackMap stack:
            aload 1 /* ob */
            checkcast java.nio.CharBuffer
            astore 2 /* that */
        start local 2 // java.nio.CharBuffer that
         5: .line 1675
            aload 0 /* this */
            invokevirtual java.nio.CharBuffer.position:()I
            istore 3 /* thisPos */
        start local 3 // int thisPos
         6: .line 1676
            aload 0 /* this */
            invokevirtual java.nio.CharBuffer.limit:()I
            iload 3 /* thisPos */
            isub
            istore 4 /* thisRem */
        start local 4 // int thisRem
         7: .line 1677
            aload 2 /* that */
            invokevirtual java.nio.CharBuffer.position:()I
            istore 5 /* thatPos */
        start local 5 // int thatPos
         8: .line 1678
            aload 2 /* that */
            invokevirtual java.nio.CharBuffer.limit:()I
            iload 5 /* thatPos */
            isub
            istore 6 /* thatRem */
        start local 6 // int thatRem
         9: .line 1679
            iload 4 /* thisRem */
            iflt 10
            iload 4 /* thisRem */
            iload 6 /* thatRem */
            if_icmpeq 11
        10: .line 1680
      StackMap locals: java.nio.CharBuffer java.lang.Object java.nio.CharBuffer int int int int
      StackMap stack:
            iconst_0
            ireturn
        11: .line 1681
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* thisPos */
        12: .line 1682
            aload 2 /* that */
            iload 5 /* thatPos */
        13: .line 1683
            iload 4 /* thisRem */
        14: .line 1681
            invokestatic java.nio.BufferMismatch.mismatch:(Ljava/nio/CharBuffer;ILjava/nio/CharBuffer;II)I
            ifge 15
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
        15: iconst_0
            ireturn
        end local 6 // int thatRem
        end local 5 // int thatPos
        end local 4 // int thisRem
        end local 3 // int thisPos
        end local 2 // java.nio.CharBuffer that
        end local 1 // java.lang.Object ob
        end local 0 // java.nio.CharBuffer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   16     0     this  Ljava/nio/CharBuffer;
            0   16     1       ob  Ljava/lang/Object;
            5   16     2     that  Ljava/nio/CharBuffer;
            6   16     3  thisPos  I
            7   16     4  thisRem  I
            8   16     5  thatPos  I
            9   16     6  thatRem  I
    MethodParameters:
      Name  Flags
      ob    

  public int compareTo(java.nio.CharBuffer);
    descriptor: (Ljava/nio/CharBuffer;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=8, args_size=2
        start local 0 // java.nio.CharBuffer this
        start local 1 // java.nio.CharBuffer that
         0: .line 1710
            aload 0 /* this */
            invokevirtual java.nio.CharBuffer.position:()I
            istore 2 /* thisPos */
        start local 2 // int thisPos
         1: .line 1711
            aload 0 /* this */
            invokevirtual java.nio.CharBuffer.limit:()I
            iload 2 /* thisPos */
            isub
            istore 3 /* thisRem */
        start local 3 // int thisRem
         2: .line 1712
            aload 1 /* that */
            invokevirtual java.nio.CharBuffer.position:()I
            istore 4 /* thatPos */
        start local 4 // int thatPos
         3: .line 1713
            aload 1 /* that */
            invokevirtual java.nio.CharBuffer.limit:()I
            iload 4 /* thatPos */
            isub
            istore 5 /* thatRem */
        start local 5 // int thatRem
         4: .line 1714
            iload 3 /* thisRem */
            iload 5 /* thatRem */
            invokestatic java.lang.Math.min:(II)I
            istore 6 /* length */
        start local 6 // int length
         5: .line 1715
            iload 6 /* length */
            ifge 7
         6: .line 1716
            iconst_m1
            ireturn
         7: .line 1717
      StackMap locals: java.nio.CharBuffer java.nio.CharBuffer int int int int int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* thisPos */
         8: .line 1718
            aload 1 /* that */
            iload 4 /* thatPos */
         9: .line 1719
            iload 6 /* length */
        10: .line 1717
            invokestatic java.nio.BufferMismatch.mismatch:(Ljava/nio/CharBuffer;ILjava/nio/CharBuffer;II)I
            istore 7 /* i */
        start local 7 // int i
        11: .line 1720
            iload 7 /* i */
            iflt 13
        12: .line 1721
            aload 0 /* this */
            iload 2 /* thisPos */
            iload 7 /* i */
            iadd
            invokevirtual java.nio.CharBuffer.get:(I)C
            aload 1 /* that */
            iload 4 /* thatPos */
            iload 7 /* i */
            iadd
            invokevirtual java.nio.CharBuffer.get:(I)C
            invokestatic java.nio.CharBuffer.compare:(CC)I
            ireturn
        13: .line 1723
      StackMap locals: int
      StackMap stack:
            iload 3 /* thisRem */
            iload 5 /* thatRem */
            isub
            ireturn
        end local 7 // int i
        end local 6 // int length
        end local 5 // int thatRem
        end local 4 // int thatPos
        end local 3 // int thisRem
        end local 2 // int thisPos
        end local 1 // java.nio.CharBuffer that
        end local 0 // java.nio.CharBuffer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   14     0     this  Ljava/nio/CharBuffer;
            0   14     1     that  Ljava/nio/CharBuffer;
            1   14     2  thisPos  I
            2   14     3  thisRem  I
            3   14     4  thatPos  I
            4   14     5  thatRem  I
            5   14     6   length  I
           11   14     7        i  I
    MethodParameters:
      Name  Flags
      that  

  private static int compare(char, char);
    descriptor: (CC)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // char x
        start local 1 // char y
         0: .line 1733
            iload 0 /* x */
            iload 1 /* y */
            invokestatic java.lang.Character.compare:(CC)I
            ireturn
        end local 1 // char y
        end local 0 // char x
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     x  C
            0    1     1     y  C
    MethodParameters:
      Name  Flags
      x     
      y     

  public int mismatch(java.nio.CharBuffer);
    descriptor: (Ljava/nio/CharBuffer;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=8, args_size=2
        start local 0 // java.nio.CharBuffer this
        start local 1 // java.nio.CharBuffer that
         0: .line 1762
            aload 0 /* this */
            invokevirtual java.nio.CharBuffer.position:()I
            istore 2 /* thisPos */
        start local 2 // int thisPos
         1: .line 1763
            aload 0 /* this */
            invokevirtual java.nio.CharBuffer.limit:()I
            iload 2 /* thisPos */
            isub
            istore 3 /* thisRem */
        start local 3 // int thisRem
         2: .line 1764
            aload 1 /* that */
            invokevirtual java.nio.CharBuffer.position:()I
            istore 4 /* thatPos */
        start local 4 // int thatPos
         3: .line 1765
            aload 1 /* that */
            invokevirtual java.nio.CharBuffer.limit:()I
            iload 4 /* thatPos */
            isub
            istore 5 /* thatRem */
        start local 5 // int thatRem
         4: .line 1766
            iload 3 /* thisRem */
            iload 5 /* thatRem */
            invokestatic java.lang.Math.min:(II)I
            istore 6 /* length */
        start local 6 // int length
         5: .line 1767
            iload 6 /* length */
            ifge 7
         6: .line 1768
            iconst_m1
            ireturn
         7: .line 1769
      StackMap locals: java.nio.CharBuffer java.nio.CharBuffer int int int int int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* thisPos */
         8: .line 1770
            aload 1 /* that */
            iload 4 /* thatPos */
         9: .line 1771
            iload 6 /* length */
        10: .line 1769
            invokestatic java.nio.BufferMismatch.mismatch:(Ljava/nio/CharBuffer;ILjava/nio/CharBuffer;II)I
            istore 7 /* r */
        start local 7 // int r
        11: .line 1772
            iload 7 /* r */
            iconst_m1
            if_icmpne 12
            iload 3 /* thisRem */
            iload 5 /* thatRem */
            if_icmpeq 12
            iload 6 /* length */
            goto 13
      StackMap locals: int
      StackMap stack:
        12: iload 7 /* r */
      StackMap locals:
      StackMap stack: int
        13: ireturn
        end local 7 // int r
        end local 6 // int length
        end local 5 // int thatRem
        end local 4 // int thatPos
        end local 3 // int thisRem
        end local 2 // int thisPos
        end local 1 // java.nio.CharBuffer that
        end local 0 // java.nio.CharBuffer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   14     0     this  Ljava/nio/CharBuffer;
            0   14     1     that  Ljava/nio/CharBuffer;
            1   14     2  thisPos  I
            2   14     3  thisRem  I
            3   14     4  thatPos  I
            4   14     5  thatRem  I
            5   14     6   length  I
           11   14     7        r  I
    MethodParameters:
      Name  Flags
      that  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.nio.CharBuffer this
         0: .line 1790
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual java.nio.CharBuffer.position:()I
            aload 0 /* this */
            invokevirtual java.nio.CharBuffer.limit:()I
            invokevirtual java.nio.CharBuffer.toString:(II)Ljava/lang/String;
            areturn
        end local 0 // java.nio.CharBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/CharBuffer;

  abstract java.lang.String toString(int, int);
    descriptor: (II)Ljava/lang/String;
    flags: (0x0400) ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      start  
      end    

  public final int length();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.nio.CharBuffer this
         0: .line 1809
            aload 0 /* this */
            invokevirtual java.nio.CharBuffer.remaining:()I
            ireturn
        end local 0 // java.nio.CharBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/CharBuffer;

  public final boolean isEmpty();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.nio.CharBuffer this
         0: .line 1821
            aload 0 /* this */
            invokevirtual java.nio.CharBuffer.remaining:()I
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // java.nio.CharBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/nio/CharBuffer;

  public final char charAt(int);
    descriptor: (I)C
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // java.nio.CharBuffer this
        start local 1 // int index
         0: .line 1839
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual java.nio.CharBuffer.position:()I
            aload 0 /* this */
            iload 1 /* index */
            iconst_1
            invokevirtual java.nio.CharBuffer.checkIndex:(II)I
            iadd
            invokevirtual java.nio.CharBuffer.get:(I)C
            ireturn
        end local 1 // int index
        end local 0 // java.nio.CharBuffer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Ljava/nio/CharBuffer;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public abstract java.nio.CharBuffer subSequence(int, int);
    descriptor: (II)Ljava/nio/CharBuffer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      start  
      end    

  public java.nio.CharBuffer append(java.lang.CharSequence);
    descriptor: (Ljava/lang/CharSequence;)Ljava/nio/CharBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.nio.CharBuffer this
        start local 1 // java.lang.CharSequence csq
         0: .line 1909
            aload 1 /* csq */
            ifnonnull 2
         1: .line 1910
            aload 0 /* this */
            ldc "null"
            invokevirtual java.nio.CharBuffer.put:(Ljava/lang/String;)Ljava/nio/CharBuffer;
            areturn
         2: .line 1912
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* csq */
            invokeinterface java.lang.CharSequence.toString:()Ljava/lang/String;
            invokevirtual java.nio.CharBuffer.put:(Ljava/lang/String;)Ljava/nio/CharBuffer;
            areturn
        end local 1 // java.lang.CharSequence csq
        end local 0 // java.nio.CharBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljava/nio/CharBuffer;
            0    3     1   csq  Ljava/lang/CharSequence;
    MethodParameters:
      Name  Flags
      csq   

  public java.nio.CharBuffer append(java.lang.CharSequence, int, int);
    descriptor: (Ljava/lang/CharSequence;II)Ljava/nio/CharBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // java.nio.CharBuffer this
        start local 1 // java.lang.CharSequence csq
        start local 2 // int start
        start local 3 // int end
         0: .line 1948
            aload 1 /* csq */
            ifnonnull 1
            ldc "null"
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 1 /* csq */
      StackMap locals:
      StackMap stack: java.lang.CharSequence
         2: astore 4 /* cs */
        start local 4 // java.lang.CharSequence cs
         3: .line 1949
            aload 0 /* this */
            aload 4 /* cs */
            iload 2 /* start */
            iload 3 /* end */
            invokeinterface java.lang.CharSequence.subSequence:(II)Ljava/lang/CharSequence;
            invokeinterface java.lang.CharSequence.toString:()Ljava/lang/String;
            invokevirtual java.nio.CharBuffer.put:(Ljava/lang/String;)Ljava/nio/CharBuffer;
            areturn
        end local 4 // java.lang.CharSequence cs
        end local 3 // int end
        end local 2 // int start
        end local 1 // java.lang.CharSequence csq
        end local 0 // java.nio.CharBuffer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Ljava/nio/CharBuffer;
            0    4     1    csq  Ljava/lang/CharSequence;
            0    4     2  start  I
            0    4     3    end  I
            3    4     4     cs  Ljava/lang/CharSequence;
    MethodParameters:
       Name  Flags
      csq    
      start  
      end    

  public java.nio.CharBuffer append(char);
    descriptor: (C)Ljava/nio/CharBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.nio.CharBuffer this
        start local 1 // char c
         0: .line 1976
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual java.nio.CharBuffer.put:(C)Ljava/nio/CharBuffer;
            areturn
        end local 1 // char c
        end local 0 // java.nio.CharBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/CharBuffer;
            0    1     1     c  C
    MethodParameters:
      Name  Flags
      c     

  public abstract java.nio.ByteOrder order();
    descriptor: ()Ljava/nio/ByteOrder;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  abstract java.nio.ByteOrder charRegionOrder();
    descriptor: ()Ljava/nio/ByteOrder;
    flags: (0x0400) ACC_ABSTRACT

  public java.util.stream.IntStream chars();
    descriptor: ()Ljava/util/stream/IntStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.nio.CharBuffer this
         0: .line 2207
            aload 0 /* this */
            invokedynamic get(Ljava/nio/CharBuffer;)Ljava/util/function/Supplier;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  ()Ljava/lang/Object;
                  java/nio/CharBuffer.lambda$0()Ljava/util/Spliterator$OfInt; (7)
                  ()Ljava/util/Spliterator$OfInt;
         1: .line 2208
            sipush 16464
            iconst_0
         2: .line 2207
            invokestatic java.util.stream.StreamSupport.intStream:(Ljava/util/function/Supplier;IZ)Ljava/util/stream/IntStream;
            areturn
        end local 0 // java.nio.CharBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljava/nio/CharBuffer;

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

  public java.nio.Buffer rewind();
    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.CharBuffer.rewind:()Ljava/nio/CharBuffer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.nio.Buffer reset();
    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.CharBuffer.reset:()Ljava/nio/CharBuffer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.nio.Buffer clear();
    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.CharBuffer.clear:()Ljava/nio/CharBuffer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.nio.Buffer slice(int, int);
    descriptor: (II)Ljava/nio/Buffer;
    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.CharBuffer.slice:(II)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.CharBuffer.slice:()Ljava/nio/CharBuffer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public int compareTo(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.nio.CharBuffer
            invokevirtual java.nio.CharBuffer.compareTo:(Ljava/nio/CharBuffer;)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.nio.Buffer position(int);
    descriptor: (I)Ljava/nio/Buffer;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual java.nio.CharBuffer.position:(I)Ljava/nio/CharBuffer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.nio.Buffer limit(int);
    descriptor: (I)Ljava/nio/Buffer;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual java.nio.CharBuffer.limit:(I)Ljava/nio/CharBuffer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

  public java.lang.Object array();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual java.nio.CharBuffer.array:()[C
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.nio.Buffer flip();
    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.CharBuffer.flip:()Ljava/nio/CharBuffer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Appendable append(char);
    descriptor: (C)Ljava/lang/Appendable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual java.nio.CharBuffer.append:(C)Ljava/nio/CharBuffer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.io.IOException

  public java.lang.Appendable append(java.lang.CharSequence, int, int);
    descriptor: (Ljava/lang/CharSequence;II)Ljava/lang/Appendable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            iload 2
            iload 3
            invokevirtual java.nio.CharBuffer.append:(Ljava/lang/CharSequence;II)Ljava/nio/CharBuffer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.io.IOException

  public java.lang.Appendable append(java.lang.CharSequence);
    descriptor: (Ljava/lang/CharSequence;)Ljava/lang/Appendable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual java.nio.CharBuffer.append:(Ljava/lang/CharSequence;)Ljava/nio/CharBuffer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.io.IOException

  private java.util.Spliterator$OfInt lambda$0();
    descriptor: ()Ljava/util/Spliterator$OfInt;
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.nio.CharBuffer this
         0: .line 2207
            new java.nio.CharBufferSpliterator
            dup
            aload 0 /* this */
            invokespecial java.nio.CharBufferSpliterator.<init>:(Ljava/nio/CharBuffer;)V
            areturn
        end local 0 // java.nio.CharBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/CharBuffer;
}
Signature: Ljava/nio/Buffer;Ljava/lang/Comparable<Ljava/nio/CharBuffer;>;Ljava/lang/Appendable;Ljava/lang/CharSequence;Ljava/lang/Readable;
SourceFile: "CharBuffer.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public abstract OfInt = java.util.Spliterator$OfInt of java.util.Spliterator
  public abstract Scope = jdk.internal.misc.ScopedMemoryAccess$Scope of jdk.internal.misc.ScopedMemoryAccess