class sun.nio.cs.ext.EUC_JP$Decoder extends sun.nio.cs.ext.JIS_X_0208_Decoder implements sun.nio.cs.ext.DelegatableDecoder
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.nio.cs.ext.EUC_JP$Decoder
  super_class: sun.nio.cs.ext.JIS_X_0208_Decoder
{
  sun.nio.cs.ext.JIS_X_0201$Decoder decoderJ0201;
    descriptor: Lsun/nio/cs/ext/JIS_X_0201$Decoder;
    flags: (0x0000) 

  sun.nio.cs.ext.JIS_X_0212_Decoder decoderJ0212;
    descriptor: Lsun/nio/cs/ext/JIS_X_0212_Decoder;
    flags: (0x0000) 

  private static final short[] j0208Index1;
    descriptor: [S
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final java.lang.String[] j0208Index2;
    descriptor: [Ljava/lang/String;
    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 76
            ldc Lsun/nio/cs/ext/EUC_JP;
            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.ext.EUC_JP$Decoder.$assertionsDisabled:Z
         3: .line 83
            invokestatic sun.nio.cs.ext.JIS_X_0208_Decoder.getIndex1:()[S
         4: .line 82
            putstatic sun.nio.cs.ext.EUC_JP$Decoder.j0208Index1:[S
         5: .line 85
            invokestatic sun.nio.cs.ext.JIS_X_0208_Decoder.getIndex2:()[Ljava/lang/String;
         6: .line 84
            putstatic sun.nio.cs.ext.EUC_JP$Decoder.j0208Index2:[Ljava/lang/String;
         7: .line 85
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected void <init>(java.nio.charset.Charset);
    descriptor: (Ljava/nio/charset/Charset;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.nio.cs.ext.EUC_JP$Decoder this
        start local 1 // java.nio.charset.Charset cs
         0: .line 88
            aload 0 /* this */
            aload 1 /* cs */
            invokespecial sun.nio.cs.ext.JIS_X_0208_Decoder.<init>:(Ljava/nio/charset/Charset;)V
         1: .line 89
            aload 0 /* this */
            new sun.nio.cs.ext.JIS_X_0201$Decoder
            dup
            aload 1 /* cs */
            invokespecial sun.nio.cs.ext.JIS_X_0201$Decoder.<init>:(Ljava/nio/charset/Charset;)V
            putfield sun.nio.cs.ext.EUC_JP$Decoder.decoderJ0201:Lsun/nio/cs/ext/JIS_X_0201$Decoder;
         2: .line 90
            aload 0 /* this */
            new sun.nio.cs.ext.JIS_X_0212_Decoder
            dup
            aload 1 /* cs */
            invokespecial sun.nio.cs.ext.JIS_X_0212_Decoder.<init>:(Ljava/nio/charset/Charset;)V
            putfield sun.nio.cs.ext.EUC_JP$Decoder.decoderJ0212:Lsun/nio/cs/ext/JIS_X_0212_Decoder;
         3: .line 91
            aload 0 /* this */
            sipush 161
            putfield sun.nio.cs.ext.EUC_JP$Decoder.start:I
         4: .line 92
            aload 0 /* this */
            sipush 254
            putfield sun.nio.cs.ext.EUC_JP$Decoder.end:I
         5: .line 93
            return
        end local 1 // java.nio.charset.Charset cs
        end local 0 // sun.nio.cs.ext.EUC_JP$Decoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lsun/nio/cs/ext/EUC_JP$Decoder;
            0    6     1    cs  Ljava/nio/charset/Charset;
    MethodParameters:
      Name  Flags
      cs    

  protected char decode0212(int, int);
    descriptor: (II)C
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.nio.cs.ext.EUC_JP$Decoder this
        start local 1 // int byte1
        start local 2 // int byte2
         0: .line 95
            aload 0 /* this */
            getfield sun.nio.cs.ext.EUC_JP$Decoder.decoderJ0212:Lsun/nio/cs/ext/JIS_X_0212_Decoder;
            iload 1 /* byte1 */
            iload 2 /* byte2 */
            invokevirtual sun.nio.cs.ext.JIS_X_0212_Decoder.decodeDouble:(II)C
            ireturn
        end local 2 // int byte2
        end local 1 // int byte1
        end local 0 // sun.nio.cs.ext.EUC_JP$Decoder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lsun/nio/cs/ext/EUC_JP$Decoder;
            0    1     1  byte1  I
            0    1     2  byte2  I
    MethodParameters:
       Name  Flags
      byte1  
      byte2  

  protected char decodeDouble(int, int);
    descriptor: (II)C
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // sun.nio.cs.ext.EUC_JP$Decoder this
        start local 1 // int byte1
        start local 2 // int byte2
         0: .line 99
            iload 1 /* byte1 */
            sipush 142
            if_icmpne 2
         1: .line 100
            aload 0 /* this */
            getfield sun.nio.cs.ext.EUC_JP$Decoder.decoderJ0201:Lsun/nio/cs/ext/JIS_X_0201$Decoder;
            iload 2 /* byte2 */
            sipush 256
            isub
            invokevirtual sun.nio.cs.ext.JIS_X_0201$Decoder.decode:(I)C
            ireturn
         2: .line 104
      StackMap locals:
      StackMap stack:
            iload 1 /* byte1 */
            iflt 4
            iload 1 /* byte1 */
            invokestatic sun.nio.cs.ext.EUC_JP$Decoder.getIndex1:()[S
            arraylength
            if_icmpgt 4
         3: .line 105
            iload 2 /* byte2 */
            aload 0 /* this */
            getfield sun.nio.cs.ext.EUC_JP$Decoder.start:I
            if_icmplt 4
            iload 2 /* byte2 */
            aload 0 /* this */
            getfield sun.nio.cs.ext.EUC_JP$Decoder.end:I
            if_icmple 5
         4: .line 106
      StackMap locals:
      StackMap stack:
            ldc 65533
            ireturn
         5: .line 108
      StackMap locals:
      StackMap stack:
            getstatic sun.nio.cs.ext.EUC_JP$Decoder.j0208Index1:[S
            iload 1 /* byte1 */
            sipush 128
            isub
            saload
            bipush 15
            iand
            aload 0 /* this */
            getfield sun.nio.cs.ext.EUC_JP$Decoder.end:I
            aload 0 /* this */
            getfield sun.nio.cs.ext.EUC_JP$Decoder.start:I
            isub
            iconst_1
            iadd
            imul
         6: .line 109
            iload 2 /* byte2 */
            aload 0 /* this */
            getfield sun.nio.cs.ext.EUC_JP$Decoder.start:I
            isub
         7: .line 108
            iadd
            istore 3 /* n */
        start local 3 // int n
         8: .line 110
            getstatic sun.nio.cs.ext.EUC_JP$Decoder.j0208Index2:[Ljava/lang/String;
            getstatic sun.nio.cs.ext.EUC_JP$Decoder.j0208Index1:[S
            iload 1 /* byte1 */
            sipush 128
            isub
            saload
            iconst_4
            ishr
            aaload
            iload 3 /* n */
            invokevirtual java.lang.String.charAt:(I)C
            ireturn
        end local 3 // int n
        end local 2 // int byte2
        end local 1 // int byte1
        end local 0 // sun.nio.cs.ext.EUC_JP$Decoder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lsun/nio/cs/ext/EUC_JP$Decoder;
            0    9     1  byte1  I
            0    9     2  byte2  I
            8    9     3      n  I
    MethodParameters:
       Name  Flags
      byte1  
      byte2  

  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=4, locals=15, args_size=3
        start local 0 // sun.nio.cs.ext.EUC_JP$Decoder this
        start local 1 // java.nio.ByteBuffer src
        start local 2 // java.nio.CharBuffer dst
         0: .line 116
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.array:()[B
            astore 3 /* sa */
        start local 3 // byte[] sa
         1: .line 117
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.arrayOffset:()I
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.position:()I
            iadd
            istore 4 /* sp */
        start local 4 // int sp
         2: .line 118
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.arrayOffset:()I
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.limit:()I
            iadd
            istore 5 /* sl */
        start local 5 // int sl
         3: .line 119
            getstatic sun.nio.cs.ext.EUC_JP$Decoder.$assertionsDisabled:Z
            ifne 4
            iload 4 /* sp */
            iload 5 /* sl */
            if_icmple 4
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         4: .line 120
      StackMap locals: byte[] int int
      StackMap stack:
            iload 4 /* sp */
            iload 5 /* sl */
            if_icmpgt 5
            iload 4 /* sp */
            goto 6
      StackMap locals:
      StackMap stack:
         5: iload 5 /* sl */
      StackMap locals:
      StackMap stack: int
         6: istore 4 /* sp */
         7: .line 122
            aload 2 /* dst */
            invokevirtual java.nio.CharBuffer.array:()[C
            astore 6 /* da */
        start local 6 // char[] da
         8: .line 123
            aload 2 /* dst */
            invokevirtual java.nio.CharBuffer.arrayOffset:()I
            aload 2 /* dst */
            invokevirtual java.nio.CharBuffer.position:()I
            iadd
            istore 7 /* dp */
        start local 7 // int dp
         9: .line 124
            aload 2 /* dst */
            invokevirtual java.nio.CharBuffer.arrayOffset:()I
            aload 2 /* dst */
            invokevirtual java.nio.CharBuffer.limit:()I
            iadd
            istore 8 /* dl */
        start local 8 // int dl
        10: .line 125
            getstatic sun.nio.cs.ext.EUC_JP$Decoder.$assertionsDisabled:Z
            ifne 11
            iload 7 /* dp */
            iload 8 /* dl */
            if_icmple 11
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        11: .line 126
      StackMap locals: char[] int int
      StackMap stack:
            iload 7 /* dp */
            iload 8 /* dl */
            if_icmpgt 12
            iload 7 /* dp */
            goto 13
      StackMap locals:
      StackMap stack:
        12: iload 8 /* dl */
      StackMap locals:
      StackMap stack: int
        13: istore 7 /* dp */
        14: .line 128
            iconst_0
            istore 9 /* b1 */
        start local 9 // int b1
        15: iconst_0
            istore 10 /* b2 */
        start local 10 // int b2
        16: .line 129
            iconst_0
            istore 11 /* inputSize */
        start local 11 // int inputSize
        17: .line 130
            ldc 65533
            istore 12 /* outputChar */
        start local 12 // char outputChar
        18: .line 133
            goto 55
        19: .line 134
      StackMap locals: sun.nio.cs.ext.EUC_JP$Decoder java.nio.ByteBuffer java.nio.CharBuffer byte[] int int char[] int int int int int int
      StackMap stack:
            aload 3 /* sa */
            iload 4 /* sp */
            baload
            sipush 255
            iand
            istore 9 /* b1 */
        20: .line 135
            iconst_1
            istore 11 /* inputSize */
        21: .line 137
            iload 9 /* b1 */
            sipush 128
            iand
            ifne 24
        22: .line 138
            iload 9 /* b1 */
            i2c
            istore 12 /* outputChar */
        23: .line 139
            goto 43
        24: .line 141
      StackMap locals:
      StackMap stack:
            iload 9 /* b1 */
            sipush 255
            iand
            sipush 143
            if_icmpne 35
        25: .line 142
            iload 4 /* sp */
            iconst_3
            iadd
            iload 5 /* sl */
            if_icmple 30
        26: .line 143
            getstatic java.nio.charset.CoderResult.UNDERFLOW:Ljava/nio/charset/CoderResult;
            astore 14
        27: .line 167
            aload 1 /* src */
            iload 4 /* sp */
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.arrayOffset:()I
            isub
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
        28: .line 168
            aload 2 /* dst */
            iload 7 /* dp */
            aload 2 /* dst */
            invokevirtual java.nio.CharBuffer.arrayOffset:()I
            isub
            invokevirtual java.nio.CharBuffer.position:(I)Ljava/nio/Buffer;
            pop
        29: .line 143
            aload 14
            areturn
        30: .line 144
      StackMap locals:
      StackMap stack:
            aload 3 /* sa */
            iload 4 /* sp */
            iconst_1
            iadd
            baload
            sipush 255
            iand
            istore 9 /* b1 */
        31: .line 145
            aload 3 /* sa */
            iload 4 /* sp */
            iconst_2
            iadd
            baload
            sipush 255
            iand
            istore 10 /* b2 */
        32: .line 146
            iinc 11 /* inputSize */ 2
        33: .line 147
            aload 0 /* this */
            iload 9 /* b1 */
            sipush 128
            isub
            iload 10 /* b2 */
            sipush 128
            isub
            invokevirtual sun.nio.cs.ext.EUC_JP$Decoder.decode0212:(II)C
            istore 12 /* outputChar */
        34: .line 148
            goto 43
        35: .line 150
      StackMap locals:
      StackMap stack:
            iload 4 /* sp */
            iconst_2
            iadd
            iload 5 /* sl */
            if_icmple 40
        36: .line 151
            getstatic java.nio.charset.CoderResult.UNDERFLOW:Ljava/nio/charset/CoderResult;
            astore 14
        37: .line 167
            aload 1 /* src */
            iload 4 /* sp */
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.arrayOffset:()I
            isub
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
        38: .line 168
            aload 2 /* dst */
            iload 7 /* dp */
            aload 2 /* dst */
            invokevirtual java.nio.CharBuffer.arrayOffset:()I
            isub
            invokevirtual java.nio.CharBuffer.position:(I)Ljava/nio/Buffer;
            pop
        39: .line 151
            aload 14
            areturn
        40: .line 152
      StackMap locals:
      StackMap stack:
            aload 3 /* sa */
            iload 4 /* sp */
            iconst_1
            iadd
            baload
            sipush 255
            iand
            istore 10 /* b2 */
        41: .line 153
            iinc 11 /* inputSize */ 1
        42: .line 154
            aload 0 /* this */
            iload 9 /* b1 */
            iload 10 /* b2 */
            invokevirtual sun.nio.cs.ext.EUC_JP$Decoder.decodeDouble:(II)C
            istore 12 /* outputChar */
        43: .line 157
      StackMap locals:
      StackMap stack:
            iload 12 /* outputChar */
            ldc 65533
            if_icmpne 48
        44: .line 158
            iload 11 /* inputSize */
            invokestatic java.nio.charset.CoderResult.unmappableForLength:(I)Ljava/nio/charset/CoderResult;
            astore 14
        45: .line 167
            aload 1 /* src */
            iload 4 /* sp */
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.arrayOffset:()I
            isub
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
        46: .line 168
            aload 2 /* dst */
            iload 7 /* dp */
            aload 2 /* dst */
            invokevirtual java.nio.CharBuffer.arrayOffset:()I
            isub
            invokevirtual java.nio.CharBuffer.position:(I)Ljava/nio/Buffer;
            pop
        47: .line 158
            aload 14
            areturn
        48: .line 160
      StackMap locals:
      StackMap stack:
            iload 7 /* dp */
            iconst_1
            iadd
            iload 8 /* dl */
            if_icmple 53
        49: .line 161
            getstatic java.nio.charset.CoderResult.OVERFLOW:Ljava/nio/charset/CoderResult;
            astore 14
        50: .line 167
            aload 1 /* src */
            iload 4 /* sp */
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.arrayOffset:()I
            isub
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
        51: .line 168
            aload 2 /* dst */
            iload 7 /* dp */
            aload 2 /* dst */
            invokevirtual java.nio.CharBuffer.arrayOffset:()I
            isub
            invokevirtual java.nio.CharBuffer.position:(I)Ljava/nio/Buffer;
            pop
        52: .line 161
            aload 14
            areturn
        53: .line 162
      StackMap locals:
      StackMap stack:
            aload 6 /* da */
            iload 7 /* dp */
            iinc 7 /* dp */ 1
            iload 12 /* outputChar */
            castore
        54: .line 163
            iload 4 /* sp */
            iload 11 /* inputSize */
            iadd
            istore 4 /* sp */
        55: .line 133
      StackMap locals:
      StackMap stack:
            iload 4 /* sp */
            iload 5 /* sl */
            if_icmplt 19
        56: .line 165
            getstatic java.nio.charset.CoderResult.UNDERFLOW:Ljava/nio/charset/CoderResult;
            astore 14
        57: .line 167
            aload 1 /* src */
            iload 4 /* sp */
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.arrayOffset:()I
            isub
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
        58: .line 168
            aload 2 /* dst */
            iload 7 /* dp */
            aload 2 /* dst */
            invokevirtual java.nio.CharBuffer.arrayOffset:()I
            isub
            invokevirtual java.nio.CharBuffer.position:(I)Ljava/nio/Buffer;
            pop
        59: .line 165
            aload 14
            areturn
        60: .line 166
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 13
        61: .line 167
            aload 1 /* src */
            iload 4 /* sp */
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.arrayOffset:()I
            isub
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
        62: .line 168
            aload 2 /* dst */
            iload 7 /* dp */
            aload 2 /* dst */
            invokevirtual java.nio.CharBuffer.arrayOffset:()I
            isub
            invokevirtual java.nio.CharBuffer.position:(I)Ljava/nio/Buffer;
            pop
        63: .line 169
            aload 13
            athrow
        end local 12 // char outputChar
        end local 11 // int inputSize
        end local 10 // int b2
        end local 9 // int b1
        end local 8 // int dl
        end local 7 // int dp
        end local 6 // char[] da
        end local 5 // int sl
        end local 4 // int sp
        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.ext.EUC_JP$Decoder this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   64     0        this  Lsun/nio/cs/ext/EUC_JP$Decoder;
            0   64     1         src  Ljava/nio/ByteBuffer;
            0   64     2         dst  Ljava/nio/CharBuffer;
            1   64     3          sa  [B
            2   64     4          sp  I
            3   64     5          sl  I
            8   64     6          da  [C
            9   64     7          dp  I
           10   64     8          dl  I
           15   64     9          b1  I
           16   64    10          b2  I
           17   64    11   inputSize  I
           18   64    12  outputChar  C
      Exception table:
        from    to  target  type
          18    27      60  any
          30    37      60  any
          40    45      60  any
          48    50      60  any
          53    57      60  any
    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=4, locals=10, args_size=3
        start local 0 // sun.nio.cs.ext.EUC_JP$Decoder this
        start local 1 // java.nio.ByteBuffer src
        start local 2 // java.nio.CharBuffer dst
         0: .line 175
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.position:()I
            istore 3 /* mark */
        start local 3 // int mark
         1: .line 176
            iconst_0
            istore 4 /* b1 */
        start local 4 // int b1
         2: iconst_0
            istore 5 /* b2 */
        start local 5 // int b2
         3: .line 177
            iconst_0
            istore 6 /* inputSize */
        start local 6 // int inputSize
         4: .line 179
            ldc 65533
            istore 7 /* outputChar */
        start local 7 // char outputChar
         5: .line 182
            goto 38
         6: .line 183
      StackMap locals: sun.nio.cs.ext.EUC_JP$Decoder java.nio.ByteBuffer java.nio.CharBuffer int int int int int
      StackMap stack:
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.get:()B
            sipush 255
            iand
            istore 4 /* b1 */
         7: .line 184
            iconst_1
            istore 6 /* inputSize */
         8: .line 186
            iload 4 /* b1 */
            sipush 128
            iand
            ifne 11
         9: .line 187
            iload 4 /* b1 */
            i2c
            istore 7 /* outputChar */
        10: .line 188
            goto 28
        11: .line 189
      StackMap locals:
      StackMap stack:
            iload 4 /* b1 */
            sipush 255
            iand
            sipush 143
            if_icmpne 21
        12: .line 190
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            iconst_2
            if_icmpge 16
        13: .line 191
            getstatic java.nio.charset.CoderResult.UNDERFLOW:Ljava/nio/charset/CoderResult;
            astore 9
        14: .line 216
            aload 1 /* src */
            iload 3 /* mark */
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
        15: .line 191
            aload 9
            areturn
        16: .line 192
      StackMap locals:
      StackMap stack:
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.get:()B
            sipush 255
            iand
            istore 4 /* b1 */
        17: .line 193
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.get:()B
            sipush 255
            iand
            istore 5 /* b2 */
        18: .line 194
            iinc 6 /* inputSize */ 2
        19: .line 195
            aload 0 /* this */
            iload 4 /* b1 */
            sipush 128
            isub
            iload 5 /* b2 */
            sipush 128
            isub
            invokevirtual sun.nio.cs.ext.EUC_JP$Decoder.decode0212:(II)C
            istore 7 /* outputChar */
        20: .line 196
            goto 28
        21: .line 198
      StackMap locals:
      StackMap stack:
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            iconst_1
            if_icmpge 25
        22: .line 199
            getstatic java.nio.charset.CoderResult.UNDERFLOW:Ljava/nio/charset/CoderResult;
            astore 9
        23: .line 216
            aload 1 /* src */
            iload 3 /* mark */
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
        24: .line 199
            aload 9
            areturn
        25: .line 200
      StackMap locals:
      StackMap stack:
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.get:()B
            sipush 255
            iand
            istore 5 /* b2 */
        26: .line 201
            iinc 6 /* inputSize */ 1
        27: .line 202
            aload 0 /* this */
            iload 4 /* b1 */
            iload 5 /* b2 */
            invokevirtual sun.nio.cs.ext.EUC_JP$Decoder.decodeDouble:(II)C
            istore 7 /* outputChar */
        28: .line 206
      StackMap locals:
      StackMap stack:
            iload 7 /* outputChar */
            ldc 65533
            if_icmpne 32
        29: .line 207
            iload 6 /* inputSize */
            invokestatic java.nio.charset.CoderResult.unmappableForLength:(I)Ljava/nio/charset/CoderResult;
            astore 9
        30: .line 216
            aload 1 /* src */
            iload 3 /* mark */
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
        31: .line 207
            aload 9
            areturn
        32: .line 209
      StackMap locals:
      StackMap stack:
            aload 2 /* dst */
            invokevirtual java.nio.CharBuffer.remaining:()I
            iconst_1
            if_icmpge 36
        33: .line 210
            getstatic java.nio.charset.CoderResult.OVERFLOW:Ljava/nio/charset/CoderResult;
            astore 9
        34: .line 216
            aload 1 /* src */
            iload 3 /* mark */
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
        35: .line 210
            aload 9
            areturn
        36: .line 211
      StackMap locals:
      StackMap stack:
            aload 2 /* dst */
            iload 7 /* outputChar */
            invokevirtual java.nio.CharBuffer.put:(C)Ljava/nio/CharBuffer;
            pop
        37: .line 212
            iload 3 /* mark */
            iload 6 /* inputSize */
            iadd
            istore 3 /* mark */
        38: .line 182
      StackMap locals:
      StackMap stack:
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.hasRemaining:()Z
            ifne 6
        39: .line 214
            getstatic java.nio.charset.CoderResult.UNDERFLOW:Ljava/nio/charset/CoderResult;
            astore 9
        40: .line 216
            aload 1 /* src */
            iload 3 /* mark */
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
        41: .line 214
            aload 9
            areturn
        42: .line 215
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 8
        43: .line 216
            aload 1 /* src */
            iload 3 /* mark */
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
        44: .line 217
            aload 8
            athrow
        end local 7 // char outputChar
        end local 6 // int inputSize
        end local 5 // int b2
        end local 4 // int b1
        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.ext.EUC_JP$Decoder this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   45     0        this  Lsun/nio/cs/ext/EUC_JP$Decoder;
            0   45     1         src  Ljava/nio/ByteBuffer;
            0   45     2         dst  Ljava/nio/CharBuffer;
            1   45     3        mark  I
            2   45     4          b1  I
            3   45     5          b2  I
            4   45     6   inputSize  I
            5   45     7  outputChar  C
      Exception table:
        from    to  target  type
           5    14      42  any
          16    23      42  any
          25    30      42  any
          32    34      42  any
          36    40      42  any
    MethodParameters:
      Name  Flags
      src   
      dst   

  public java.nio.charset.CoderResult decodeLoop(java.nio.ByteBuffer, java.nio.CharBuffer);
    descriptor: (Ljava/nio/ByteBuffer;Ljava/nio/CharBuffer;)Ljava/nio/charset/CoderResult;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.nio.cs.ext.EUC_JP$Decoder this
        start local 1 // java.nio.ByteBuffer src
        start local 2 // java.nio.CharBuffer dst
         0: .line 222
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.hasArray:()Z
            ifeq 2
            aload 2 /* dst */
            invokevirtual java.nio.CharBuffer.hasArray:()Z
            ifeq 2
         1: .line 223
            aload 0 /* this */
            aload 1 /* src */
            aload 2 /* dst */
            invokevirtual sun.nio.cs.ext.EUC_JP$Decoder.decodeArrayLoop:(Ljava/nio/ByteBuffer;Ljava/nio/CharBuffer;)Ljava/nio/charset/CoderResult;
            areturn
         2: .line 225
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* src */
            aload 2 /* dst */
            invokevirtual sun.nio.cs.ext.EUC_JP$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.ext.EUC_JP$Decoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/nio/cs/ext/EUC_JP$Decoder;
            0    3     1   src  Ljava/nio/ByteBuffer;
            0    3     2   dst  Ljava/nio/CharBuffer;
    MethodParameters:
      Name  Flags
      src   
      dst   

  public void implReset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.nio.cs.ext.EUC_JP$Decoder this
         0: .line 228
            aload 0 /* this */
            invokespecial sun.nio.cs.ext.JIS_X_0208_Decoder.implReset:()V
         1: .line 229
            return
        end local 0 // sun.nio.cs.ext.EUC_JP$Decoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/nio/cs/ext/EUC_JP$Decoder;

  public java.nio.charset.CoderResult implFlush(java.nio.CharBuffer);
    descriptor: (Ljava/nio/CharBuffer;)Ljava/nio/charset/CoderResult;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.nio.cs.ext.EUC_JP$Decoder this
        start local 1 // java.nio.CharBuffer out
         0: .line 231
            aload 0 /* this */
            aload 1 /* out */
            invokespecial sun.nio.cs.ext.JIS_X_0208_Decoder.implFlush:(Ljava/nio/CharBuffer;)Ljava/nio/charset/CoderResult;
            areturn
        end local 1 // java.nio.CharBuffer out
        end local 0 // sun.nio.cs.ext.EUC_JP$Decoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/cs/ext/EUC_JP$Decoder;
            0    1     1   out  Ljava/nio/CharBuffer;
    MethodParameters:
      Name  Flags
      out   
}
SourceFile: "EUC_JP.java"
NestHost: sun.nio.cs.ext.EUC_JP
InnerClasses:
  Decoder = sun.nio.cs.ext.EUC_JP$Decoder of sun.nio.cs.ext.EUC_JP
  public Decoder = sun.nio.cs.ext.JIS_X_0201$Decoder of sun.nio.cs.ext.JIS_X_0201