final class sun.nio.cs.ext.CompoundTextSupport$ControlSequence
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: sun.nio.cs.ext.CompoundTextSupport$ControlSequence
  super_class: java.lang.Object
{
  final int hash;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  final byte[] escSequence;
    descriptor: [B
    flags: (0x0010) ACC_FINAL

  final byte[] encoding;
    descriptor: [B
    flags: (0x0010) ACC_FINAL

  void <init>(byte[]);
    descriptor: ([B)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.nio.cs.ext.CompoundTextSupport$ControlSequence this
        start local 1 // byte[] escSequence
         0: .line 44
            aload 0 /* this */
            aload 1 /* escSequence */
            aconst_null
            invokespecial sun.nio.cs.ext.CompoundTextSupport$ControlSequence.<init>:([B[B)V
         1: .line 45
            return
        end local 1 // byte[] escSequence
        end local 0 // sun.nio.cs.ext.CompoundTextSupport$ControlSequence this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lsun/nio/cs/ext/CompoundTextSupport$ControlSequence;
            0    2     1  escSequence  [B
    MethodParameters:
             Name  Flags
      escSequence  

  void <init>(byte[], byte[]);
    descriptor: ([B[B)V
    flags: (0x0000) 
    Code:
      stack=4, locals=6, args_size=3
        start local 0 // sun.nio.cs.ext.CompoundTextSupport$ControlSequence this
        start local 1 // byte[] escSequence
        start local 2 // byte[] encoding
         0: .line 46
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 47
            aload 1 /* escSequence */
            ifnonnull 3
         2: .line 48
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
         3: .line 51
      StackMap locals: sun.nio.cs.ext.CompoundTextSupport$ControlSequence byte[] byte[]
      StackMap stack:
            aload 0 /* this */
            aload 1 /* escSequence */
            putfield sun.nio.cs.ext.CompoundTextSupport$ControlSequence.escSequence:[B
         4: .line 52
            aload 0 /* this */
            aload 2 /* encoding */
            putfield sun.nio.cs.ext.CompoundTextSupport$ControlSequence.encoding:[B
         5: .line 54
            iconst_0
            istore 3 /* hash */
        start local 3 // int hash
         6: .line 55
            aload 1 /* escSequence */
            arraylength
            istore 4 /* length */
        start local 4 // int length
         7: .line 57
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         8: goto 11
         9: .line 58
      StackMap locals: int int int
      StackMap stack:
            iload 3 /* hash */
            aload 1 /* escSequence */
            iload 5 /* i */
            baload
            sipush 255
            iand
            iload 5 /* i */
            iconst_4
            irem
            ishl
            iadd
            istore 3 /* hash */
        10: .line 57
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 5 /* i */
            aload 1 /* escSequence */
            arraylength
            if_icmplt 9
        end local 5 // int i
        12: .line 60
            aload 2 /* encoding */
            ifnull 19
        13: .line 61
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        14: goto 17
        15: .line 62
      StackMap locals:
      StackMap stack:
            iload 3 /* hash */
            aload 2 /* encoding */
            iload 5 /* i */
            baload
            sipush 255
            iand
            iload 5 /* i */
            iconst_4
            irem
            ishl
            iadd
            istore 3 /* hash */
        16: .line 61
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        17: iload 5 /* i */
            aload 2 /* encoding */
            arraylength
            if_icmplt 15
        end local 5 // int i
        18: .line 64
            iload 4 /* length */
            iconst_2
            aload 2 /* encoding */
            arraylength
            iadd
            iconst_1
            iadd
            iadd
            istore 4 /* length */
        19: .line 67
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* hash */
            putfield sun.nio.cs.ext.CompoundTextSupport$ControlSequence.hash:I
        20: .line 69
            getstatic sun.nio.cs.ext.CompoundTextSupport.MAX_CONTROL_SEQUENCE_LEN:I
            iload 4 /* length */
            if_icmpge 22
        21: .line 70
            iload 4 /* length */
            putstatic sun.nio.cs.ext.CompoundTextSupport.MAX_CONTROL_SEQUENCE_LEN:I
        22: .line 72
      StackMap locals:
      StackMap stack:
            return
        end local 4 // int length
        end local 3 // int hash
        end local 2 // byte[] encoding
        end local 1 // byte[] escSequence
        end local 0 // sun.nio.cs.ext.CompoundTextSupport$ControlSequence this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   23     0         this  Lsun/nio/cs/ext/CompoundTextSupport$ControlSequence;
            0   23     1  escSequence  [B
            0   23     2     encoding  [B
            6   23     3         hash  I
            7   23     4       length  I
            8   12     5            i  I
           14   18     5            i  I
    MethodParameters:
             Name  Flags
      escSequence  
      encoding     

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // sun.nio.cs.ext.CompoundTextSupport$ControlSequence this
        start local 1 // java.lang.Object obj
         0: .line 75
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 2
         1: .line 76
            iconst_1
            ireturn
         2: .line 78
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            instanceof sun.nio.cs.ext.CompoundTextSupport$ControlSequence
            ifne 4
         3: .line 79
            iconst_0
            ireturn
         4: .line 81
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast sun.nio.cs.ext.CompoundTextSupport$ControlSequence
            astore 2 /* rhs */
        start local 2 // sun.nio.cs.ext.CompoundTextSupport$ControlSequence rhs
         5: .line 82
            aload 0 /* this */
            getfield sun.nio.cs.ext.CompoundTextSupport$ControlSequence.escSequence:[B
            aload 2 /* rhs */
            getfield sun.nio.cs.ext.CompoundTextSupport$ControlSequence.escSequence:[B
            if_acmpeq 14
         6: .line 83
            aload 0 /* this */
            getfield sun.nio.cs.ext.CompoundTextSupport$ControlSequence.escSequence:[B
            arraylength
            aload 2 /* rhs */
            getfield sun.nio.cs.ext.CompoundTextSupport$ControlSequence.escSequence:[B
            arraylength
            if_icmpeq 8
         7: .line 84
            iconst_0
            ireturn
         8: .line 86
      StackMap locals: sun.nio.cs.ext.CompoundTextSupport$ControlSequence
      StackMap stack:
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         9: goto 13
        10: .line 87
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.cs.ext.CompoundTextSupport$ControlSequence.escSequence:[B
            iload 3 /* i */
            baload
            aload 2 /* rhs */
            getfield sun.nio.cs.ext.CompoundTextSupport$ControlSequence.escSequence:[B
            iload 3 /* i */
            baload
            if_icmpeq 12
        11: .line 88
            iconst_0
            ireturn
        12: .line 86
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        13: iload 3 /* i */
            aload 0 /* this */
            getfield sun.nio.cs.ext.CompoundTextSupport$ControlSequence.escSequence:[B
            arraylength
            if_icmplt 10
        end local 3 // int i
        14: .line 92
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.cs.ext.CompoundTextSupport$ControlSequence.encoding:[B
            aload 2 /* rhs */
            getfield sun.nio.cs.ext.CompoundTextSupport$ControlSequence.encoding:[B
            if_acmpeq 24
        15: .line 93
            aload 0 /* this */
            getfield sun.nio.cs.ext.CompoundTextSupport$ControlSequence.encoding:[B
            ifnull 17
            aload 2 /* rhs */
            getfield sun.nio.cs.ext.CompoundTextSupport$ControlSequence.encoding:[B
            ifnull 17
        16: .line 94
            aload 0 /* this */
            getfield sun.nio.cs.ext.CompoundTextSupport$ControlSequence.encoding:[B
            arraylength
            aload 2 /* rhs */
            getfield sun.nio.cs.ext.CompoundTextSupport$ControlSequence.encoding:[B
            arraylength
            if_icmpeq 18
        17: .line 96
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        18: .line 98
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        19: goto 23
        20: .line 99
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.cs.ext.CompoundTextSupport$ControlSequence.encoding:[B
            iload 3 /* i */
            baload
            aload 2 /* rhs */
            getfield sun.nio.cs.ext.CompoundTextSupport$ControlSequence.encoding:[B
            iload 3 /* i */
            baload
            if_icmpeq 22
        21: .line 100
            iconst_0
            ireturn
        22: .line 98
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        23: iload 3 /* i */
            aload 0 /* this */
            getfield sun.nio.cs.ext.CompoundTextSupport$ControlSequence.encoding:[B
            arraylength
            if_icmplt 20
        end local 3 // int i
        24: .line 104
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // sun.nio.cs.ext.CompoundTextSupport$ControlSequence rhs
        end local 1 // java.lang.Object obj
        end local 0 // sun.nio.cs.ext.CompoundTextSupport$ControlSequence this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   25     0  this  Lsun/nio/cs/ext/CompoundTextSupport$ControlSequence;
            0   25     1   obj  Ljava/lang/Object;
            5   25     2   rhs  Lsun/nio/cs/ext/CompoundTextSupport$ControlSequence;
            9   14     3     i  I
           19   24     3     i  I
    MethodParameters:
      Name  Flags
      obj   

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.nio.cs.ext.CompoundTextSupport$ControlSequence this
         0: .line 108
            aload 0 /* this */
            getfield sun.nio.cs.ext.CompoundTextSupport$ControlSequence.hash:I
            ireturn
        end local 0 // sun.nio.cs.ext.CompoundTextSupport$ControlSequence this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/cs/ext/CompoundTextSupport$ControlSequence;

  sun.nio.cs.ext.CompoundTextSupport$ControlSequence concatenate(sun.nio.cs.ext.CompoundTextSupport$ControlSequence);
    descriptor: (Lsun/nio/cs/ext/CompoundTextSupport$ControlSequence;)Lsun/nio/cs/ext/CompoundTextSupport$ControlSequence;
    flags: (0x0000) 
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // sun.nio.cs.ext.CompoundTextSupport$ControlSequence this
        start local 1 // sun.nio.cs.ext.CompoundTextSupport$ControlSequence rhs
         0: .line 112
            aload 0 /* this */
            getfield sun.nio.cs.ext.CompoundTextSupport$ControlSequence.encoding:[B
            ifnull 4
         1: .line 113
            new java.lang.IllegalArgumentException
            dup
         2: .line 114
            ldc "cannot concatenate to a non-standard charset escape sequence"
         3: .line 113
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 118
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.cs.ext.CompoundTextSupport$ControlSequence.escSequence:[B
            arraylength
            aload 1 /* rhs */
            getfield sun.nio.cs.ext.CompoundTextSupport$ControlSequence.escSequence:[B
            arraylength
            iadd
            istore 2 /* len */
        start local 2 // int len
         5: .line 119
            iload 2 /* len */
            newarray 8
            astore 3 /* newEscSequence */
        start local 3 // byte[] newEscSequence
         6: .line 120
            aload 0 /* this */
            getfield sun.nio.cs.ext.CompoundTextSupport$ControlSequence.escSequence:[B
            iconst_0
            aload 3 /* newEscSequence */
            iconst_0
         7: .line 121
            aload 0 /* this */
            getfield sun.nio.cs.ext.CompoundTextSupport$ControlSequence.escSequence:[B
            arraylength
         8: .line 120
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         9: .line 122
            aload 1 /* rhs */
            getfield sun.nio.cs.ext.CompoundTextSupport$ControlSequence.escSequence:[B
            iconst_0
            aload 3 /* newEscSequence */
        10: .line 123
            aload 0 /* this */
            getfield sun.nio.cs.ext.CompoundTextSupport$ControlSequence.escSequence:[B
            arraylength
            aload 1 /* rhs */
            getfield sun.nio.cs.ext.CompoundTextSupport$ControlSequence.escSequence:[B
            arraylength
        11: .line 122
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        12: .line 124
            new sun.nio.cs.ext.CompoundTextSupport$ControlSequence
            dup
            aload 3 /* newEscSequence */
            aload 1 /* rhs */
            getfield sun.nio.cs.ext.CompoundTextSupport$ControlSequence.encoding:[B
            invokespecial sun.nio.cs.ext.CompoundTextSupport$ControlSequence.<init>:([B[B)V
            areturn
        end local 3 // byte[] newEscSequence
        end local 2 // int len
        end local 1 // sun.nio.cs.ext.CompoundTextSupport$ControlSequence rhs
        end local 0 // sun.nio.cs.ext.CompoundTextSupport$ControlSequence this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   13     0            this  Lsun/nio/cs/ext/CompoundTextSupport$ControlSequence;
            0   13     1             rhs  Lsun/nio/cs/ext/CompoundTextSupport$ControlSequence;
            5   13     2             len  I
            6   13     3  newEscSequence  [B
    MethodParameters:
      Name  Flags
      rhs   
}
SourceFile: "CompoundTextSupport.java"
NestHost: sun.nio.cs.ext.CompoundTextSupport
InnerClasses:
  private final ControlSequence = sun.nio.cs.ext.CompoundTextSupport$ControlSequence of sun.nio.cs.ext.CompoundTextSupport