public final class sun.text.UCompactIntArray implements java.lang.Cloneable
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: sun.text.UCompactIntArray
  super_class: java.lang.Object
{
  private static final int PLANEMASK;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 196608

  private static final int PLANESHIFT;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 16

  private static final int PLANECOUNT;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 16

  private static final int CODEPOINTMASK;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 65535

  private static final int UNICODECOUNT;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 65536

  private static final int BLOCKSHIFT;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 7

  private static final int BLOCKCOUNT;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 128

  private static final int INDEXSHIFT;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 9

  private static final int INDEXCOUNT;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 512

  private static final int BLOCKMASK;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 127

  private int defaultValue;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int[][] values;
    descriptor: [[I
    flags: (0x0002) ACC_PRIVATE

  private short[][] indices;
    descriptor: [[S
    flags: (0x0002) ACC_PRIVATE

  private boolean isCompact;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean[][] blockTouched;
    descriptor: [[Z
    flags: (0x0002) ACC_PRIVATE

  private boolean[] planeTouched;
    descriptor: [Z
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.text.UCompactIntArray this
         0: .line 33
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 34
            aload 0 /* this */
            bipush 16
            anewarray int[]
            putfield sun.text.UCompactIntArray.values:[[I
         2: .line 35
            aload 0 /* this */
            bipush 16
            anewarray short[]
            putfield sun.text.UCompactIntArray.indices:[[S
         3: .line 36
            aload 0 /* this */
            bipush 16
            anewarray boolean[]
            putfield sun.text.UCompactIntArray.blockTouched:[[Z
         4: .line 37
            aload 0 /* this */
            bipush 16
            newarray 4
            putfield sun.text.UCompactIntArray.planeTouched:[Z
         5: .line 38
            return
        end local 0 // sun.text.UCompactIntArray this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lsun/text/UCompactIntArray;

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.text.UCompactIntArray this
        start local 1 // int defaultValue
         0: .line 41
            aload 0 /* this */
            invokespecial sun.text.UCompactIntArray.<init>:()V
         1: .line 42
            aload 0 /* this */
            iload 1 /* defaultValue */
            putfield sun.text.UCompactIntArray.defaultValue:I
         2: .line 43
            return
        end local 1 // int defaultValue
        end local 0 // sun.text.UCompactIntArray this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lsun/text/UCompactIntArray;
            0    3     1  defaultValue  I
    MethodParameters:
              Name  Flags
      defaultValue  

  public int elementAt(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // sun.text.UCompactIntArray this
        start local 1 // int index
         0: .line 51
            iload 1 /* index */
            ldc 196608
            iand
            bipush 16
            ishr
            istore 2 /* plane */
        start local 2 // int plane
         1: .line 52
            aload 0 /* this */
            getfield sun.text.UCompactIntArray.planeTouched:[Z
            iload 2 /* plane */
            baload
            ifne 3
         2: .line 53
            aload 0 /* this */
            getfield sun.text.UCompactIntArray.defaultValue:I
            ireturn
         3: .line 55
      StackMap locals: int
      StackMap stack:
            iload 1 /* index */
            ldc 65535
            iand
            istore 1 /* index */
         4: .line 56
            aload 0 /* this */
            getfield sun.text.UCompactIntArray.values:[[I
            iload 2 /* plane */
            aaload
            aload 0 /* this */
            getfield sun.text.UCompactIntArray.indices:[[S
            iload 2 /* plane */
            aaload
            iload 1 /* index */
            bipush 7
            ishr
            saload
            ldc 65535
            iand
         5: .line 57
            iload 1 /* index */
            bipush 127
            iand
            iadd
         6: .line 56
            iaload
            ireturn
        end local 2 // int plane
        end local 1 // int index
        end local 0 // sun.text.UCompactIntArray this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lsun/text/UCompactIntArray;
            0    7     1  index  I
            1    7     2  plane  I
    MethodParameters:
       Name  Flags
      index  

  public void setElementAt(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // sun.text.UCompactIntArray this
        start local 1 // int index
        start local 2 // int value
         0: .line 68
            aload 0 /* this */
            getfield sun.text.UCompactIntArray.isCompact:Z
            ifeq 2
         1: .line 69
            aload 0 /* this */
            invokevirtual sun.text.UCompactIntArray.expand:()V
         2: .line 71
      StackMap locals:
      StackMap stack:
            iload 1 /* index */
            ldc 196608
            iand
            bipush 16
            ishr
            istore 3 /* plane */
        start local 3 // int plane
         3: .line 72
            aload 0 /* this */
            getfield sun.text.UCompactIntArray.planeTouched:[Z
            iload 3 /* plane */
            baload
            ifne 5
         4: .line 73
            aload 0 /* this */
            iload 3 /* plane */
            invokevirtual sun.text.UCompactIntArray.initPlane:(I)V
         5: .line 75
      StackMap locals: int
      StackMap stack:
            iload 1 /* index */
            ldc 65535
            iand
            istore 1 /* index */
         6: .line 76
            aload 0 /* this */
            getfield sun.text.UCompactIntArray.values:[[I
            iload 3 /* plane */
            aaload
            iload 1 /* index */
            iload 2 /* value */
            iastore
         7: .line 77
            aload 0 /* this */
            getfield sun.text.UCompactIntArray.blockTouched:[[Z
            iload 3 /* plane */
            aaload
            iload 1 /* index */
            bipush 7
            ishr
            iconst_1
            bastore
         8: .line 78
            return
        end local 3 // int plane
        end local 2 // int value
        end local 1 // int index
        end local 0 // sun.text.UCompactIntArray this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lsun/text/UCompactIntArray;
            0    9     1  index  I
            0    9     2  value  I
            3    9     3  plane  I
    MethodParameters:
       Name  Flags
      index  
      value  

  public void compact();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=1
        start local 0 // sun.text.UCompactIntArray this
         0: .line 85
            aload 0 /* this */
            getfield sun.text.UCompactIntArray.isCompact:Z
            ifeq 2
         1: .line 86
            return
         2: .line 88
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 1 /* plane */
        start local 1 // int plane
         3: goto 32
         4: .line 89
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.text.UCompactIntArray.planeTouched:[Z
            iload 1 /* plane */
            baload
            ifne 6
         5: .line 90
            goto 31
         6: .line 92
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* limitCompacted */
        start local 2 // int limitCompacted
         7: .line 93
            iconst_0
            istore 3 /* iBlockStart */
        start local 3 // int iBlockStart
         8: .line 94
            iconst_m1
            istore 4 /* iUntouched */
        start local 4 // short iUntouched
         9: .line 96
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        10: goto 25
        11: .line 97
      StackMap locals: sun.text.UCompactIntArray int int int int int
      StackMap stack:
            aload 0 /* this */
            getfield sun.text.UCompactIntArray.indices:[[S
            iload 1 /* plane */
            aaload
            iload 5 /* i */
            iconst_m1
            sastore
        12: .line 98
            aload 0 /* this */
            getfield sun.text.UCompactIntArray.blockTouched:[[Z
            iload 1 /* plane */
            aaload
            iload 5 /* i */
            baload
            ifne 15
            iload 4 /* iUntouched */
            iconst_m1
            if_icmpeq 15
        13: .line 102
            aload 0 /* this */
            getfield sun.text.UCompactIntArray.indices:[[S
            iload 1 /* plane */
            aaload
            iload 5 /* i */
            iload 4 /* iUntouched */
            sastore
        14: .line 103
            goto 24
        15: .line 104
      StackMap locals:
      StackMap stack:
            iload 2 /* limitCompacted */
            sipush 128
            imul
            istore 6 /* jBlockStart */
        start local 6 // int jBlockStart
        16: .line 105
            iload 5 /* i */
            iload 2 /* limitCompacted */
            if_icmple 20
        17: .line 106
            aload 0 /* this */
            getfield sun.text.UCompactIntArray.values:[[I
            iload 1 /* plane */
            aaload
            iload 3 /* iBlockStart */
        18: .line 107
            aload 0 /* this */
            getfield sun.text.UCompactIntArray.values:[[I
            iload 1 /* plane */
            aaload
            iload 6 /* jBlockStart */
            sipush 128
        19: .line 106
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        20: .line 109
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.text.UCompactIntArray.blockTouched:[[Z
            iload 1 /* plane */
            aaload
            iload 5 /* i */
            baload
            ifne 22
        21: .line 111
            iload 6 /* jBlockStart */
            i2s
            istore 4 /* iUntouched */
        22: .line 113
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.text.UCompactIntArray.indices:[[S
            iload 1 /* plane */
            aaload
            iload 5 /* i */
            iload 6 /* jBlockStart */
            i2s
            sastore
        23: .line 114
            iinc 2 /* limitCompacted */ 1
        end local 6 // int jBlockStart
        24: .line 96
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
            iinc 3 /* iBlockStart */ 128
      StackMap locals:
      StackMap stack:
        25: iload 5 /* i */
            aload 0 /* this */
            getfield sun.text.UCompactIntArray.indices:[[S
            iload 1 /* plane */
            aaload
            arraylength
            if_icmplt 11
        end local 5 // int i
        26: .line 119
            iload 2 /* limitCompacted */
            sipush 128
            imul
            istore 5 /* newSize */
        start local 5 // int newSize
        27: .line 120
            iload 5 /* newSize */
            newarray 10
            astore 6 /* result */
        start local 6 // int[] result
        28: .line 121
            aload 0 /* this */
            getfield sun.text.UCompactIntArray.values:[[I
            iload 1 /* plane */
            aaload
            iconst_0
            aload 6 /* result */
            iconst_0
            iload 5 /* newSize */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        29: .line 122
            aload 0 /* this */
            getfield sun.text.UCompactIntArray.values:[[I
            iload 1 /* plane */
            aload 6 /* result */
            aastore
        30: .line 123
            aload 0 /* this */
            getfield sun.text.UCompactIntArray.blockTouched:[[Z
            iload 1 /* plane */
            aconst_null
            aastore
        end local 6 // int[] result
        end local 5 // int newSize
        end local 4 // short iUntouched
        end local 3 // int iBlockStart
        end local 2 // int limitCompacted
        31: .line 88
      StackMap locals: sun.text.UCompactIntArray int
      StackMap stack:
            iinc 1 /* plane */ 1
      StackMap locals:
      StackMap stack:
        32: iload 1 /* plane */
            bipush 16
            if_icmplt 4
        end local 1 // int plane
        33: .line 125
            aload 0 /* this */
            iconst_1
            putfield sun.text.UCompactIntArray.isCompact:Z
        34: .line 126
            return
        end local 0 // sun.text.UCompactIntArray this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   35     0            this  Lsun/text/UCompactIntArray;
            3   33     1           plane  I
            7   31     2  limitCompacted  I
            8   31     3     iBlockStart  I
            9   31     4      iUntouched  S
           10   26     5               i  I
           16   24     6     jBlockStart  I
           27   31     5         newSize  I
           28   31     6          result  [I

  private void expand();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=4, args_size=1
        start local 0 // sun.text.UCompactIntArray this
         0: .line 137
            aload 0 /* this */
            getfield sun.text.UCompactIntArray.isCompact:Z
            ifeq 23
         1: .line 139
            iconst_0
            istore 3 /* plane */
        start local 3 // int plane
         2: goto 21
         3: .line 140
      StackMap locals: sun.text.UCompactIntArray top top int
      StackMap stack:
            aload 0 /* this */
            getfield sun.text.UCompactIntArray.planeTouched:[Z
            iload 3 /* plane */
            baload
            ifne 5
         4: .line 141
            goto 20
         5: .line 143
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.text.UCompactIntArray.blockTouched:[[Z
            iload 3 /* plane */
            sipush 512
            newarray 4
            aastore
         6: .line 144
            ldc 65536
            newarray 10
            astore 2 /* tempArray */
        start local 2 // int[] tempArray
         7: .line 145
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         8: goto 14
         9: .line 146
      StackMap locals: sun.text.UCompactIntArray int int[] int
      StackMap stack:
            aload 2 /* tempArray */
            iload 1 /* i */
            aload 0 /* this */
            getfield sun.text.UCompactIntArray.values:[[I
            iload 3 /* plane */
            aaload
            aload 0 /* this */
            getfield sun.text.UCompactIntArray.indices:[[S
            iload 3 /* plane */
            aaload
            iload 1 /* i */
            bipush 7
            ishr
            saload
        10: .line 147
            ldc 65535
            iload 1 /* i */
            bipush 127
            iand
            iadd
            iand
            iaload
        11: .line 146
            iastore
        12: .line 148
            aload 0 /* this */
            getfield sun.text.UCompactIntArray.blockTouched:[[Z
            iload 3 /* plane */
            aaload
            iload 1 /* i */
            bipush 7
            ishr
            iconst_1
            bastore
        13: .line 145
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
        14: iload 1 /* i */
            ldc 65536
            if_icmplt 9
        15: .line 150
            iconst_0
            istore 1 /* i */
            goto 18
        16: .line 151
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.text.UCompactIntArray.indices:[[S
            iload 3 /* plane */
            aaload
            iload 1 /* i */
            iload 1 /* i */
            bipush 7
            ishl
            i2s
            sastore
        17: .line 150
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
        18: iload 1 /* i */
            sipush 512
            if_icmplt 16
        19: .line 153
            aload 0 /* this */
            getfield sun.text.UCompactIntArray.values:[[I
            iload 3 /* plane */
            aload 2 /* tempArray */
            aastore
        end local 2 // int[] tempArray
        end local 1 // int i
        20: .line 139
      StackMap locals: sun.text.UCompactIntArray top top int
      StackMap stack:
            iinc 3 /* plane */ 1
      StackMap locals:
      StackMap stack:
        21: iload 3 /* plane */
            bipush 16
            if_icmplt 3
        end local 3 // int plane
        22: .line 155
            aload 0 /* this */
            iconst_0
            putfield sun.text.UCompactIntArray.isCompact:Z
        23: .line 157
      StackMap locals: sun.text.UCompactIntArray
      StackMap stack:
            return
        end local 0 // sun.text.UCompactIntArray this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   24     0       this  Lsun/text/UCompactIntArray;
            8   20     1          i  I
            7   20     2  tempArray  [I
            2   22     3      plane  I

  private void initPlane(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // sun.text.UCompactIntArray this
        start local 1 // int plane
         0: .line 160
            aload 0 /* this */
            getfield sun.text.UCompactIntArray.values:[[I
            iload 1 /* plane */
            ldc 65536
            newarray 10
            aastore
         1: .line 161
            aload 0 /* this */
            getfield sun.text.UCompactIntArray.indices:[[S
            iload 1 /* plane */
            sipush 512
            newarray 9
            aastore
         2: .line 162
            aload 0 /* this */
            getfield sun.text.UCompactIntArray.blockTouched:[[Z
            iload 1 /* plane */
            sipush 512
            newarray 4
            aastore
         3: .line 163
            aload 0 /* this */
            getfield sun.text.UCompactIntArray.planeTouched:[Z
            iload 1 /* plane */
            iconst_1
            bastore
         4: .line 165
            aload 0 /* this */
            getfield sun.text.UCompactIntArray.planeTouched:[Z
            iconst_0
            baload
            ifeq 7
            iload 1 /* plane */
            ifeq 7
         5: .line 166
            aload 0 /* this */
            getfield sun.text.UCompactIntArray.indices:[[S
            iconst_0
            aaload
            iconst_0
            aload 0 /* this */
            getfield sun.text.UCompactIntArray.indices:[[S
            iload 1 /* plane */
            aaload
            iconst_0
            sipush 512
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         6: .line 167
            goto 12
         7: .line 168
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         8: goto 11
         9: .line 169
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.text.UCompactIntArray.indices:[[S
            iload 1 /* plane */
            aaload
            iload 2 /* i */
            iload 2 /* i */
            bipush 7
            ishl
            i2s
            sastore
        10: .line 168
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 2 /* i */
            sipush 512
            if_icmplt 9
        end local 2 // int i
        12: .line 172
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* i */
        start local 2 // int i
        13: goto 16
        14: .line 173
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.text.UCompactIntArray.values:[[I
            iload 1 /* plane */
            aaload
            iload 2 /* i */
            aload 0 /* this */
            getfield sun.text.UCompactIntArray.defaultValue:I
            iastore
        15: .line 172
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        16: iload 2 /* i */
            ldc 65536
            if_icmplt 14
        end local 2 // int i
        17: .line 175
            return
        end local 1 // int plane
        end local 0 // sun.text.UCompactIntArray this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   18     0   this  Lsun/text/UCompactIntArray;
            0   18     1  plane  I
            8   12     2      i  I
           13   17     2      i  I
    MethodParameters:
       Name  Flags
      plane  

  public int getKSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // sun.text.UCompactIntArray this
         0: .line 178
            iconst_0
            istore 1 /* size */
        start local 1 // int size
         1: .line 179
            iconst_0
            istore 2 /* plane */
        start local 2 // int plane
         2: goto 6
         3: .line 180
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield sun.text.UCompactIntArray.planeTouched:[Z
            iload 2 /* plane */
            baload
            ifeq 5
         4: .line 181
            iload 1 /* size */
            aload 0 /* this */
            getfield sun.text.UCompactIntArray.values:[[I
            iload 2 /* plane */
            aaload
            arraylength
            iconst_4
            imul
            aload 0 /* this */
            getfield sun.text.UCompactIntArray.indices:[[S
            iload 2 /* plane */
            aaload
            arraylength
            iconst_2
            imul
            iadd
            iadd
            istore 1 /* size */
         5: .line 179
      StackMap locals:
      StackMap stack:
            iinc 2 /* plane */ 1
      StackMap locals:
      StackMap stack:
         6: iload 2 /* plane */
            bipush 16
            if_icmplt 3
        end local 2 // int plane
         7: .line 184
            iload 1 /* size */
            sipush 1024
            idiv
            ireturn
        end local 1 // int size
        end local 0 // sun.text.UCompactIntArray this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lsun/text/UCompactIntArray;
            1    8     1   size  I
            2    7     2  plane  I
}
SourceFile: "UCompactIntArray.java"