class sun.nio.cs.UTF_8$Decoder extends java.nio.charset.CharsetDecoder
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.nio.cs.UTF_8$Decoder
  super_class: java.nio.charset.CharsetDecoder
{
  private static final jdk.internal.access.JavaLangAccess JLA;
    descriptor: Ljdk/internal/access/JavaLangAccess;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  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 86
            ldc Lsun/nio/cs/UTF_8;
            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 sun.nio.cs.UTF_8$Decoder.$assertionsDisabled:Z
         3: .line 88
            invokestatic jdk.internal.access.SharedSecrets.getJavaLangAccess:()Ljdk/internal/access/JavaLangAccess;
            putstatic sun.nio.cs.UTF_8$Decoder.JLA:Ljdk/internal/access/JavaLangAccess;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.nio.charset.Charset);
    descriptor: (Ljava/nio/charset/Charset;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.nio.cs.UTF_8$Decoder this
        start local 1 // java.nio.charset.Charset cs
         0: .line 91
            aload 0 /* this */
            aload 1 /* cs */
            fconst_1
            fconst_1
            invokespecial java.nio.charset.CharsetDecoder.<init>:(Ljava/nio/charset/Charset;FF)V
         1: .line 92
            return
        end local 1 // java.nio.charset.Charset cs
        end local 0 // sun.nio.cs.UTF_8$Decoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/nio/cs/UTF_8$Decoder;
            0    2     1    cs  Ljava/nio/charset/Charset;
    MethodParameters:
      Name  Flags
      cs    

  private static boolean isNotContinuation(int);
    descriptor: (I)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // int b
         0: .line 95
            iload 0 /* b */
            sipush 192
            iand
            sipush 128
            if_icmpeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // int b
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0     b  I
    MethodParameters:
      Name  Flags
      b     

  private static boolean isMalformed3(int, int, int);
    descriptor: (III)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // int b1
        start local 1 // int b2
        start local 2 // int b3
         0: .line 101
            iload 0 /* b1 */
            bipush -32
            if_icmpne 1
            iload 1 /* b2 */
            sipush 224
            iand
            sipush 128
            if_icmpeq 3
         1: .line 102
      StackMap locals:
      StackMap stack:
            iload 1 /* b2 */
            sipush 192
            iand
            sipush 128
            if_icmpne 3
            iload 2 /* b3 */
            sipush 192
            iand
            sipush 128
            if_icmpne 3
         2: .line 101
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_1
            ireturn
        end local 2 // int b3
        end local 1 // int b2
        end local 0 // int b1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0    b1  I
            0    4     1    b2  I
            0    4     2    b3  I
    MethodParameters:
      Name  Flags
      b1    
      b2    
      b3    

  private static boolean isMalformed3_2(int, int);
    descriptor: (II)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // int b1
        start local 1 // int b2
         0: .line 107
            iload 0 /* b1 */
            bipush -32
            if_icmpne 1
            iload 1 /* b2 */
            sipush 224
            iand
            sipush 128
            if_icmpeq 3
         1: .line 108
      StackMap locals:
      StackMap stack:
            iload 1 /* b2 */
            sipush 192
            iand
            sipush 128
            if_icmpne 3
         2: .line 107
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_1
            ireturn
        end local 1 // int b2
        end local 0 // int b1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0    b1  I
            0    4     1    b2  I
    MethodParameters:
      Name  Flags
      b1    
      b2    

  private static boolean isMalformed4(int, int, int);
    descriptor: (III)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // int b2
        start local 1 // int b3
        start local 2 // int b4
         0: .line 117
            iload 0 /* b2 */
            sipush 192
            iand
            sipush 128
            if_icmpne 3
            iload 1 /* b3 */
            sipush 192
            iand
            sipush 128
            if_icmpne 3
         1: .line 118
            iload 2 /* b4 */
            sipush 192
            iand
            sipush 128
            if_icmpne 3
         2: .line 117
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_1
            ireturn
        end local 2 // int b4
        end local 1 // int b3
        end local 0 // int b2
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0    b2  I
            0    4     1    b3  I
            0    4     2    b4  I
    MethodParameters:
      Name  Flags
      b2    
      b3    
      b4    

  private static boolean isMalformed4_2(int, int);
    descriptor: (II)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // int b1
        start local 1 // int b2
         0: .line 124
            iload 0 /* b1 */
            sipush 240
            if_icmpne 1
            iload 1 /* b2 */
            sipush 144
            if_icmplt 4
            iload 1 /* b2 */
            sipush 191
            if_icmpgt 4
         1: .line 125
      StackMap locals:
      StackMap stack:
            iload 0 /* b1 */
            sipush 244
            if_icmpne 2
            iload 1 /* b2 */
            sipush 240
            iand
            sipush 128
            if_icmpne 4
         2: .line 126
      StackMap locals:
      StackMap stack:
            iload 1 /* b2 */
            sipush 192
            iand
            sipush 128
            if_icmpne 4
         3: .line 124
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         4: iconst_1
            ireturn
        end local 1 // int b2
        end local 0 // int b1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0    b1  I
            0    5     1    b2  I
    MethodParameters:
      Name  Flags
      b1    
      b2    

  private static boolean isMalformed4_3(int);
    descriptor: (I)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // int b3
         0: .line 134
            iload 0 /* b3 */
            sipush 192
            iand
            sipush 128
            if_icmpeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // int b3
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0    b3  I
    MethodParameters:
      Name  Flags
      b3    

  private static java.nio.charset.CoderResult malformedN(java.nio.ByteBuffer, int);
    descriptor: (Ljava/nio/ByteBuffer;I)Ljava/nio/charset/CoderResult;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // java.nio.ByteBuffer src
        start local 1 // int nb
         0: .line 138
            iload 1 /* nb */
            tableswitch { // 1 - 4
                    1: 1
                    2: 1
                    3: 2
                    4: 9
              default: 19
          }
         1: .line 141
      StackMap locals:
      StackMap stack:
            iconst_1
            invokestatic java.nio.charset.CoderResult.malformedForLength:(I)Ljava/nio/charset/CoderResult;
            areturn
         2: .line 143
      StackMap locals:
      StackMap stack:
            aload 0 /* src */
            invokevirtual java.nio.ByteBuffer.get:()B
            istore 2 /* b1 */
        start local 2 // int b1
         3: .line 144
            aload 0 /* src */
            invokevirtual java.nio.ByteBuffer.get:()B
            istore 3 /* b2 */
        start local 3 // int b2
         4: .line 146
            iload 2 /* b1 */
            bipush -32
            if_icmpne 5
            iload 3 /* b2 */
            sipush 224
            iand
            sipush 128
            if_icmpeq 6
         5: .line 147
      StackMap locals: int int
      StackMap stack:
            iload 3 /* b2 */
            invokestatic sun.nio.cs.UTF_8$Decoder.isNotContinuation:(I)Z
            ifeq 7
      StackMap locals:
      StackMap stack:
         6: iconst_1
            goto 8
      StackMap locals:
      StackMap stack:
         7: iconst_2
         8: .line 145
      StackMap locals:
      StackMap stack: int
            invokestatic java.nio.charset.CoderResult.malformedForLength:(I)Ljava/nio/charset/CoderResult;
            areturn
        end local 3 // int b2
        end local 2 // int b1
         9: .line 149
      StackMap locals:
      StackMap stack:
            aload 0 /* src */
            invokevirtual java.nio.ByteBuffer.get:()B
            sipush 255
            iand
            istore 2 /* b1 */
        start local 2 // int b1
        10: .line 150
            aload 0 /* src */
            invokevirtual java.nio.ByteBuffer.get:()B
            sipush 255
            iand
            istore 3 /* b2 */
        start local 3 // int b2
        11: .line 151
            iload 2 /* b1 */
            sipush 244
            if_icmpgt 15
        12: .line 152
            iload 2 /* b1 */
            sipush 240
            if_icmpne 13
            iload 3 /* b2 */
            sipush 144
            if_icmplt 15
            iload 3 /* b2 */
            sipush 191
            if_icmpgt 15
        13: .line 153
      StackMap locals: int int
      StackMap stack:
            iload 2 /* b1 */
            sipush 244
            if_icmpne 14
            iload 3 /* b2 */
            sipush 240
            iand
            sipush 128
            if_icmpne 15
        14: .line 154
      StackMap locals:
      StackMap stack:
            iload 3 /* b2 */
            invokestatic sun.nio.cs.UTF_8$Decoder.isNotContinuation:(I)Z
            ifeq 16
        15: .line 155
      StackMap locals:
      StackMap stack:
            iconst_1
            invokestatic java.nio.charset.CoderResult.malformedForLength:(I)Ljava/nio/charset/CoderResult;
            areturn
        16: .line 156
      StackMap locals:
      StackMap stack:
            aload 0 /* src */
            invokevirtual java.nio.ByteBuffer.get:()B
            invokestatic sun.nio.cs.UTF_8$Decoder.isNotContinuation:(I)Z
            ifeq 18
        17: .line 157
            iconst_2
            invokestatic java.nio.charset.CoderResult.malformedForLength:(I)Ljava/nio/charset/CoderResult;
            areturn
        18: .line 158
      StackMap locals:
      StackMap stack:
            iconst_3
            invokestatic java.nio.charset.CoderResult.malformedForLength:(I)Ljava/nio/charset/CoderResult;
            areturn
        end local 3 // int b2
        end local 2 // int b1
        19: .line 160
      StackMap locals:
      StackMap stack:
            getstatic sun.nio.cs.UTF_8$Decoder.$assertionsDisabled:Z
            ifne 20
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        20: .line 161
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // int nb
        end local 0 // java.nio.ByteBuffer src
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   21     0   src  Ljava/nio/ByteBuffer;
            0   21     1    nb  I
            3    9     2    b1  I
           10   19     2    b1  I
            4    9     3    b2  I
           11   19     3    b2  I
    MethodParameters:
      Name  Flags
      src   
      nb    

  private static java.nio.charset.CoderResult malformed(java.nio.ByteBuffer, int, java.nio.CharBuffer, int, int);
    descriptor: (Ljava/nio/ByteBuffer;ILjava/nio/CharBuffer;II)Ljava/nio/charset/CoderResult;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=6, args_size=5
        start local 0 // java.nio.ByteBuffer src
        start local 1 // int sp
        start local 2 // java.nio.CharBuffer dst
        start local 3 // int dp
        start local 4 // int nb
         0: .line 169
            aload 0 /* src */
            iload 1 /* sp */
            aload 0 /* src */
            invokevirtual java.nio.ByteBuffer.arrayOffset:()I
            isub
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
         1: .line 170
            aload 0 /* src */
            iload 4 /* nb */
            invokestatic sun.nio.cs.UTF_8$Decoder.malformedN:(Ljava/nio/ByteBuffer;I)Ljava/nio/charset/CoderResult;
            astore 5 /* cr */
        start local 5 // java.nio.charset.CoderResult cr
         2: .line 171
            aload 0 /* src */
            iload 1 /* sp */
            aload 2 /* dst */
            iload 3 /* dp */
            invokestatic sun.nio.cs.UTF_8.updatePositions:(Ljava/nio/Buffer;ILjava/nio/Buffer;I)V
         3: .line 172
            aload 5 /* cr */
            areturn
        end local 5 // java.nio.charset.CoderResult cr
        end local 4 // int nb
        end local 3 // int dp
        end local 2 // java.nio.CharBuffer dst
        end local 1 // int sp
        end local 0 // java.nio.ByteBuffer src
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0   src  Ljava/nio/ByteBuffer;
            0    4     1    sp  I
            0    4     2   dst  Ljava/nio/CharBuffer;
            0    4     3    dp  I
            0    4     4    nb  I
            2    4     5    cr  Ljava/nio/charset/CoderResult;
    MethodParameters:
      Name  Flags
      src   
      sp    
      dst   
      dp    
      nb    

  private static java.nio.charset.CoderResult malformed(java.nio.ByteBuffer, int, int);
    descriptor: (Ljava/nio/ByteBuffer;II)Ljava/nio/charset/CoderResult;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // java.nio.ByteBuffer src
        start local 1 // int mark
        start local 2 // int nb
         0: .line 179
            aload 0 /* src */
            iload 1 /* mark */
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
         1: .line 180
            aload 0 /* src */
            iload 2 /* nb */
            invokestatic sun.nio.cs.UTF_8$Decoder.malformedN:(Ljava/nio/ByteBuffer;I)Ljava/nio/charset/CoderResult;
            astore 3 /* cr */
        start local 3 // java.nio.charset.CoderResult cr
         2: .line 181
            aload 0 /* src */
            iload 1 /* mark */
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
         3: .line 182
            aload 3 /* cr */
            areturn
        end local 3 // java.nio.charset.CoderResult cr
        end local 2 // int nb
        end local 1 // int mark
        end local 0 // java.nio.ByteBuffer src
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0   src  Ljava/nio/ByteBuffer;
            0    4     1  mark  I
            0    4     2    nb  I
            2    4     3    cr  Ljava/nio/charset/CoderResult;
    MethodParameters:
      Name  Flags
      src   
      mark  
      nb    

  private static java.nio.charset.CoderResult malformedForLength(java.nio.ByteBuffer, int, java.nio.CharBuffer, int, int);
    descriptor: (Ljava/nio/ByteBuffer;ILjava/nio/CharBuffer;II)Ljava/nio/charset/CoderResult;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // java.nio.ByteBuffer src
        start local 1 // int sp
        start local 2 // java.nio.CharBuffer dst
        start local 3 // int dp
        start local 4 // int malformedNB
         0: .line 191
            aload 0 /* src */
            iload 1 /* sp */
            aload 2 /* dst */
            iload 3 /* dp */
            invokestatic sun.nio.cs.UTF_8.updatePositions:(Ljava/nio/Buffer;ILjava/nio/Buffer;I)V
         1: .line 192
            iload 4 /* malformedNB */
            invokestatic java.nio.charset.CoderResult.malformedForLength:(I)Ljava/nio/charset/CoderResult;
            areturn
        end local 4 // int malformedNB
        end local 3 // int dp
        end local 2 // java.nio.CharBuffer dst
        end local 1 // int sp
        end local 0 // java.nio.ByteBuffer src
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0          src  Ljava/nio/ByteBuffer;
            0    2     1           sp  I
            0    2     2          dst  Ljava/nio/CharBuffer;
            0    2     3           dp  I
            0    2     4  malformedNB  I
    MethodParameters:
             Name  Flags
      src          
      sp           
      dst          
      dp           
      malformedNB  

  private static java.nio.charset.CoderResult malformedForLength(java.nio.ByteBuffer, int, int);
    descriptor: (Ljava/nio/ByteBuffer;II)Ljava/nio/charset/CoderResult;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // java.nio.ByteBuffer src
        start local 1 // int mark
        start local 2 // int malformedNB
         0: .line 199
            aload 0 /* src */
            iload 1 /* mark */
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
         1: .line 200
            iload 2 /* malformedNB */
            invokestatic java.nio.charset.CoderResult.malformedForLength:(I)Ljava/nio/charset/CoderResult;
            areturn
        end local 2 // int malformedNB
        end local 1 // int mark
        end local 0 // java.nio.ByteBuffer src
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0          src  Ljava/nio/ByteBuffer;
            0    2     1         mark  I
            0    2     2  malformedNB  I
    MethodParameters:
             Name  Flags
      src          
      mark         
      malformedNB  

  private static java.nio.charset.CoderResult xflow(java.nio.Buffer, int, int, java.nio.Buffer, int, int);
    descriptor: (Ljava/nio/Buffer;IILjava/nio/Buffer;II)Ljava/nio/charset/CoderResult;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=6, args_size=6
        start local 0 // java.nio.Buffer src
        start local 1 // int sp
        start local 2 // int sl
        start local 3 // java.nio.Buffer dst
        start local 4 // int dp
        start local 5 // int nb
         0: .line 206
            aload 0 /* src */
            iload 1 /* sp */
            aload 3 /* dst */
            iload 4 /* dp */
            invokestatic sun.nio.cs.UTF_8.updatePositions:(Ljava/nio/Buffer;ILjava/nio/Buffer;I)V
         1: .line 207
            iload 5 /* nb */
            ifeq 2
            iload 2 /* sl */
            iload 1 /* sp */
            isub
            iload 5 /* nb */
            if_icmpge 3
         2: .line 208
      StackMap locals:
      StackMap stack:
            getstatic java.nio.charset.CoderResult.UNDERFLOW:Ljava/nio/charset/CoderResult;
            goto 4
      StackMap locals:
      StackMap stack:
         3: getstatic java.nio.charset.CoderResult.OVERFLOW:Ljava/nio/charset/CoderResult;
         4: .line 207
      StackMap locals:
      StackMap stack: java.nio.charset.CoderResult
            areturn
        end local 5 // int nb
        end local 4 // int dp
        end local 3 // java.nio.Buffer dst
        end local 2 // int sl
        end local 1 // int sp
        end local 0 // java.nio.Buffer src
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0   src  Ljava/nio/Buffer;
            0    5     1    sp  I
            0    5     2    sl  I
            0    5     3   dst  Ljava/nio/Buffer;
            0    5     4    dp  I
            0    5     5    nb  I
    MethodParameters:
      Name  Flags
      src   
      sp    
      sl    
      dst   
      dp    
      nb    

  private static java.nio.charset.CoderResult xflow(java.nio.Buffer, int, int);
    descriptor: (Ljava/nio/Buffer;II)Ljava/nio/charset/CoderResult;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // java.nio.Buffer src
        start local 1 // int mark
        start local 2 // int nb
         0: .line 212
            aload 0 /* src */
            iload 1 /* mark */
            invokevirtual java.nio.Buffer.position:(I)Ljava/nio/Buffer;
            pop
         1: .line 213
            iload 2 /* nb */
            ifeq 2
            aload 0 /* src */
            invokevirtual java.nio.Buffer.remaining:()I
            iload 2 /* nb */
            if_icmpge 3
         2: .line 214
      StackMap locals:
      StackMap stack:
            getstatic java.nio.charset.CoderResult.UNDERFLOW:Ljava/nio/charset/CoderResult;
            goto 4
      StackMap locals:
      StackMap stack:
         3: getstatic java.nio.charset.CoderResult.OVERFLOW:Ljava/nio/charset/CoderResult;
         4: .line 213
      StackMap locals:
      StackMap stack: java.nio.charset.CoderResult
            areturn
        end local 2 // int nb
        end local 1 // int mark
        end local 0 // java.nio.Buffer src
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0   src  Ljava/nio/Buffer;
            0    5     1  mark  I
            0    5     2    nb  I
    MethodParameters:
      Name  Flags
      src   
      mark  
      nb    

  private java.nio.charset.CoderResult decodeArrayLoop(java.nio.ByteBuffer, java.nio.CharBuffer);
    descriptor: (Ljava/nio/ByteBuffer;Ljava/nio/CharBuffer;)Ljava/nio/charset/CoderResult;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=8, locals=18, args_size=3
        start local 0 // sun.nio.cs.UTF_8$Decoder this
        start local 1 // java.nio.ByteBuffer src
        start local 2 // java.nio.CharBuffer dst
         0: .line 221
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.array:()[B
            astore 3 /* sa */
        start local 3 // byte[] sa
         1: .line 222
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.arrayOffset:()I
            istore 4 /* soff */
        start local 4 // int soff
         2: .line 223
            iload 4 /* soff */
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.position:()I
            iadd
            istore 5 /* sp */
        start local 5 // int sp
         3: .line 224
            iload 4 /* soff */
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.limit:()I
            iadd
            istore 6 /* sl */
        start local 6 // int sl
         4: .line 226
            aload 2 /* dst */
            invokevirtual java.nio.CharBuffer.array:()[C
            astore 7 /* da */
        start local 7 // char[] da
         5: .line 227
            aload 2 /* dst */
            invokevirtual java.nio.CharBuffer.arrayOffset:()I
            istore 8 /* doff */
        start local 8 // int doff
         6: .line 228
            iload 8 /* doff */
            aload 2 /* dst */
            invokevirtual java.nio.CharBuffer.position:()I
            iadd
            istore 9 /* dp */
        start local 9 // int dp
         7: .line 229
            iload 8 /* doff */
            aload 2 /* dst */
            invokevirtual java.nio.CharBuffer.limit:()I
            iadd
            istore 10 /* dl */
        start local 10 // int dl
         8: .line 231
            getstatic sun.nio.cs.UTF_8$Decoder.JLA:Ljdk/internal/access/JavaLangAccess;
            aload 3 /* sa */
            iload 5 /* sp */
            aload 7 /* da */
            iload 9 /* dp */
            iload 6 /* sl */
            iload 5 /* sp */
            isub
            iload 10 /* dl */
            iload 9 /* dp */
            isub
            invokestatic java.lang.Math.min:(II)I
            invokeinterface jdk.internal.access.JavaLangAccess.decodeASCII:([BI[CII)I
            istore 11 /* n */
        start local 11 // int n
         9: .line 232
            iload 5 /* sp */
            iload 11 /* n */
            iadd
            istore 5 /* sp */
        10: .line 233
            iload 9 /* dp */
            iload 11 /* n */
            iadd
            istore 9 /* dp */
        11: .line 235
            goto 83
        12: .line 236
      StackMap locals: sun.nio.cs.UTF_8$Decoder java.nio.ByteBuffer java.nio.CharBuffer byte[] int int int char[] int int int int
      StackMap stack:
            aload 3 /* sa */
            iload 5 /* sp */
            baload
            istore 12 /* b1 */
        start local 12 // int b1
        13: .line 237
            iload 12 /* b1 */
            iflt 19
        14: .line 239
            iload 9 /* dp */
            iload 10 /* dl */
            if_icmplt 16
        15: .line 240
            aload 1 /* src */
            iload 5 /* sp */
            iload 6 /* sl */
            aload 2 /* dst */
            iload 9 /* dp */
            iconst_1
            invokestatic sun.nio.cs.UTF_8$Decoder.xflow:(Ljava/nio/Buffer;IILjava/nio/Buffer;II)Ljava/nio/charset/CoderResult;
            areturn
        16: .line 241
      StackMap locals: int
      StackMap stack:
            aload 7 /* da */
            iload 9 /* dp */
            iinc 9 /* dp */ 1
            iload 12 /* b1 */
            i2c
            castore
        17: .line 242
            iinc 5 /* sp */ 1
        18: .line 243
            goto 83
      StackMap locals:
      StackMap stack:
        19: iload 12 /* b1 */
            iconst_5
            ishr
            bipush -2
            if_icmpne 30
            iload 12 /* b1 */
            bipush 30
            iand
            ifeq 30
        20: .line 246
            iload 6 /* sl */
            iload 5 /* sp */
            isub
            iconst_2
            if_icmplt 21
            iload 9 /* dp */
            iload 10 /* dl */
            if_icmplt 22
        21: .line 247
      StackMap locals:
      StackMap stack:
            aload 1 /* src */
            iload 5 /* sp */
            iload 6 /* sl */
            aload 2 /* dst */
            iload 9 /* dp */
            iconst_2
            invokestatic sun.nio.cs.UTF_8$Decoder.xflow:(Ljava/nio/Buffer;IILjava/nio/Buffer;II)Ljava/nio/charset/CoderResult;
            areturn
        22: .line 248
      StackMap locals:
      StackMap stack:
            aload 3 /* sa */
            iload 5 /* sp */
            iconst_1
            iadd
            baload
            istore 13 /* b2 */
        start local 13 // int b2
        23: .line 255
            iload 13 /* b2 */
            invokestatic sun.nio.cs.UTF_8$Decoder.isNotContinuation:(I)Z
            ifeq 25
        24: .line 256
            aload 1 /* src */
            iload 5 /* sp */
            aload 2 /* dst */
            iload 9 /* dp */
            iconst_1
            invokestatic sun.nio.cs.UTF_8$Decoder.malformedForLength:(Ljava/nio/ByteBuffer;ILjava/nio/CharBuffer;II)Ljava/nio/charset/CoderResult;
            areturn
        25: .line 257
      StackMap locals: int
      StackMap stack:
            aload 7 /* da */
            iload 9 /* dp */
            iinc 9 /* dp */ 1
            iload 12 /* b1 */
            bipush 6
            ishl
            iload 13 /* b2 */
            ixor
        26: .line 259
            sipush 3968
            ixor
            i2c
        27: .line 257
            castore
        28: .line 261
            iinc 5 /* sp */ 2
        end local 13 // int b2
        29: .line 262
            goto 83
      StackMap locals:
      StackMap stack:
        30: iload 12 /* b1 */
            iconst_4
            ishr
            bipush -2
            if_icmpne 53
        31: .line 264
            iload 6 /* sl */
            iload 5 /* sp */
            isub
            istore 13 /* srcRemaining */
        start local 13 // int srcRemaining
        32: .line 265
            iload 13 /* srcRemaining */
            iconst_3
            if_icmplt 33
            iload 9 /* dp */
            iload 10 /* dl */
            if_icmplt 36
        33: .line 266
      StackMap locals: int
      StackMap stack:
            iload 13 /* srcRemaining */
            iconst_1
            if_icmple 35
            iload 12 /* b1 */
            aload 3 /* sa */
            iload 5 /* sp */
            iconst_1
            iadd
            baload
            invokestatic sun.nio.cs.UTF_8$Decoder.isMalformed3_2:(II)Z
            ifeq 35
        34: .line 267
            aload 1 /* src */
            iload 5 /* sp */
            aload 2 /* dst */
            iload 9 /* dp */
            iconst_1
            invokestatic sun.nio.cs.UTF_8$Decoder.malformedForLength:(Ljava/nio/ByteBuffer;ILjava/nio/CharBuffer;II)Ljava/nio/charset/CoderResult;
            areturn
        35: .line 268
      StackMap locals:
      StackMap stack:
            aload 1 /* src */
            iload 5 /* sp */
            iload 6 /* sl */
            aload 2 /* dst */
            iload 9 /* dp */
            iconst_3
            invokestatic sun.nio.cs.UTF_8$Decoder.xflow:(Ljava/nio/Buffer;IILjava/nio/Buffer;II)Ljava/nio/charset/CoderResult;
            areturn
        36: .line 270
      StackMap locals:
      StackMap stack:
            aload 3 /* sa */
            iload 5 /* sp */
            iconst_1
            iadd
            baload
            istore 14 /* b2 */
        start local 14 // int b2
        37: .line 271
            aload 3 /* sa */
            iload 5 /* sp */
            iconst_2
            iadd
            baload
            istore 15 /* b3 */
        start local 15 // int b3
        38: .line 272
            iload 12 /* b1 */
            iload 14 /* b2 */
            iload 15 /* b3 */
            invokestatic sun.nio.cs.UTF_8$Decoder.isMalformed3:(III)Z
            ifeq 40
        39: .line 273
            aload 1 /* src */
            iload 5 /* sp */
            aload 2 /* dst */
            iload 9 /* dp */
            iconst_3
            invokestatic sun.nio.cs.UTF_8$Decoder.malformed:(Ljava/nio/ByteBuffer;ILjava/nio/CharBuffer;II)Ljava/nio/charset/CoderResult;
            areturn
        40: .line 275
      StackMap locals: int int
      StackMap stack:
            iload 12 /* b1 */
            bipush 12
            ishl
        41: .line 276
            iload 14 /* b2 */
            bipush 6
            ishl
        42: .line 275
            ixor
        43: .line 277
            iload 15 /* b3 */
        44: .line 278
            ldc -123008
        45: .line 277
            ixor
        46: .line 275
            ixor
            i2c
        47: .line 274
            istore 16 /* c */
        start local 16 // char c
        48: .line 281
            iload 16 /* c */
            invokestatic java.lang.Character.isSurrogate:(C)Z
            ifeq 50
        49: .line 282
            aload 1 /* src */
            iload 5 /* sp */
            aload 2 /* dst */
            iload 9 /* dp */
            iconst_3
            invokestatic sun.nio.cs.UTF_8$Decoder.malformedForLength:(Ljava/nio/ByteBuffer;ILjava/nio/CharBuffer;II)Ljava/nio/charset/CoderResult;
            areturn
        50: .line 283
      StackMap locals: int
      StackMap stack:
            aload 7 /* da */
            iload 9 /* dp */
            iinc 9 /* dp */ 1
            iload 16 /* c */
            castore
        51: .line 284
            iinc 5 /* sp */ 3
        end local 16 // char c
        end local 15 // int b3
        end local 14 // int b2
        end local 13 // int srcRemaining
        52: .line 285
            goto 83
      StackMap locals: sun.nio.cs.UTF_8$Decoder java.nio.ByteBuffer java.nio.CharBuffer byte[] int int int char[] int int int int int
      StackMap stack:
        53: iload 12 /* b1 */
            iconst_3
            ishr
            bipush -2
            if_icmpne 82
        54: .line 287
            iload 6 /* sl */
            iload 5 /* sp */
            isub
            istore 13 /* srcRemaining */
        start local 13 // int srcRemaining
        55: .line 288
            iload 13 /* srcRemaining */
            iconst_4
            if_icmplt 56
            iload 10 /* dl */
            iload 9 /* dp */
            isub
            iconst_2
            if_icmpge 63
        56: .line 289
      StackMap locals: int
      StackMap stack:
            iload 12 /* b1 */
            sipush 255
            iand
            istore 12 /* b1 */
        57: .line 290
            iload 12 /* b1 */
            sipush 244
            if_icmpgt 59
        58: .line 291
            iload 13 /* srcRemaining */
            iconst_1
            if_icmple 60
            iload 12 /* b1 */
            aload 3 /* sa */
            iload 5 /* sp */
            iconst_1
            iadd
            baload
            sipush 255
            iand
            invokestatic sun.nio.cs.UTF_8$Decoder.isMalformed4_2:(II)Z
            ifeq 60
        59: .line 292
      StackMap locals:
      StackMap stack:
            aload 1 /* src */
            iload 5 /* sp */
            aload 2 /* dst */
            iload 9 /* dp */
            iconst_1
            invokestatic sun.nio.cs.UTF_8$Decoder.malformedForLength:(Ljava/nio/ByteBuffer;ILjava/nio/CharBuffer;II)Ljava/nio/charset/CoderResult;
            areturn
        60: .line 293
      StackMap locals:
      StackMap stack:
            iload 13 /* srcRemaining */
            iconst_2
            if_icmple 62
            aload 3 /* sa */
            iload 5 /* sp */
            iconst_2
            iadd
            baload
            invokestatic sun.nio.cs.UTF_8$Decoder.isMalformed4_3:(I)Z
            ifeq 62
        61: .line 294
            aload 1 /* src */
            iload 5 /* sp */
            aload 2 /* dst */
            iload 9 /* dp */
            iconst_2
            invokestatic sun.nio.cs.UTF_8$Decoder.malformedForLength:(Ljava/nio/ByteBuffer;ILjava/nio/CharBuffer;II)Ljava/nio/charset/CoderResult;
            areturn
        62: .line 295
      StackMap locals:
      StackMap stack:
            aload 1 /* src */
            iload 5 /* sp */
            iload 6 /* sl */
            aload 2 /* dst */
            iload 9 /* dp */
            iconst_4
            invokestatic sun.nio.cs.UTF_8$Decoder.xflow:(Ljava/nio/Buffer;IILjava/nio/Buffer;II)Ljava/nio/charset/CoderResult;
            areturn
        63: .line 297
      StackMap locals:
      StackMap stack:
            aload 3 /* sa */
            iload 5 /* sp */
            iconst_1
            iadd
            baload
            istore 14 /* b2 */
        start local 14 // int b2
        64: .line 298
            aload 3 /* sa */
            iload 5 /* sp */
            iconst_2
            iadd
            baload
            istore 15 /* b3 */
        start local 15 // int b3
        65: .line 299
            aload 3 /* sa */
            iload 5 /* sp */
            iconst_3
            iadd
            baload
            istore 16 /* b4 */
        start local 16 // int b4
        66: .line 300
            iload 12 /* b1 */
            bipush 18
            ishl
        67: .line 301
            iload 14 /* b2 */
            bipush 12
            ishl
        68: .line 300
            ixor
        69: .line 302
            iload 15 /* b3 */
            bipush 6
            ishl
        70: .line 300
            ixor
        71: .line 303
            iload 16 /* b4 */
        72: .line 304
            ldc 3678080
        73: .line 303
            ixor
        74: .line 300
            ixor
            istore 17 /* uc */
        start local 17 // int uc
        75: .line 308
            iload 14 /* b2 */
            iload 15 /* b3 */
            iload 16 /* b4 */
            invokestatic sun.nio.cs.UTF_8$Decoder.isMalformed4:(III)Z
            ifne 77
        76: .line 310
            iload 17 /* uc */
            invokestatic java.lang.Character.isSupplementaryCodePoint:(I)Z
            ifne 78
        77: .line 311
      StackMap locals: sun.nio.cs.UTF_8$Decoder java.nio.ByteBuffer java.nio.CharBuffer byte[] int int int char[] int int int int int int int int int int
      StackMap stack:
            aload 1 /* src */
            iload 5 /* sp */
            aload 2 /* dst */
            iload 9 /* dp */
            iconst_4
            invokestatic sun.nio.cs.UTF_8$Decoder.malformed:(Ljava/nio/ByteBuffer;ILjava/nio/CharBuffer;II)Ljava/nio/charset/CoderResult;
            areturn
        78: .line 313
      StackMap locals:
      StackMap stack:
            aload 7 /* da */
            iload 9 /* dp */
            iinc 9 /* dp */ 1
            iload 17 /* uc */
            invokestatic java.lang.Character.highSurrogate:(I)C
            castore
        79: .line 314
            aload 7 /* da */
            iload 9 /* dp */
            iinc 9 /* dp */ 1
            iload 17 /* uc */
            invokestatic java.lang.Character.lowSurrogate:(I)C
            castore
        80: .line 315
            iinc 5 /* sp */ 4
        end local 17 // int uc
        end local 16 // int b4
        end local 15 // int b3
        end local 14 // int b2
        end local 13 // int srcRemaining
        81: .line 316
            goto 83
        82: .line 317
      StackMap locals: sun.nio.cs.UTF_8$Decoder java.nio.ByteBuffer java.nio.CharBuffer byte[] int int int char[] int int int int int
      StackMap stack:
            aload 1 /* src */
            iload 5 /* sp */
            aload 2 /* dst */
            iload 9 /* dp */
            iconst_1
            invokestatic sun.nio.cs.UTF_8$Decoder.malformed:(Ljava/nio/ByteBuffer;ILjava/nio/CharBuffer;II)Ljava/nio/charset/CoderResult;
            areturn
        end local 12 // int b1
        83: .line 235
      StackMap locals:
      StackMap stack:
            iload 5 /* sp */
            iload 6 /* sl */
            if_icmplt 12
        84: .line 319
            aload 1 /* src */
            iload 5 /* sp */
            iload 6 /* sl */
            aload 2 /* dst */
            iload 9 /* dp */
            iconst_0
            invokestatic sun.nio.cs.UTF_8$Decoder.xflow:(Ljava/nio/Buffer;IILjava/nio/Buffer;II)Ljava/nio/charset/CoderResult;
            areturn
        end local 11 // int n
        end local 10 // int dl
        end local 9 // int dp
        end local 8 // int doff
        end local 7 // char[] da
        end local 6 // int sl
        end local 5 // int sp
        end local 4 // int soff
        end local 3 // byte[] sa
        end local 2 // java.nio.CharBuffer dst
        end local 1 // java.nio.ByteBuffer src
        end local 0 // sun.nio.cs.UTF_8$Decoder this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   85     0          this  Lsun/nio/cs/UTF_8$Decoder;
            0   85     1           src  Ljava/nio/ByteBuffer;
            0   85     2           dst  Ljava/nio/CharBuffer;
            1   85     3            sa  [B
            2   85     4          soff  I
            3   85     5            sp  I
            4   85     6            sl  I
            5   85     7            da  [C
            6   85     8          doff  I
            7   85     9            dp  I
            8   85    10            dl  I
            9   85    11             n  I
           13   83    12            b1  I
           23   29    13            b2  I
           32   52    13  srcRemaining  I
           37   52    14            b2  I
           38   52    15            b3  I
           48   52    16             c  C
           55   81    13  srcRemaining  I
           64   81    14            b2  I
           65   81    15            b3  I
           66   81    16            b4  I
           75   81    17            uc  I
    MethodParameters:
      Name  Flags
      src   
      dst   

  private java.nio.charset.CoderResult decodeBufferLoop(java.nio.ByteBuffer, java.nio.CharBuffer);
    descriptor: (Ljava/nio/ByteBuffer;Ljava/nio/CharBuffer;)Ljava/nio/charset/CoderResult;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=11, args_size=3
        start local 0 // sun.nio.cs.UTF_8$Decoder this
        start local 1 // java.nio.ByteBuffer src
        start local 2 // java.nio.CharBuffer dst
         0: .line 325
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.position:()I
            istore 3 /* mark */
        start local 3 // int mark
         1: .line 326
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.limit:()I
            istore 4 /* limit */
        start local 4 // int limit
         2: .line 327
            goto 74
         3: .line 328
      StackMap locals: int int
      StackMap stack:
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.get:()B
            istore 5 /* b1 */
        start local 5 // int b1
         4: .line 329
            iload 5 /* b1 */
            iflt 10
         5: .line 331
            aload 2 /* dst */
            invokevirtual java.nio.CharBuffer.remaining:()I
            iconst_1
            if_icmpge 7
         6: .line 332
            aload 1 /* src */
            iload 3 /* mark */
            iconst_1
            invokestatic sun.nio.cs.UTF_8$Decoder.xflow:(Ljava/nio/Buffer;II)Ljava/nio/charset/CoderResult;
            areturn
         7: .line 333
      StackMap locals: int
      StackMap stack:
            aload 2 /* dst */
            iload 5 /* b1 */
            i2c
            invokevirtual java.nio.CharBuffer.put:(C)Ljava/nio/CharBuffer;
            pop
         8: .line 334
            iinc 3 /* mark */ 1
         9: .line 335
            goto 74
      StackMap locals:
      StackMap stack:
        10: iload 5 /* b1 */
            iconst_5
            ishr
            bipush -2
            if_icmpne 21
            iload 5 /* b1 */
            bipush 30
            iand
            ifeq 21
        11: .line 337
            iload 4 /* limit */
            iload 3 /* mark */
            isub
            iconst_2
            if_icmplt 12
            aload 2 /* dst */
            invokevirtual java.nio.CharBuffer.remaining:()I
            iconst_1
            if_icmpge 13
        12: .line 338
      StackMap locals:
      StackMap stack:
            aload 1 /* src */
            iload 3 /* mark */
            iconst_2
            invokestatic sun.nio.cs.UTF_8$Decoder.xflow:(Ljava/nio/Buffer;II)Ljava/nio/charset/CoderResult;
            areturn
        13: .line 339
      StackMap locals:
      StackMap stack:
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.get:()B
            istore 6 /* b2 */
        start local 6 // int b2
        14: .line 340
            iload 6 /* b2 */
            invokestatic sun.nio.cs.UTF_8$Decoder.isNotContinuation:(I)Z
            ifeq 16
        15: .line 341
            aload 1 /* src */
            iload 3 /* mark */
            iconst_1
            invokestatic sun.nio.cs.UTF_8$Decoder.malformedForLength:(Ljava/nio/ByteBuffer;II)Ljava/nio/charset/CoderResult;
            areturn
        16: .line 342
      StackMap locals: int
      StackMap stack:
            aload 2 /* dst */
            iload 5 /* b1 */
            bipush 6
            ishl
            iload 6 /* b2 */
            ixor
        17: .line 344
            sipush 3968
            ixor
            i2c
        18: .line 342
            invokevirtual java.nio.CharBuffer.put:(C)Ljava/nio/CharBuffer;
            pop
        19: .line 346
            iinc 3 /* mark */ 2
        end local 6 // int b2
        20: .line 347
            goto 74
      StackMap locals:
      StackMap stack:
        21: iload 5 /* b1 */
            iconst_4
            ishr
            bipush -2
            if_icmpne 44
        22: .line 349
            iload 4 /* limit */
            iload 3 /* mark */
            isub
            istore 6 /* srcRemaining */
        start local 6 // int srcRemaining
        23: .line 350
            iload 6 /* srcRemaining */
            iconst_3
            if_icmplt 24
            aload 2 /* dst */
            invokevirtual java.nio.CharBuffer.remaining:()I
            iconst_1
            if_icmpge 27
        24: .line 351
      StackMap locals: int
      StackMap stack:
            iload 6 /* srcRemaining */
            iconst_1
            if_icmple 26
            iload 5 /* b1 */
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.get:()B
            invokestatic sun.nio.cs.UTF_8$Decoder.isMalformed3_2:(II)Z
            ifeq 26
        25: .line 352
            aload 1 /* src */
            iload 3 /* mark */
            iconst_1
            invokestatic sun.nio.cs.UTF_8$Decoder.malformedForLength:(Ljava/nio/ByteBuffer;II)Ljava/nio/charset/CoderResult;
            areturn
        26: .line 353
      StackMap locals:
      StackMap stack:
            aload 1 /* src */
            iload 3 /* mark */
            iconst_3
            invokestatic sun.nio.cs.UTF_8$Decoder.xflow:(Ljava/nio/Buffer;II)Ljava/nio/charset/CoderResult;
            areturn
        27: .line 355
      StackMap locals:
      StackMap stack:
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.get:()B
            istore 7 /* b2 */
        start local 7 // int b2
        28: .line 356
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.get:()B
            istore 8 /* b3 */
        start local 8 // int b3
        29: .line 357
            iload 5 /* b1 */
            iload 7 /* b2 */
            iload 8 /* b3 */
            invokestatic sun.nio.cs.UTF_8$Decoder.isMalformed3:(III)Z
            ifeq 31
        30: .line 358
            aload 1 /* src */
            iload 3 /* mark */
            iconst_3
            invokestatic sun.nio.cs.UTF_8$Decoder.malformed:(Ljava/nio/ByteBuffer;II)Ljava/nio/charset/CoderResult;
            areturn
        31: .line 360
      StackMap locals: int int
      StackMap stack:
            iload 5 /* b1 */
            bipush 12
            ishl
        32: .line 361
            iload 7 /* b2 */
            bipush 6
            ishl
        33: .line 360
            ixor
        34: .line 362
            iload 8 /* b3 */
        35: .line 363
            ldc -123008
        36: .line 362
            ixor
        37: .line 360
            ixor
            i2c
        38: .line 359
            istore 9 /* c */
        start local 9 // char c
        39: .line 366
            iload 9 /* c */
            invokestatic java.lang.Character.isSurrogate:(C)Z
            ifeq 41
        40: .line 367
            aload 1 /* src */
            iload 3 /* mark */
            iconst_3
            invokestatic sun.nio.cs.UTF_8$Decoder.malformedForLength:(Ljava/nio/ByteBuffer;II)Ljava/nio/charset/CoderResult;
            areturn
        41: .line 368
      StackMap locals: int
      StackMap stack:
            aload 2 /* dst */
            iload 9 /* c */
            invokevirtual java.nio.CharBuffer.put:(C)Ljava/nio/CharBuffer;
            pop
        42: .line 369
            iinc 3 /* mark */ 3
        end local 9 // char c
        end local 8 // int b3
        end local 7 // int b2
        end local 6 // int srcRemaining
        43: .line 370
            goto 74
      StackMap locals: sun.nio.cs.UTF_8$Decoder java.nio.ByteBuffer java.nio.CharBuffer int int int
      StackMap stack:
        44: iload 5 /* b1 */
            iconst_3
            ishr
            bipush -2
            if_icmpne 73
        45: .line 372
            iload 4 /* limit */
            iload 3 /* mark */
            isub
            istore 6 /* srcRemaining */
        start local 6 // int srcRemaining
        46: .line 373
            iload 6 /* srcRemaining */
            iconst_4
            if_icmplt 47
            aload 2 /* dst */
            invokevirtual java.nio.CharBuffer.remaining:()I
            iconst_2
            if_icmpge 54
        47: .line 374
      StackMap locals: int
      StackMap stack:
            iload 5 /* b1 */
            sipush 255
            iand
            istore 5 /* b1 */
        48: .line 375
            iload 5 /* b1 */
            sipush 244
            if_icmpgt 50
        49: .line 376
            iload 6 /* srcRemaining */
            iconst_1
            if_icmple 51
            iload 5 /* b1 */
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.get:()B
            sipush 255
            iand
            invokestatic sun.nio.cs.UTF_8$Decoder.isMalformed4_2:(II)Z
            ifeq 51
        50: .line 377
      StackMap locals:
      StackMap stack:
            aload 1 /* src */
            iload 3 /* mark */
            iconst_1
            invokestatic sun.nio.cs.UTF_8$Decoder.malformedForLength:(Ljava/nio/ByteBuffer;II)Ljava/nio/charset/CoderResult;
            areturn
        51: .line 378
      StackMap locals:
      StackMap stack:
            iload 6 /* srcRemaining */
            iconst_2
            if_icmple 53
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.get:()B
            invokestatic sun.nio.cs.UTF_8$Decoder.isMalformed4_3:(I)Z
            ifeq 53
        52: .line 379
            aload 1 /* src */
            iload 3 /* mark */
            iconst_2
            invokestatic sun.nio.cs.UTF_8$Decoder.malformedForLength:(Ljava/nio/ByteBuffer;II)Ljava/nio/charset/CoderResult;
            areturn
        53: .line 380
      StackMap locals:
      StackMap stack:
            aload 1 /* src */
            iload 3 /* mark */
            iconst_4
            invokestatic sun.nio.cs.UTF_8$Decoder.xflow:(Ljava/nio/Buffer;II)Ljava/nio/charset/CoderResult;
            areturn
        54: .line 382
      StackMap locals:
      StackMap stack:
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.get:()B
            istore 7 /* b2 */
        start local 7 // int b2
        55: .line 383
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.get:()B
            istore 8 /* b3 */
        start local 8 // int b3
        56: .line 384
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.get:()B
            istore 9 /* b4 */
        start local 9 // int b4
        57: .line 385
            iload 5 /* b1 */
            bipush 18
            ishl
        58: .line 386
            iload 7 /* b2 */
            bipush 12
            ishl
        59: .line 385
            ixor
        60: .line 387
            iload 8 /* b3 */
            bipush 6
            ishl
        61: .line 385
            ixor
        62: .line 388
            iload 9 /* b4 */
        63: .line 389
            ldc 3678080
        64: .line 388
            ixor
        65: .line 385
            ixor
            istore 10 /* uc */
        start local 10 // int uc
        66: .line 393
            iload 7 /* b2 */
            iload 8 /* b3 */
            iload 9 /* b4 */
            invokestatic sun.nio.cs.UTF_8$Decoder.isMalformed4:(III)Z
            ifne 68
        67: .line 395
            iload 10 /* uc */
            invokestatic java.lang.Character.isSupplementaryCodePoint:(I)Z
            ifne 69
        68: .line 396
      StackMap locals: sun.nio.cs.UTF_8$Decoder java.nio.ByteBuffer java.nio.CharBuffer int int int int int int int int
      StackMap stack:
            aload 1 /* src */
            iload 3 /* mark */
            iconst_4
            invokestatic sun.nio.cs.UTF_8$Decoder.malformed:(Ljava/nio/ByteBuffer;II)Ljava/nio/charset/CoderResult;
            areturn
        69: .line 398
      StackMap locals:
      StackMap stack:
            aload 2 /* dst */
            iload 10 /* uc */
            invokestatic java.lang.Character.highSurrogate:(I)C
            invokevirtual java.nio.CharBuffer.put:(C)Ljava/nio/CharBuffer;
            pop
        70: .line 399
            aload 2 /* dst */
            iload 10 /* uc */
            invokestatic java.lang.Character.lowSurrogate:(I)C
            invokevirtual java.nio.CharBuffer.put:(C)Ljava/nio/CharBuffer;
            pop
        71: .line 400
            iinc 3 /* mark */ 4
        end local 10 // int uc
        end local 9 // int b4
        end local 8 // int b3
        end local 7 // int b2
        end local 6 // int srcRemaining
        72: .line 401
            goto 74
        73: .line 402
      StackMap locals: sun.nio.cs.UTF_8$Decoder java.nio.ByteBuffer java.nio.CharBuffer int int int
      StackMap stack:
            aload 1 /* src */
            iload 3 /* mark */
            iconst_1
            invokestatic sun.nio.cs.UTF_8$Decoder.malformed:(Ljava/nio/ByteBuffer;II)Ljava/nio/charset/CoderResult;
            areturn
        end local 5 // int b1
        74: .line 327
      StackMap locals:
      StackMap stack:
            iload 3 /* mark */
            iload 4 /* limit */
            if_icmplt 3
        75: .line 405
            aload 1 /* src */
            iload 3 /* mark */
            iconst_0
            invokestatic sun.nio.cs.UTF_8$Decoder.xflow:(Ljava/nio/Buffer;II)Ljava/nio/charset/CoderResult;
            areturn
        end local 4 // int limit
        end local 3 // int mark
        end local 2 // java.nio.CharBuffer dst
        end local 1 // java.nio.ByteBuffer src
        end local 0 // sun.nio.cs.UTF_8$Decoder this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   76     0          this  Lsun/nio/cs/UTF_8$Decoder;
            0   76     1           src  Ljava/nio/ByteBuffer;
            0   76     2           dst  Ljava/nio/CharBuffer;
            1   76     3          mark  I
            2   76     4         limit  I
            4   74     5            b1  I
           14   20     6            b2  I
           23   43     6  srcRemaining  I
           28   43     7            b2  I
           29   43     8            b3  I
           39   43     9             c  C
           46   72     6  srcRemaining  I
           55   72     7            b2  I
           56   72     8            b3  I
           57   72     9            b4  I
           66   72    10            uc  I
    MethodParameters:
      Name  Flags
      src   
      dst   

  protected java.nio.charset.CoderResult decodeLoop(java.nio.ByteBuffer, java.nio.CharBuffer);
    descriptor: (Ljava/nio/ByteBuffer;Ljava/nio/CharBuffer;)Ljava/nio/charset/CoderResult;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.nio.cs.UTF_8$Decoder this
        start local 1 // java.nio.ByteBuffer src
        start local 2 // java.nio.CharBuffer dst
         0: .line 411
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.hasArray:()Z
            ifeq 2
            aload 2 /* dst */
            invokevirtual java.nio.CharBuffer.hasArray:()Z
            ifeq 2
         1: .line 412
            aload 0 /* this */
            aload 1 /* src */
            aload 2 /* dst */
            invokevirtual sun.nio.cs.UTF_8$Decoder.decodeArrayLoop:(Ljava/nio/ByteBuffer;Ljava/nio/CharBuffer;)Ljava/nio/charset/CoderResult;
            areturn
         2: .line 414
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* src */
            aload 2 /* dst */
            invokevirtual sun.nio.cs.UTF_8$Decoder.decodeBufferLoop:(Ljava/nio/ByteBuffer;Ljava/nio/CharBuffer;)Ljava/nio/charset/CoderResult;
            areturn
        end local 2 // java.nio.CharBuffer dst
        end local 1 // java.nio.ByteBuffer src
        end local 0 // sun.nio.cs.UTF_8$Decoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/nio/cs/UTF_8$Decoder;
            0    3     1   src  Ljava/nio/ByteBuffer;
            0    3     2   dst  Ljava/nio/CharBuffer;
    MethodParameters:
      Name  Flags
      src   
      dst   
}
SourceFile: "UTF_8.java"
NestHost: sun.nio.cs.UTF_8
InnerClasses:
  private Decoder = sun.nio.cs.UTF_8$Decoder of sun.nio.cs.UTF_8