class sun.font.CStrike$GlyphInfoCache$SparseBitShiftingTwoLayerArray
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.font.CStrike$GlyphInfoCache$SparseBitShiftingTwoLayerArray
  super_class: java.lang.Object
{
  final long[][] cache;
    descriptor: [[J
    flags: (0x0010) ACC_FINAL

  final int shift;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  final int secondLayerLength;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  void <init>(int, int);
    descriptor: (II)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.font.CStrike$GlyphInfoCache$SparseBitShiftingTwoLayerArray this
        start local 1 // int size
        start local 2 // int shift
         0: .line 476
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 477
            aload 0 /* this */
            iload 2 /* shift */
            putfield sun.font.CStrike$GlyphInfoCache$SparseBitShiftingTwoLayerArray.shift:I
         2: .line 478
            aload 0 /* this */
            iconst_1
            iload 2 /* shift */
            ishl
            anewarray long[]
            putfield sun.font.CStrike$GlyphInfoCache$SparseBitShiftingTwoLayerArray.cache:[[J
         3: .line 479
            aload 0 /* this */
            iload 1 /* size */
            iload 2 /* shift */
            ishr
            putfield sun.font.CStrike$GlyphInfoCache$SparseBitShiftingTwoLayerArray.secondLayerLength:I
         4: .line 480
            return
        end local 2 // int shift
        end local 1 // int size
        end local 0 // sun.font.CStrike$GlyphInfoCache$SparseBitShiftingTwoLayerArray this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lsun/font/CStrike$GlyphInfoCache$SparseBitShiftingTwoLayerArray;
            0    5     1   size  I
            0    5     2  shift  I
    MethodParameters:
       Name  Flags
      size   final
      shift  final

  public long get(int);
    descriptor: (I)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // sun.font.CStrike$GlyphInfoCache$SparseBitShiftingTwoLayerArray this
        start local 1 // int index
         0: .line 483
            iload 1 /* index */
            aload 0 /* this */
            getfield sun.font.CStrike$GlyphInfoCache$SparseBitShiftingTwoLayerArray.shift:I
            ishr
            istore 2 /* firstIndex */
        start local 2 // int firstIndex
         1: .line 484
            aload 0 /* this */
            getfield sun.font.CStrike$GlyphInfoCache$SparseBitShiftingTwoLayerArray.cache:[[J
            iload 2 /* firstIndex */
            aaload
            astore 3 /* firstLayerRow */
        start local 3 // long[] firstLayerRow
         2: .line 485
            aload 3 /* firstLayerRow */
            ifnonnull 3
            lconst_0
            lreturn
         3: .line 486
      StackMap locals: int long[]
      StackMap stack:
            aload 3 /* firstLayerRow */
            iload 1 /* index */
            iload 2 /* firstIndex */
            iconst_1
            aload 0 /* this */
            getfield sun.font.CStrike$GlyphInfoCache$SparseBitShiftingTwoLayerArray.shift:I
            ishl
            imul
            isub
            laload
            lreturn
        end local 3 // long[] firstLayerRow
        end local 2 // int firstIndex
        end local 1 // int index
        end local 0 // sun.font.CStrike$GlyphInfoCache$SparseBitShiftingTwoLayerArray this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lsun/font/CStrike$GlyphInfoCache$SparseBitShiftingTwoLayerArray;
            0    4     1          index  I
            1    4     2     firstIndex  I
            2    4     3  firstLayerRow  [J
    MethodParameters:
       Name  Flags
      index  final

  public void put(int, long);
    descriptor: (IJ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=3
        start local 0 // sun.font.CStrike$GlyphInfoCache$SparseBitShiftingTwoLayerArray this
        start local 1 // int index
        start local 2 // long value
         0: .line 490
            iload 1 /* index */
            aload 0 /* this */
            getfield sun.font.CStrike$GlyphInfoCache$SparseBitShiftingTwoLayerArray.shift:I
            ishr
            istore 4 /* firstIndex */
        start local 4 // int firstIndex
         1: .line 491
            aload 0 /* this */
            getfield sun.font.CStrike$GlyphInfoCache$SparseBitShiftingTwoLayerArray.cache:[[J
            iload 4 /* firstIndex */
            aaload
            astore 5 /* firstLayerRow */
        start local 5 // long[] firstLayerRow
         2: .line 492
            aload 5 /* firstLayerRow */
            ifnonnull 4
         3: .line 493
            aload 0 /* this */
            getfield sun.font.CStrike$GlyphInfoCache$SparseBitShiftingTwoLayerArray.cache:[[J
            iload 4 /* firstIndex */
            aload 0 /* this */
            getfield sun.font.CStrike$GlyphInfoCache$SparseBitShiftingTwoLayerArray.secondLayerLength:I
            newarray 11
            dup
            astore 5 /* firstLayerRow */
            aastore
         4: .line 495
      StackMap locals: int long[]
      StackMap stack:
            aload 5 /* firstLayerRow */
            iload 1 /* index */
            iload 4 /* firstIndex */
            iconst_1
            aload 0 /* this */
            getfield sun.font.CStrike$GlyphInfoCache$SparseBitShiftingTwoLayerArray.shift:I
            ishl
            imul
            isub
            lload 2 /* value */
            lastore
         5: .line 496
            return
        end local 5 // long[] firstLayerRow
        end local 4 // int firstIndex
        end local 2 // long value
        end local 1 // int index
        end local 0 // sun.font.CStrike$GlyphInfoCache$SparseBitShiftingTwoLayerArray this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    6     0           this  Lsun/font/CStrike$GlyphInfoCache$SparseBitShiftingTwoLayerArray;
            0    6     1          index  I
            0    6     2          value  J
            1    6     4     firstIndex  I
            2    6     5  firstLayerRow  [J
    MethodParameters:
       Name  Flags
      index  final
      value  final
}
SourceFile: "CStrike.java"
NestHost: sun.font.CStrike
InnerClasses:
  private GlyphInfoCache = sun.font.CStrike$GlyphInfoCache of sun.font.CStrike
  private SparseBitShiftingTwoLayerArray = sun.font.CStrike$GlyphInfoCache$SparseBitShiftingTwoLayerArray of sun.font.CStrike$GlyphInfoCache