public abstract class sun.nio.cs.ext.DBCS_ONLY_IBM_EBCDIC_Decoder extends java.nio.charset.CharsetDecoder
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: sun.nio.cs.ext.DBCS_ONLY_IBM_EBCDIC_Decoder
  super_class: java.nio.charset.CharsetDecoder
{
  protected static final char REPLACE_CHAR;
    descriptor: C
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 65533

  protected short[] index1;
    descriptor: [S
    flags: (0x0004) ACC_PROTECTED

  protected java.lang.String index2;
    descriptor: Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED

  protected int mask1;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected int mask2;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected int shift;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  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 46
            ldc Lsun/nio/cs/ext/DBCS_ONLY_IBM_EBCDIC_Decoder;
            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.DBCS_ONLY_IBM_EBCDIC_Decoder.$assertionsDisabled:Z
         3: .line 48
            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.DBCS_ONLY_IBM_EBCDIC_Decoder this
        start local 1 // java.nio.charset.Charset cs
         0: .line 57
            aload 0 /* this */
            aload 1 /* cs */
            ldc 0.5
            fconst_1
            invokespecial java.nio.charset.CharsetDecoder.<init>:(Ljava/nio/charset/Charset;FF)V
         1: .line 58
            return
        end local 1 // java.nio.charset.Charset cs
        end local 0 // sun.nio.cs.ext.DBCS_ONLY_IBM_EBCDIC_Decoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/nio/cs/ext/DBCS_ONLY_IBM_EBCDIC_Decoder;
            0    2     1    cs  Ljava/nio/charset/Charset;
    MethodParameters:
      Name  Flags
      cs    

  private static boolean isValidDoubleByte(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 62
            iload 0 /* b1 */
            bipush 64
            if_icmpne 1
            iload 1 /* b2 */
            bipush 64
            if_icmpeq 5
         1: .line 63
      StackMap locals:
      StackMap stack:
            bipush 65
            iload 0 /* b1 */
            if_icmpgt 4
            iload 0 /* b1 */
            sipush 254
            if_icmpgt 4
         2: .line 64
            bipush 65
            iload 1 /* b2 */
            if_icmpgt 4
            iload 1 /* b2 */
            sipush 254
         3: .line 62
            if_icmple 5
      StackMap locals:
      StackMap stack:
         4: iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         5: iconst_1
            ireturn
        end local 1 // int b2
        end local 0 // int b1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0    b1  I
            0    6     1    b2  I
    MethodParameters:
      Name  Flags
      b1    
      b2    

  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.DBCS_ONLY_IBM_EBCDIC_Decoder this
        start local 1 // java.nio.ByteBuffer src
        start local 2 // java.nio.CharBuffer dst
         0: .line 68
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.array:()[B
            astore 3 /* sa */
        start local 3 // byte[] sa
         1: .line 69
            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 70
            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 71
            getstatic sun.nio.cs.ext.DBCS_ONLY_IBM_EBCDIC_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 72
      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 73
            aload 2 /* dst */
            invokevirtual java.nio.CharBuffer.array:()[C
            astore 6 /* da */
        start local 6 // char[] da
         8: .line 74
            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 75
            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 76
            getstatic sun.nio.cs.ext.DBCS_ONLY_IBM_EBCDIC_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 77
      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 80
            goto 38
        15: .line 81
      StackMap locals:
      StackMap stack:
            aload 3 /* sa */
            iload 4 /* sp */
            baload
            sipush 255
            iand
            istore 9 /* b1 */
        start local 9 // int b1
        16: .line 82
            aload 3 /* sa */
            iload 4 /* sp */
            iconst_1
            iadd
            baload
            sipush 255
            iand
            istore 10 /* b2 */
        start local 10 // int b2
        17: .line 84
            iload 9 /* b1 */
            iload 10 /* b2 */
            invokestatic sun.nio.cs.ext.DBCS_ONLY_IBM_EBCDIC_Decoder.isValidDoubleByte:(II)Z
            ifne 22
        18: .line 85
            iconst_2
            invokestatic java.nio.charset.CoderResult.malformedForLength:(I)Ljava/nio/charset/CoderResult;
            astore 14
        19: .line 100
            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
        20: .line 101
            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
        21: .line 85
            aload 14
            areturn
        22: .line 88
      StackMap locals: int int
      StackMap stack:
            iload 9 /* b1 */
            sipush 256
            imul
            iload 10 /* b2 */
            iadd
            istore 11 /* v */
        start local 11 // int v
        23: .line 89
            aload 0 /* this */
            getfield sun.nio.cs.ext.DBCS_ONLY_IBM_EBCDIC_Decoder.index2:Ljava/lang/String;
            aload 0 /* this */
            getfield sun.nio.cs.ext.DBCS_ONLY_IBM_EBCDIC_Decoder.index1:[S
            iload 11 /* v */
            aload 0 /* this */
            getfield sun.nio.cs.ext.DBCS_ONLY_IBM_EBCDIC_Decoder.mask1:I
            iand
            aload 0 /* this */
            getfield sun.nio.cs.ext.DBCS_ONLY_IBM_EBCDIC_Decoder.shift:I
            ishr
            saload
        24: .line 90
            iload 11 /* v */
            aload 0 /* this */
            getfield sun.nio.cs.ext.DBCS_ONLY_IBM_EBCDIC_Decoder.mask2:I
            iand
            iadd
        25: .line 89
            invokevirtual java.lang.String.charAt:(I)C
            istore 12 /* outputChar */
        start local 12 // char outputChar
        26: .line 91
            iload 12 /* outputChar */
            ldc 65533
            if_icmpne 31
        27: .line 92
            iconst_2
            invokestatic java.nio.charset.CoderResult.unmappableForLength:(I)Ljava/nio/charset/CoderResult;
            astore 14
        28: .line 100
            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
        29: .line 101
            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
        30: .line 92
            aload 14
            areturn
        31: .line 93
      StackMap locals: int int
      StackMap stack:
            iload 8 /* dl */
            iload 7 /* dp */
            isub
            iconst_1
            if_icmpge 36
        32: .line 94
            getstatic java.nio.charset.CoderResult.OVERFLOW:Ljava/nio/charset/CoderResult;
            astore 14
        33: .line 100
            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
        34: .line 101
            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
        35: .line 94
            aload 14
            areturn
        36: .line 95
      StackMap locals:
      StackMap stack:
            aload 6 /* da */
            iload 7 /* dp */
            iinc 7 /* dp */ 1
            iload 12 /* outputChar */
            castore
        37: .line 96
            iinc 4 /* sp */ 2
        end local 12 // char outputChar
        end local 11 // int v
        end local 10 // int b2
        end local 9 // int b1
        38: .line 80
      StackMap locals: sun.nio.cs.ext.DBCS_ONLY_IBM_EBCDIC_Decoder java.nio.ByteBuffer java.nio.CharBuffer byte[] int int char[] int int
      StackMap stack:
            iload 4 /* sp */
            iconst_1
            iadd
            iload 5 /* sl */
            if_icmplt 15
        39: .line 98
            getstatic java.nio.charset.CoderResult.UNDERFLOW:Ljava/nio/charset/CoderResult;
            astore 14
        40: .line 100
            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
        41: .line 101
            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
        42: .line 98
            aload 14
            areturn
        43: .line 99
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 13
        44: .line 100
            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
        45: .line 101
            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
        46: .line 102
            aload 13
            athrow
        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.DBCS_ONLY_IBM_EBCDIC_Decoder this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   47     0        this  Lsun/nio/cs/ext/DBCS_ONLY_IBM_EBCDIC_Decoder;
            0   47     1         src  Ljava/nio/ByteBuffer;
            0   47     2         dst  Ljava/nio/CharBuffer;
            1   47     3          sa  [B
            2   47     4          sp  I
            3   47     5          sl  I
            8   47     6          da  [C
            9   47     7          dp  I
           10   47     8          dl  I
           16   38     9          b1  I
           17   38    10          b2  I
           23   38    11           v  I
           26   38    12  outputChar  C
      Exception table:
        from    to  target  type
          14    19      43  any
          22    28      43  any
          31    33      43  any
          36    40      43  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.DBCS_ONLY_IBM_EBCDIC_Decoder this
        start local 1 // java.nio.ByteBuffer src
        start local 2 // java.nio.CharBuffer dst
         0: .line 106
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.position:()I
            istore 3 /* mark */
        start local 3 // int mark
         1: .line 108
            goto 22
         2: .line 109
      StackMap locals: int
      StackMap stack:
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.get:()B
            sipush 255
            iand
            istore 4 /* b1 */
        start local 4 // int b1
         3: .line 110
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.get:()B
            sipush 255
            iand
            istore 5 /* b2 */
        start local 5 // int b2
         4: .line 112
            iload 4 /* b1 */
            iload 5 /* b2 */
            invokestatic sun.nio.cs.ext.DBCS_ONLY_IBM_EBCDIC_Decoder.isValidDoubleByte:(II)Z
            ifne 8
         5: .line 113
            iconst_2
            invokestatic java.nio.charset.CoderResult.malformedForLength:(I)Ljava/nio/charset/CoderResult;
            astore 9
         6: .line 129
            aload 1 /* src */
            iload 3 /* mark */
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
         7: .line 113
            aload 9
            areturn
         8: .line 116
      StackMap locals: int int
      StackMap stack:
            iload 4 /* b1 */
            sipush 256
            imul
            iload 5 /* b2 */
            iadd
            istore 6 /* v */
        start local 6 // int v
         9: .line 117
            aload 0 /* this */
            getfield sun.nio.cs.ext.DBCS_ONLY_IBM_EBCDIC_Decoder.index2:Ljava/lang/String;
            aload 0 /* this */
            getfield sun.nio.cs.ext.DBCS_ONLY_IBM_EBCDIC_Decoder.index1:[S
            iload 6 /* v */
            aload 0 /* this */
            getfield sun.nio.cs.ext.DBCS_ONLY_IBM_EBCDIC_Decoder.mask1:I
            iand
            aload 0 /* this */
            getfield sun.nio.cs.ext.DBCS_ONLY_IBM_EBCDIC_Decoder.shift:I
            ishr
            saload
        10: .line 118
            iload 6 /* v */
            aload 0 /* this */
            getfield sun.nio.cs.ext.DBCS_ONLY_IBM_EBCDIC_Decoder.mask2:I
            iand
            iadd
        11: .line 117
            invokevirtual java.lang.String.charAt:(I)C
            istore 7 /* outputChar */
        start local 7 // char outputChar
        12: .line 119
            iload 7 /* outputChar */
            ldc 65533
            if_icmpne 16
        13: .line 120
            iconst_2
            invokestatic java.nio.charset.CoderResult.unmappableForLength:(I)Ljava/nio/charset/CoderResult;
            astore 9
        14: .line 129
            aload 1 /* src */
            iload 3 /* mark */
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
        15: .line 120
            aload 9
            areturn
        16: .line 122
      StackMap locals: int int
      StackMap stack:
            aload 2 /* dst */
            invokevirtual java.nio.CharBuffer.hasRemaining:()Z
            ifne 20
        17: .line 123
            getstatic java.nio.charset.CoderResult.OVERFLOW:Ljava/nio/charset/CoderResult;
            astore 9
        18: .line 129
            aload 1 /* src */
            iload 3 /* mark */
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
        19: .line 123
            aload 9
            areturn
        20: .line 124
      StackMap locals:
      StackMap stack:
            aload 2 /* dst */
            iload 7 /* outputChar */
            invokevirtual java.nio.CharBuffer.put:(C)Ljava/nio/CharBuffer;
            pop
        21: .line 125
            iinc 3 /* mark */ 2
        end local 7 // char outputChar
        end local 6 // int v
        end local 5 // int b2
        end local 4 // int b1
        22: .line 108
      StackMap locals: sun.nio.cs.ext.DBCS_ONLY_IBM_EBCDIC_Decoder java.nio.ByteBuffer java.nio.CharBuffer int
      StackMap stack:
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            iconst_1
            if_icmpgt 2
        23: .line 127
            getstatic java.nio.charset.CoderResult.UNDERFLOW:Ljava/nio/charset/CoderResult;
            astore 9
        24: .line 129
            aload 1 /* src */
            iload 3 /* mark */
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
        25: .line 127
            aload 9
            areturn
        26: .line 128
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 8
        27: .line 129
            aload 1 /* src */
            iload 3 /* mark */
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
        28: .line 130
            aload 8
            athrow
        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.DBCS_ONLY_IBM_EBCDIC_Decoder this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   29     0        this  Lsun/nio/cs/ext/DBCS_ONLY_IBM_EBCDIC_Decoder;
            0   29     1         src  Ljava/nio/ByteBuffer;
            0   29     2         dst  Ljava/nio/CharBuffer;
            1   29     3        mark  I
            3   22     4          b1  I
            4   22     5          b2  I
            9   22     6           v  I
           12   22     7  outputChar  C
      Exception table:
        from    to  target  type
           1     6      26  any
           8    14      26  any
          16    18      26  any
          20    24      26  any
    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.ext.DBCS_ONLY_IBM_EBCDIC_Decoder this
        start local 1 // java.nio.ByteBuffer src
        start local 2 // java.nio.CharBuffer dst
         0: .line 134
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.hasArray:()Z
            ifeq 2
            aload 2 /* dst */
            invokevirtual java.nio.CharBuffer.hasArray:()Z
            ifeq 2
         1: .line 135
            aload 0 /* this */
            aload 1 /* src */
            aload 2 /* dst */
            invokevirtual sun.nio.cs.ext.DBCS_ONLY_IBM_EBCDIC_Decoder.decodeArrayLoop:(Ljava/nio/ByteBuffer;Ljava/nio/CharBuffer;)Ljava/nio/charset/CoderResult;
            areturn
         2: .line 137
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* src */
            aload 2 /* dst */
            invokevirtual sun.nio.cs.ext.DBCS_ONLY_IBM_EBCDIC_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.DBCS_ONLY_IBM_EBCDIC_Decoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/nio/cs/ext/DBCS_ONLY_IBM_EBCDIC_Decoder;
            0    3     1   src  Ljava/nio/ByteBuffer;
            0    3     2   dst  Ljava/nio/CharBuffer;
    MethodParameters:
      Name  Flags
      src   
      dst   
}
SourceFile: "DBCS_ONLY_IBM_EBCDIC_Decoder.java"