public class sun.font.FileFontStrike extends sun.font.PhysicalStrike
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.font.FileFontStrike
  super_class: sun.font.PhysicalStrike
{
  static final int INVISIBLE_GLYPHS;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 65534

  private sun.font.FileFont fileFont;
    descriptor: Lsun/font/FileFont;
    flags: (0x0002) ACC_PRIVATE

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

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

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

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

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

  private volatile int glyphCacheFormat;
    descriptor: I
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

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

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

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

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

  private long[][] segLongGlyphImages;
    descriptor: [[J
    flags: (0x0002) ACC_PRIVATE

  private float[] horizontalAdvances;
    descriptor: [F
    flags: (0x0002) ACC_PRIVATE

  private float[][] segHorizontalAdvances;
    descriptor: [[F
    flags: (0x0002) ACC_PRIVATE

  java.util.concurrent.ConcurrentHashMap<java.lang.Integer, java.awt.geom.Rectangle2D$Float> boundsMap;
    descriptor: Ljava/util/concurrent/ConcurrentHashMap;
    flags: (0x0000) 
    Signature: Ljava/util/concurrent/ConcurrentHashMap<Ljava/lang/Integer;Ljava/awt/geom/Rectangle2D$Float;>;

  java.lang.ref.SoftReference<java.util.concurrent.ConcurrentHashMap<java.lang.Integer, java.awt.geom.Point2D$Float>> glyphMetricsMapRef;
    descriptor: Ljava/lang/ref/SoftReference;
    flags: (0x0000) 
    Signature: Ljava/lang/ref/SoftReference<Ljava/util/concurrent/ConcurrentHashMap<Ljava/lang/Integer;Ljava/awt/geom/Point2D$Float;>;>;

  java.awt.geom.AffineTransform invertDevTx;
    descriptor: Ljava/awt/geom/AffineTransform;
    flags: (0x0000) 

  boolean useNatives;
    descriptor: Z
    flags: (0x0000) 

  sun.font.NativeStrike[] nativeStrikes;
    descriptor: [Lsun/font/NativeStrike;
    flags: (0x0000) 

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

  private static boolean isXPorLater;
    descriptor: Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 114
            iconst_0
            putstatic sun.font.FileFontStrike.isXPorLater:Z
         1: .line 116
            getstatic sun.font.FontManager.isWindows:Z
            ifeq 4
            getstatic sun.font.FontManager.useT2K:Z
            ifne 4
         2: .line 117
            invokestatic java.awt.GraphicsEnvironment.isHeadless:()Z
            ifne 4
         3: .line 118
            invokestatic sun.font.FileFontStrike.initNative:()Z
            putstatic sun.font.FileFontStrike.isXPorLater:Z
         4: .line 401
      StackMap locals:
      StackMap stack:
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static native boolean initNative();
    descriptor: ()Z
    flags: (0x010a) ACC_PRIVATE, ACC_STATIC, ACC_NATIVE

  void <init>(sun.font.FileFont, sun.font.FontStrikeDesc);
    descriptor: (Lsun/font/FileFont;Lsun/font/FontStrikeDesc;)V
    flags: (0x0000) 
    Code:
      stack=8, locals=11, args_size=3
        start local 0 // sun.font.FileFontStrike this
        start local 1 // sun.font.FileFont fileFont
        start local 2 // sun.font.FontStrikeDesc desc
         0: .line 123
            aload 0 /* this */
            aload 1 /* fileFont */
            aload 2 /* desc */
            invokespecial sun.font.PhysicalStrike.<init>:(Lsun/font/PhysicalFont;Lsun/font/FontStrikeDesc;)V
         1: .line 60
            aload 0 /* this */
            iconst_0
            putfield sun.font.FileFontStrike.glyphCacheFormat:I
         2: .line 124
            aload 0 /* this */
            aload 1 /* fileFont */
            putfield sun.font.FileFontStrike.fileFont:Lsun/font/FileFont;
         3: .line 126
            aload 2 /* desc */
            getfield sun.font.FontStrikeDesc.style:I
            aload 1 /* fileFont */
            getfield sun.font.FileFont.style:I
            if_icmpeq 12
         4: .line 131
            aload 2 /* desc */
            getfield sun.font.FontStrikeDesc.style:I
            iconst_2
            iand
            iconst_2
            if_icmpne 8
         5: .line 132
            aload 1 /* fileFont */
            getfield sun.font.FileFont.style:I
            iconst_2
            iand
            ifne 8
         6: .line 133
            aload 0 /* this */
            iconst_1
            putfield sun.font.FileFontStrike.algoStyle:Z
         7: .line 134
            aload 0 /* this */
            ldc 0.7
            putfield sun.font.FileFontStrike.italic:F
         8: .line 136
      StackMap locals: sun.font.FileFontStrike sun.font.FileFont sun.font.FontStrikeDesc
      StackMap stack:
            aload 2 /* desc */
            getfield sun.font.FontStrikeDesc.style:I
            iconst_1
            iand
            iconst_1
            if_icmpne 12
         9: .line 137
            aload 1 /* fileFont */
            getfield sun.font.FileFont.style:I
            iconst_1
            iand
            ifne 12
        10: .line 138
            aload 0 /* this */
            iconst_1
            putfield sun.font.FileFontStrike.algoStyle:Z
        11: .line 139
            aload 0 /* this */
            ldc 1.33
            putfield sun.font.FileFontStrike.boldness:F
        12: .line 142
      StackMap locals:
      StackMap stack:
            iconst_4
            newarray 7
            astore 3 /* matrix */
        start local 3 // double[] matrix
        13: .line 143
            aload 2 /* desc */
            getfield sun.font.FontStrikeDesc.glyphTx:Ljava/awt/geom/AffineTransform;
            astore 4 /* at */
        start local 4 // java.awt.geom.AffineTransform at
        14: .line 144
            aload 4 /* at */
            aload 3 /* matrix */
            invokevirtual java.awt.geom.AffineTransform.getMatrix:([D)V
        15: .line 145
            aload 2 /* desc */
            getfield sun.font.FontStrikeDesc.devTx:Ljava/awt/geom/AffineTransform;
            invokevirtual java.awt.geom.AffineTransform.isIdentity:()Z
            ifne 20
        16: .line 146
            aload 2 /* desc */
            getfield sun.font.FontStrikeDesc.devTx:Ljava/awt/geom/AffineTransform;
            invokevirtual java.awt.geom.AffineTransform.getType:()I
            iconst_1
            if_icmpeq 20
        17: .line 148
            aload 0 /* this */
            aload 2 /* desc */
            getfield sun.font.FontStrikeDesc.devTx:Ljava/awt/geom/AffineTransform;
            invokevirtual java.awt.geom.AffineTransform.createInverse:()Ljava/awt/geom/AffineTransform;
            putfield sun.font.FileFontStrike.invertDevTx:Ljava/awt/geom/AffineTransform;
        18: .line 149
            goto 20
      StackMap locals: sun.font.FileFontStrike sun.font.FileFont sun.font.FontStrikeDesc double[] java.awt.geom.AffineTransform
      StackMap stack: java.awt.geom.NoninvertibleTransformException
        19: pop
        20: .line 159
      StackMap locals:
      StackMap stack:
            aload 3 /* matrix */
            iconst_0
            daload
            invokestatic java.lang.Double.isNaN:(D)Z
            ifne 23
            aload 3 /* matrix */
            iconst_1
            daload
            invokestatic java.lang.Double.isNaN:(D)Z
            ifne 23
        21: .line 160
            aload 3 /* matrix */
            iconst_2
            daload
            invokestatic java.lang.Double.isNaN:(D)Z
            ifne 23
            aload 3 /* matrix */
            iconst_3
            daload
            invokestatic java.lang.Double.isNaN:(D)Z
            ifne 23
        22: .line 161
            aload 1 /* fileFont */
            invokevirtual sun.font.FileFont.getScaler:()Lsun/font/FontScaler;
            ifnonnull 25
        23: .line 162
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokestatic sun.font.NullFontScaler.getNullScalerContext:()J
            putfield sun.font.FileFontStrike.pScalerContext:J
        24: .line 163
            goto 30
        25: .line 164
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* fileFont */
            invokevirtual sun.font.FileFont.getScaler:()Lsun/font/FontScaler;
            aload 3 /* matrix */
        26: .line 165
            aload 1 /* fileFont */
            instanceof sun.font.TrueTypeFont
        27: .line 166
            aload 2 /* desc */
            getfield sun.font.FontStrikeDesc.aaHint:I
            aload 2 /* desc */
            getfield sun.font.FontStrikeDesc.fmHint:I
        28: .line 167
            aload 0 /* this */
            getfield sun.font.FileFontStrike.boldness:F
            aload 0 /* this */
            getfield sun.font.FileFontStrike.italic:F
        29: .line 164
            invokevirtual sun.font.FontScaler.createScalerContext:([DZIIFF)J
            putfield sun.font.FileFontStrike.pScalerContext:J
        30: .line 170
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* fileFont */
            invokevirtual sun.font.FileFont.getMapper:()Lsun/font/CharToGlyphMapper;
            putfield sun.font.FileFontStrike.mapper:Lsun/font/CharToGlyphMapper;
        31: .line 171
            aload 0 /* this */
            getfield sun.font.FileFontStrike.mapper:Lsun/font/CharToGlyphMapper;
            invokevirtual sun.font.CharToGlyphMapper.getNumGlyphs:()I
            istore 5 /* numGlyphs */
        start local 5 // int numGlyphs
        32: .line 181
            aload 3 /* matrix */
            iconst_3
            daload
            d2f
            fstore 6 /* ptSize */
        start local 6 // float ptSize
        33: .line 182
            aload 0 /* this */
            fload 6 /* ptSize */
            f2i
            dup_x1
            putfield sun.font.FileFontStrike.intPtSize:I
            istore 7 /* iSize */
        start local 7 // int iSize
        34: .line 183
            aload 4 /* at */
            invokevirtual java.awt.geom.AffineTransform.getType:()I
            bipush 124
            iand
            ifne 35
            iconst_1
            goto 36
      StackMap locals: int float int
      StackMap stack:
        35: iconst_0
      StackMap locals:
      StackMap stack: int
        36: istore 8 /* isSimpleTx */
        start local 8 // boolean isSimpleTx
        37: .line 184
            aload 0 /* this */
        38: .line 185
            iload 5 /* numGlyphs */
            sipush 2048
            if_icmpgt 42
        39: .line 186
            iload 5 /* numGlyphs */
            sipush 512
            if_icmple 41
        40: .line 187
            iload 8 /* isSimpleTx */
            ifeq 42
            fload 6 /* ptSize */
            iload 7 /* iSize */
            i2f
            fcmpl
            ifne 42
            iload 7 /* iSize */
            bipush 6
            if_icmplt 42
            iload 7 /* iSize */
            bipush 36
            if_icmpgt 42
      StackMap locals: sun.font.FileFontStrike sun.font.FileFont sun.font.FontStrikeDesc double[] java.awt.geom.AffineTransform int float int int
      StackMap stack: sun.font.FileFontStrike
        41: iconst_0
            goto 43
      StackMap locals:
      StackMap stack: sun.font.FileFontStrike
        42: iconst_1
        43: .line 184
      StackMap locals: sun.font.FileFontStrike sun.font.FileFont sun.font.FontStrikeDesc double[] java.awt.geom.AffineTransform int float int int
      StackMap stack: sun.font.FileFontStrike int
            putfield sun.font.FileFontStrike.segmentedCache:Z
        44: .line 196
            aload 0 /* this */
            getfield sun.font.FileFontStrike.pScalerContext:J
            lconst_0
            lcmp
            ifne 50
        45: .line 200
            aload 0 /* this */
            new sun.font.FontStrikeDisposer
            dup
            aload 1 /* fileFont */
            aload 2 /* desc */
            invokespecial sun.font.FontStrikeDisposer.<init>:(Lsun/font/Font2D;Lsun/font/FontStrikeDesc;)V
            putfield sun.font.FileFontStrike.disposer:Lsun/font/FontStrikeDisposer;
        46: .line 201
            aload 0 /* this */
            invokevirtual sun.font.FileFontStrike.initGlyphCache:()V
        47: .line 202
            aload 0 /* this */
            invokestatic sun.font.NullFontScaler.getNullScalerContext:()J
            putfield sun.font.FileFontStrike.pScalerContext:J
        48: .line 203
            aload 1 /* fileFont */
            invokestatic sun.font.FontManager.deRegisterBadFont:(Lsun/font/Font2D;)V
        49: .line 204
            return
        50: .line 213
      StackMap locals:
      StackMap stack:
            getstatic sun.font.FontManager.isWindows:Z
            ifeq 62
            getstatic sun.font.FileFontStrike.isXPorLater:Z
            ifeq 62
        51: .line 214
            getstatic sun.font.FontManager.useT2K:Z
            ifne 62
        52: .line 215
            invokestatic java.awt.GraphicsEnvironment.isHeadless:()Z
            ifne 62
        53: .line 216
            aload 1 /* fileFont */
            getfield sun.font.FileFont.useJavaRasterizer:Z
            ifne 62
        54: .line 217
            aload 2 /* desc */
            getfield sun.font.FontStrikeDesc.aaHint:I
            iconst_4
            if_icmpeq 56
        55: .line 218
            aload 2 /* desc */
            getfield sun.font.FontStrikeDesc.aaHint:I
            iconst_5
            if_icmpne 62
        56: .line 219
      StackMap locals:
      StackMap stack:
            aload 3 /* matrix */
            iconst_1
            daload
            dconst_0
            dcmpl
            ifne 62
            aload 3 /* matrix */
            iconst_2
            daload
            dconst_0
            dcmpl
            ifne 62
        57: .line 220
            aload 3 /* matrix */
            iconst_0
            daload
            aload 3 /* matrix */
            iconst_3
            daload
            dcmpl
            ifne 62
        58: .line 221
            aload 3 /* matrix */
            iconst_0
            daload
            ldc 3.0
            dcmpl
            iflt 62
            aload 3 /* matrix */
            iconst_0
            daload
            ldc 100.0
            dcmpg
            ifgt 62
        59: .line 222
            aload 1 /* fileFont */
            checkcast sun.font.TrueTypeFont
            aload 0 /* this */
            getfield sun.font.FileFontStrike.intPtSize:I
            invokevirtual sun.font.TrueTypeFont.useEmbeddedBitmapsForSize:(I)Z
            ifne 62
        60: .line 223
            aload 0 /* this */
            iconst_1
            putfield sun.font.FileFontStrike.useNatives:Z
        61: .line 224
            goto 76
        62: .line 225
      StackMap locals:
      StackMap stack:
            aload 1 /* fileFont */
            invokevirtual sun.font.FileFont.checkUseNatives:()Z
            ifeq 76
            aload 2 /* desc */
            getfield sun.font.FontStrikeDesc.aaHint:I
            ifne 76
            aload 0 /* this */
            getfield sun.font.FileFontStrike.algoStyle:Z
            ifne 76
        63: .line 228
            aload 3 /* matrix */
            iconst_1
            daload
            dconst_0
            dcmpl
            ifne 76
            aload 3 /* matrix */
            iconst_2
            daload
            dconst_0
            dcmpl
            ifne 76
        64: .line 229
            aload 3 /* matrix */
            iconst_0
            daload
            ldc 6.0
            dcmpl
            iflt 76
            aload 3 /* matrix */
            iconst_0
            daload
            ldc 36.0
            dcmpg
            ifgt 76
        65: .line 230
            aload 3 /* matrix */
            iconst_0
            daload
            aload 3 /* matrix */
            iconst_3
            daload
            dcmpl
            ifne 76
        66: .line 231
            aload 0 /* this */
            iconst_1
            putfield sun.font.FileFontStrike.useNatives:Z
        67: .line 232
            aload 1 /* fileFont */
            getfield sun.font.FileFont.nativeFonts:[Lsun/font/NativeFont;
            arraylength
            istore 9 /* numNatives */
        start local 9 // int numNatives
        68: .line 233
            aload 0 /* this */
            iload 9 /* numNatives */
            anewarray sun.font.NativeStrike
            putfield sun.font.FileFontStrike.nativeStrikes:[Lsun/font/NativeStrike;
        69: .line 237
            iconst_0
            istore 10 /* i */
        start local 10 // int i
        70: goto 75
        71: .line 238
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FileFontStrike.nativeStrikes:[Lsun/font/NativeStrike;
            iload 10 /* i */
        72: .line 239
            new sun.font.NativeStrike
            dup
            aload 1 /* fileFont */
            getfield sun.font.FileFont.nativeFonts:[Lsun/font/NativeFont;
            iload 10 /* i */
            aaload
            aload 2 /* desc */
            iconst_0
            invokespecial sun.font.NativeStrike.<init>:(Lsun/font/NativeFont;Lsun/font/FontStrikeDesc;Z)V
        73: .line 238
            aastore
        74: .line 237
            iinc 10 /* i */ 1
      StackMap locals:
      StackMap stack:
        75: iload 10 /* i */
            iload 9 /* numNatives */
            if_icmplt 71
        end local 10 // int i
        end local 9 // int numNatives
        76: .line 243
      StackMap locals:
      StackMap stack:
            getstatic sun.font.FontManager.logging:Z
            ifeq 88
            getstatic sun.font.FontManager.isWindows:Z
            ifeq 88
        77: .line 244
            getstatic sun.font.FontManager.logger:Ljava/util/logging/Logger;
        78: .line 245
            new java.lang.StringBuilder
            dup
            ldc "Strike for "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* fileFont */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " at size = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.font.FileFontStrike.intPtSize:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
        79: .line 246
            ldc " use natives = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.font.FileFontStrike.useNatives:Z
            invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
        80: .line 247
            ldc " useJavaRasteriser = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* fileFont */
            getfield sun.font.FileFont.useJavaRasterizer:Z
            invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
        81: .line 248
            ldc " AAHint = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 2 /* desc */
            getfield sun.font.FontStrikeDesc.aaHint:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
        82: .line 249
            ldc " Has Embedded bitmaps = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        83: .line 250
            aload 1 /* fileFont */
            checkcast sun.font.TrueTypeFont
        84: .line 251
            aload 0 /* this */
            getfield sun.font.FileFontStrike.intPtSize:I
            invokevirtual sun.font.TrueTypeFont.useEmbeddedBitmapsForSize:(I)Z
        85: .line 250
            invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
        86: .line 245
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        87: .line 244
            invokevirtual java.util.logging.Logger.info:(Ljava/lang/String;)V
        88: .line 253
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new sun.font.FontStrikeDisposer
            dup
            aload 1 /* fileFont */
            aload 2 /* desc */
            aload 0 /* this */
            getfield sun.font.FileFontStrike.pScalerContext:J
            invokespecial sun.font.FontStrikeDisposer.<init>:(Lsun/font/Font2D;Lsun/font/FontStrikeDesc;J)V
            putfield sun.font.FileFontStrike.disposer:Lsun/font/FontStrikeDisposer;
        89: .line 261
            aload 0 /* this */
            aload 4 /* at */
            invokevirtual java.awt.geom.AffineTransform.getScaleY:()D
            ldc 48.0
            dcmpg
            ifgt 90
            iconst_1
            goto 91
      StackMap locals:
      StackMap stack: sun.font.FileFontStrike
        90: iconst_0
      StackMap locals: sun.font.FileFontStrike sun.font.FileFont sun.font.FontStrikeDesc double[] java.awt.geom.AffineTransform int float int int
      StackMap stack: sun.font.FileFontStrike int
        91: putfield sun.font.FileFontStrike.getImageWithAdvance:Z
        92: .line 272
            aload 0 /* this */
            getfield sun.font.FileFontStrike.getImageWithAdvance:Z
            ifne 103
        93: .line 273
            aload 0 /* this */
            getfield sun.font.FileFontStrike.segmentedCache:Z
            ifne 101
        94: .line 274
            aload 0 /* this */
            iload 5 /* numGlyphs */
            newarray 6
            putfield sun.font.FileFontStrike.horizontalAdvances:[F
        95: .line 276
            iconst_0
            istore 9 /* i */
        start local 9 // int i
        96: goto 99
        97: .line 277
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FileFontStrike.horizontalAdvances:[F
            iload 9 /* i */
            ldc 3.4028235E38
            fastore
        98: .line 276
            iinc 9 /* i */ 1
      StackMap locals:
      StackMap stack:
        99: iload 9 /* i */
            iload 5 /* numGlyphs */
            if_icmplt 97
        end local 9 // int i
       100: .line 279
            goto 103
       101: .line 280
      StackMap locals:
      StackMap stack:
            iload 5 /* numGlyphs */
            sipush 256
            iadd
            iconst_1
            isub
            sipush 256
            idiv
            istore 9 /* numSegments */
        start local 9 // int numSegments
       102: .line 281
            aload 0 /* this */
            iload 9 /* numSegments */
            anewarray float[]
            putfield sun.font.FileFontStrike.segHorizontalAdvances:[[F
        end local 9 // int numSegments
       103: .line 284
      StackMap locals:
      StackMap stack:
            return
        end local 8 // boolean isSimpleTx
        end local 7 // int iSize
        end local 6 // float ptSize
        end local 5 // int numGlyphs
        end local 4 // java.awt.geom.AffineTransform at
        end local 3 // double[] matrix
        end local 2 // sun.font.FontStrikeDesc desc
        end local 1 // sun.font.FileFont fileFont
        end local 0 // sun.font.FileFontStrike this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0  104     0         this  Lsun/font/FileFontStrike;
            0  104     1     fileFont  Lsun/font/FileFont;
            0  104     2         desc  Lsun/font/FontStrikeDesc;
           13  104     3       matrix  [D
           14  104     4           at  Ljava/awt/geom/AffineTransform;
           32  104     5    numGlyphs  I
           33  104     6       ptSize  F
           34  104     7        iSize  I
           37  104     8   isSimpleTx  Z
           68   76     9   numNatives  I
           70   76    10            i  I
           96  100     9            i  I
          102  103     9  numSegments  I
      Exception table:
        from    to  target  type
          17    18      19  Class java.awt.geom.NoninvertibleTransformException
    MethodParameters:
          Name  Flags
      fileFont  
      desc      

  public int getNumGlyphs();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.font.FileFontStrike this
         0: .line 291
            aload 0 /* this */
            getfield sun.font.FileFontStrike.fileFont:Lsun/font/FileFont;
            invokevirtual sun.font.FileFont.getNumGlyphs:()I
            ireturn
        end local 0 // sun.font.FileFontStrike this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/font/FileFontStrike;

  long getGlyphImageFromNative(int);
    descriptor: (I)J
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.font.FileFontStrike this
        start local 1 // int glyphCode
         0: .line 295
            getstatic sun.font.FontManager.isWindows:Z
            ifeq 2
         1: .line 296
            aload 0 /* this */
            iload 1 /* glyphCode */
            invokevirtual sun.font.FileFontStrike.getGlyphImageFromWindows:(I)J
            lreturn
         2: .line 298
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* glyphCode */
            invokevirtual sun.font.FileFontStrike.getGlyphImageFromX11:(I)J
            lreturn
        end local 1 // int glyphCode
        end local 0 // sun.font.FileFontStrike this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lsun/font/FileFontStrike;
            0    3     1  glyphCode  I
    MethodParameters:
           Name  Flags
      glyphCode  

  private native long _getGlyphImageFromWindows(java.lang.String, int, int, int, boolean);
    descriptor: (Ljava/lang/String;IIIZ)J
    flags: (0x0102) ACC_PRIVATE, ACC_NATIVE
    MethodParameters:
             Name  Flags
      family       
      style        
      size         
      glyphCode    
      fracMetrics  

  long getGlyphImageFromWindows(int);
    descriptor: (I)J
    flags: (0x0000) 
    Code:
      stack=7, locals=8, args_size=2
        start local 0 // sun.font.FileFontStrike this
        start local 1 // int glyphCode
         0: .line 312
            aload 0 /* this */
            getfield sun.font.FileFontStrike.fileFont:Lsun/font/FileFont;
            aconst_null
            invokevirtual sun.font.FileFont.getFamilyName:(Ljava/util/Locale;)Ljava/lang/String;
            astore 2 /* family */
        start local 2 // java.lang.String family
         1: .line 313
            aload 0 /* this */
            getfield sun.font.FileFontStrike.desc:Lsun/font/FontStrikeDesc;
            getfield sun.font.FontStrikeDesc.style:I
            iconst_1
            iand
            aload 0 /* this */
            getfield sun.font.FileFontStrike.desc:Lsun/font/FontStrikeDesc;
            getfield sun.font.FontStrikeDesc.style:I
            iconst_2
            iand
            ior
         2: .line 314
            aload 0 /* this */
            getfield sun.font.FileFontStrike.fileFont:Lsun/font/FileFont;
            invokevirtual sun.font.FileFont.getStyle:()I
         3: .line 313
            ior
            istore 3 /* style */
        start local 3 // int style
         4: .line 315
            aload 0 /* this */
            getfield sun.font.FileFontStrike.intPtSize:I
            istore 4 /* size */
        start local 4 // int size
         5: .line 316
            aload 0 /* this */
         6: .line 317
            aload 2 /* family */
            iload 3 /* style */
            iload 4 /* size */
            iload 1 /* glyphCode */
         7: .line 318
            aload 0 /* this */
            getfield sun.font.FileFontStrike.desc:Lsun/font/FontStrikeDesc;
            getfield sun.font.FontStrikeDesc.fmHint:I
            iconst_2
            if_icmpne 8
            iconst_1
            goto 9
      StackMap locals: sun.font.FileFontStrike int java.lang.String int int
      StackMap stack: sun.font.FileFontStrike java.lang.String int int int
         8: iconst_0
         9: .line 316
      StackMap locals: sun.font.FileFontStrike int java.lang.String int int
      StackMap stack: sun.font.FileFontStrike java.lang.String int int int int
            invokevirtual sun.font.FileFontStrike._getGlyphImageFromWindows:(Ljava/lang/String;IIIZ)J
            lstore 5 /* ptr */
        start local 5 // long ptr
        10: .line 319
            lload 5 /* ptr */
            lconst_0
            lcmp
            ifeq 16
        11: .line 327
            aload 0 /* this */
            iload 1 /* glyphCode */
            iconst_0
            invokevirtual sun.font.FileFontStrike.getGlyphAdvance:(IZ)F
            fstore 7 /* advance */
        start local 7 // float advance
        12: .line 328
            getstatic sun.font.StrikeCache.unsafe:Lsun/misc/Unsafe;
            lload 5 /* ptr */
            getstatic sun.font.StrikeCache.xAdvanceOffset:I
            i2l
            ladd
        13: .line 329
            fload 7 /* advance */
        14: .line 328
            invokevirtual sun.misc.Unsafe.putFloat:(JF)V
        15: .line 330
            lload 5 /* ptr */
            lreturn
        end local 7 // float advance
        16: .line 332
      StackMap locals: long
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FileFontStrike.fileFont:Lsun/font/FileFont;
            aload 0 /* this */
            getfield sun.font.FileFontStrike.pScalerContext:J
            iload 1 /* glyphCode */
            invokevirtual sun.font.FileFont.getGlyphImage:(JI)J
            lreturn
        end local 5 // long ptr
        end local 4 // int size
        end local 3 // int style
        end local 2 // java.lang.String family
        end local 1 // int glyphCode
        end local 0 // sun.font.FileFontStrike this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   17     0       this  Lsun/font/FileFontStrike;
            0   17     1  glyphCode  I
            1   17     2     family  Ljava/lang/String;
            4   17     3      style  I
            5   17     4       size  I
           10   17     5        ptr  J
           12   16     7    advance  F
    MethodParameters:
           Name  Flags
      glyphCode  

  long getGlyphImageFromX11(int);
    descriptor: (I)J
    flags: (0x0000) 
    Code:
      stack=4, locals=8, args_size=2
        start local 0 // sun.font.FileFontStrike this
        start local 1 // int glyphCode
         0: .line 339
            aload 0 /* this */
            getfield sun.font.FileFontStrike.fileFont:Lsun/font/FileFont;
            getfield sun.font.FileFont.glyphToCharMap:[C
            iload 1 /* glyphCode */
            caload
            istore 4 /* charCode */
        start local 4 // char charCode
         1: .line 340
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         2: goto 10
         3: .line 341
      StackMap locals: sun.font.FileFontStrike int top top int int
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FileFontStrike.fileFont:Lsun/font/FileFont;
            getfield sun.font.FileFont.nativeFonts:[Lsun/font/NativeFont;
            iload 5 /* i */
            aaload
            invokevirtual sun.font.NativeFont.getMapper:()Lsun/font/CharToGlyphMapper;
            astore 6 /* mapper */
        start local 6 // sun.font.CharToGlyphMapper mapper
         4: .line 342
            aload 6 /* mapper */
            iload 4 /* charCode */
            invokevirtual sun.font.CharToGlyphMapper.charToGlyph:(C)I
            ldc 65535
            iand
            istore 7 /* gc */
        start local 7 // int gc
         5: .line 343
            iload 7 /* gc */
            aload 6 /* mapper */
            invokevirtual sun.font.CharToGlyphMapper.getMissingGlyphCode:()I
            if_icmpeq 9
         6: .line 344
            aload 0 /* this */
            getfield sun.font.FileFontStrike.nativeStrikes:[Lsun/font/NativeStrike;
            iload 5 /* i */
            aaload
            iload 7 /* gc */
            invokevirtual sun.font.NativeStrike.getGlyphImagePtrNoCache:(I)J
            lstore 2 /* glyphPtr */
        start local 2 // long glyphPtr
         7: .line 345
            lload 2 /* glyphPtr */
            lconst_0
            lcmp
            ifeq 9
         8: .line 346
            lload 2 /* glyphPtr */
            lreturn
        end local 7 // int gc
        end local 6 // sun.font.CharToGlyphMapper mapper
        end local 2 // long glyphPtr
         9: .line 340
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 5 /* i */
            aload 0 /* this */
            getfield sun.font.FileFontStrike.nativeStrikes:[Lsun/font/NativeStrike;
            arraylength
            if_icmplt 3
        end local 5 // int i
        11: .line 350
            aload 0 /* this */
            getfield sun.font.FileFontStrike.fileFont:Lsun/font/FileFont;
            aload 0 /* this */
            getfield sun.font.FileFontStrike.pScalerContext:J
            iload 1 /* glyphCode */
            invokevirtual sun.font.FileFont.getGlyphImage:(JI)J
            lreturn
        end local 4 // char charCode
        end local 1 // int glyphCode
        end local 0 // sun.font.FileFontStrike this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   12     0       this  Lsun/font/FileFontStrike;
            0   12     1  glyphCode  I
            7    9     2   glyphPtr  J
            1   12     4   charCode  C
            2   11     5          i  I
            4    9     6     mapper  Lsun/font/CharToGlyphMapper;
            5    9     7         gc  I
    MethodParameters:
           Name  Flags
      glyphCode  

  long getGlyphImagePtr(int);
    descriptor: (I)J
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // sun.font.FileFontStrike this
        start local 1 // int glyphCode
         0: .line 354
            iload 1 /* glyphCode */
            ldc 65534
            if_icmplt 2
         1: .line 355
            getstatic sun.font.StrikeCache.invisibleGlyphPtr:J
            lreturn
         2: .line 357
      StackMap locals:
      StackMap stack:
            lconst_0
            lstore 2 /* glyphPtr */
        start local 2 // long glyphPtr
         3: .line 358
            aload 0 /* this */
            iload 1 /* glyphCode */
            invokevirtual sun.font.FileFontStrike.getCachedGlyphPtr:(I)J
            dup2
            lstore 2 /* glyphPtr */
            lconst_0
            lcmp
            ifeq 5
         4: .line 359
            lload 2 /* glyphPtr */
            lreturn
         5: .line 361
      StackMap locals: long
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FileFontStrike.useNatives:Z
            ifeq 14
         6: .line 362
            aload 0 /* this */
            iload 1 /* glyphCode */
            invokevirtual sun.font.FileFontStrike.getGlyphImageFromNative:(I)J
            lstore 2 /* glyphPtr */
         7: .line 363
            lload 2 /* glyphPtr */
            lconst_0
            lcmp
            ifne 14
            getstatic sun.font.FontManager.logging:Z
            ifeq 14
         8: .line 364
            getstatic sun.font.FontManager.logger:Ljava/util/logging/Logger;
         9: .line 365
            new java.lang.StringBuilder
            dup
            ldc "Strike for "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield sun.font.FileFontStrike.fileFont:Lsun/font/FileFont;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
        10: .line 366
            ldc " at size = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.font.FileFontStrike.intPtSize:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
        11: .line 367
            ldc " couldn't get native glyph for code = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 1 /* glyphCode */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
        12: .line 365
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        13: .line 364
            invokevirtual java.util.logging.Logger.info:(Ljava/lang/String;)V
        14: .line 369
      StackMap locals:
      StackMap stack:
            lload 2 /* glyphPtr */
            lconst_0
            lcmp
            ifne 18
        15: .line 370
            aload 0 /* this */
            getfield sun.font.FileFontStrike.fileFont:Lsun/font/FileFont;
            aload 0 /* this */
            getfield sun.font.FileFontStrike.pScalerContext:J
        16: .line 371
            iload 1 /* glyphCode */
        17: .line 370
            invokevirtual sun.font.FileFont.getGlyphImage:(JI)J
            lstore 2 /* glyphPtr */
        18: .line 373
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* glyphCode */
            lload 2 /* glyphPtr */
            invokevirtual sun.font.FileFontStrike.setCachedGlyphPtr:(IJ)J
            lreturn
        end local 2 // long glyphPtr
        end local 1 // int glyphCode
        end local 0 // sun.font.FileFontStrike this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   19     0       this  Lsun/font/FileFontStrike;
            0   19     1  glyphCode  I
            3   19     2   glyphPtr  J
    MethodParameters:
           Name  Flags
      glyphCode  

  void getGlyphImagePtrs(int[], long[], int);
    descriptor: ([I[JI)V
    flags: (0x0000) 
    Code:
      stack=6, locals=8, args_size=4
        start local 0 // sun.font.FileFontStrike this
        start local 1 // int[] glyphCodes
        start local 2 // long[] images
        start local 3 // int len
         0: .line 379
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         1: goto 17
         2: .line 380
      StackMap locals: int
      StackMap stack:
            aload 1 /* glyphCodes */
            iload 4 /* i */
            iaload
            istore 5 /* glyphCode */
        start local 5 // int glyphCode
         3: .line 381
            iload 5 /* glyphCode */
            ldc 65534
            if_icmplt 6
         4: .line 382
            aload 2 /* images */
            iload 4 /* i */
            getstatic sun.font.StrikeCache.invisibleGlyphPtr:J
            lastore
         5: .line 383
            goto 16
         6: .line 384
      StackMap locals: int
      StackMap stack:
            aload 2 /* images */
            iload 4 /* i */
            aload 0 /* this */
            iload 5 /* glyphCode */
            invokevirtual sun.font.FileFontStrike.getCachedGlyphPtr:(I)J
            dup2_x2
            lastore
            lconst_0
            lcmp
            ifeq 8
         7: .line 385
            goto 16
         8: .line 387
      StackMap locals:
      StackMap stack:
            lconst_0
            lstore 6 /* glyphPtr */
        start local 6 // long glyphPtr
         9: .line 388
            aload 0 /* this */
            getfield sun.font.FileFontStrike.useNatives:Z
            ifeq 11
        10: .line 389
            aload 0 /* this */
            iload 5 /* glyphCode */
            invokevirtual sun.font.FileFontStrike.getGlyphImageFromNative:(I)J
            lstore 6 /* glyphPtr */
        11: .line 390
      StackMap locals: long
      StackMap stack:
            lload 6 /* glyphPtr */
            lconst_0
            lcmp
            ifne 15
        12: .line 391
            aload 0 /* this */
            getfield sun.font.FileFontStrike.fileFont:Lsun/font/FileFont;
            aload 0 /* this */
            getfield sun.font.FileFontStrike.pScalerContext:J
        13: .line 392
            iload 5 /* glyphCode */
        14: .line 391
            invokevirtual sun.font.FileFont.getGlyphImage:(JI)J
            lstore 6 /* glyphPtr */
        15: .line 394
      StackMap locals:
      StackMap stack:
            aload 2 /* images */
            iload 4 /* i */
            aload 0 /* this */
            iload 5 /* glyphCode */
            lload 6 /* glyphPtr */
            invokevirtual sun.font.FileFontStrike.setCachedGlyphPtr:(IJ)J
            lastore
        end local 6 // long glyphPtr
        end local 5 // int glyphCode
        16: .line 379
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        17: iload 4 /* i */
            iload 3 /* len */
            if_icmplt 2
        end local 4 // int i
        18: .line 397
            return
        end local 3 // int len
        end local 2 // long[] images
        end local 1 // int[] glyphCodes
        end local 0 // sun.font.FileFontStrike this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   19     0        this  Lsun/font/FileFontStrike;
            0   19     1  glyphCodes  [I
            0   19     2      images  [J
            0   19     3         len  I
            1   18     4           i  I
            3   16     5   glyphCode  I
            9   16     6    glyphPtr  J
    MethodParameters:
            Name  Flags
      glyphCodes  
      images      
      len         

  int getSlot0GlyphImagePtrs(int[], long[], int);
    descriptor: ([I[JI)I
    flags: (0x0000) 
    Code:
      stack=6, locals=9, args_size=4
        start local 0 // sun.font.FileFontStrike this
        start local 1 // int[] glyphCodes
        start local 2 // long[] images
        start local 3 // int len
         0: .line 404
            iconst_0
            istore 4 /* convertedCnt */
        start local 4 // int convertedCnt
         1: .line 406
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         2: goto 21
         3: .line 407
      StackMap locals: int int
      StackMap stack:
            aload 1 /* glyphCodes */
            iload 5 /* i */
            iaload
            istore 6 /* glyphCode */
        start local 6 // int glyphCode
         4: .line 408
            iload 6 /* glyphCode */
            ldc 16777215
            if_icmplt 6
         5: .line 409
            iload 4 /* convertedCnt */
            ireturn
         6: .line 411
      StackMap locals: int
      StackMap stack:
            iinc 4 /* convertedCnt */ 1
         7: .line 413
            iload 6 /* glyphCode */
            ldc 65534
            if_icmplt 10
         8: .line 414
            aload 2 /* images */
            iload 5 /* i */
            getstatic sun.font.StrikeCache.invisibleGlyphPtr:J
            lastore
         9: .line 415
            goto 20
        10: .line 416
      StackMap locals:
      StackMap stack:
            aload 2 /* images */
            iload 5 /* i */
            aload 0 /* this */
            iload 6 /* glyphCode */
            invokevirtual sun.font.FileFontStrike.getCachedGlyphPtr:(I)J
            dup2_x2
            lastore
            lconst_0
            lcmp
            ifeq 12
        11: .line 417
            goto 20
        12: .line 419
      StackMap locals:
      StackMap stack:
            lconst_0
            lstore 7 /* glyphPtr */
        start local 7 // long glyphPtr
        13: .line 420
            aload 0 /* this */
            getfield sun.font.FileFontStrike.useNatives:Z
            ifeq 15
        14: .line 421
            aload 0 /* this */
            iload 6 /* glyphCode */
            invokevirtual sun.font.FileFontStrike.getGlyphImageFromNative:(I)J
            lstore 7 /* glyphPtr */
        15: .line 423
      StackMap locals: long
      StackMap stack:
            lload 7 /* glyphPtr */
            lconst_0
            lcmp
            ifne 19
        16: .line 424
            aload 0 /* this */
            getfield sun.font.FileFontStrike.fileFont:Lsun/font/FileFont;
            aload 0 /* this */
            getfield sun.font.FileFontStrike.pScalerContext:J
        17: .line 425
            iload 6 /* glyphCode */
        18: .line 424
            invokevirtual sun.font.FileFont.getGlyphImage:(JI)J
            lstore 7 /* glyphPtr */
        19: .line 427
      StackMap locals:
      StackMap stack:
            aload 2 /* images */
            iload 5 /* i */
            aload 0 /* this */
            iload 6 /* glyphCode */
            lload 7 /* glyphPtr */
            invokevirtual sun.font.FileFontStrike.setCachedGlyphPtr:(IJ)J
            lastore
        end local 7 // long glyphPtr
        end local 6 // int glyphCode
        20: .line 406
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        21: iload 5 /* i */
            iload 3 /* len */
            if_icmplt 3
        end local 5 // int i
        22: .line 430
            iload 4 /* convertedCnt */
            ireturn
        end local 4 // int convertedCnt
        end local 3 // int len
        end local 2 // long[] images
        end local 1 // int[] glyphCodes
        end local 0 // sun.font.FileFontStrike this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   23     0          this  Lsun/font/FileFontStrike;
            0   23     1    glyphCodes  [I
            0   23     2        images  [J
            0   23     3           len  I
            1   23     4  convertedCnt  I
            2   22     5             i  I
            4   20     6     glyphCode  I
           13   20     7      glyphPtr  J
    MethodParameters:
            Name  Flags
      glyphCodes  
      images      
      len         

  long getCachedGlyphPtr(int);
    descriptor: (I)J
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // sun.font.FileFontStrike this
        start local 1 // int glyphCode
         0: .line 435
            aload 0 /* this */
            getfield sun.font.FileFontStrike.glyphCacheFormat:I
            tableswitch { // 1 - 4
                    1: 1
                    2: 7
                    3: 2
                    4: 8
              default: 13
          }
         1: .line 437
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FileFontStrike.intGlyphImages:[I
            iload 1 /* glyphCode */
            iaload
            i2l
            ldc 4294967295
            land
            lreturn
         2: .line 439
      StackMap locals:
      StackMap stack:
            iload 1 /* glyphCode */
            bipush 8
            ishr
            istore 2 /* segIndex */
        start local 2 // int segIndex
         3: .line 440
            aload 0 /* this */
            getfield sun.font.FileFontStrike.segIntGlyphImages:[[I
            iload 2 /* segIndex */
            aaload
            ifnull 6
         4: .line 441
            iload 1 /* glyphCode */
            sipush 256
            irem
            istore 3 /* subIndex */
        start local 3 // int subIndex
         5: .line 442
            aload 0 /* this */
            getfield sun.font.FileFontStrike.segIntGlyphImages:[[I
            iload 2 /* segIndex */
            aaload
            iload 3 /* subIndex */
            iaload
            i2l
            ldc 4294967295
            land
            lreturn
        end local 3 // int subIndex
         6: .line 444
      StackMap locals: int
      StackMap stack:
            lconst_0
            lreturn
        end local 2 // int segIndex
         7: .line 447
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FileFontStrike.longGlyphImages:[J
            iload 1 /* glyphCode */
            laload
            lreturn
         8: .line 449
      StackMap locals:
      StackMap stack:
            iload 1 /* glyphCode */
            bipush 8
            ishr
            istore 2 /* segIndex */
        start local 2 // int segIndex
         9: .line 450
            aload 0 /* this */
            getfield sun.font.FileFontStrike.segLongGlyphImages:[[J
            iload 2 /* segIndex */
            aaload
            ifnull 12
        10: .line 451
            iload 1 /* glyphCode */
            sipush 256
            irem
            istore 3 /* subIndex */
        start local 3 // int subIndex
        11: .line 452
            aload 0 /* this */
            getfield sun.font.FileFontStrike.segLongGlyphImages:[[J
            iload 2 /* segIndex */
            aaload
            iload 3 /* subIndex */
            laload
            lreturn
        end local 3 // int subIndex
        12: .line 454
      StackMap locals: int
      StackMap stack:
            lconst_0
            lreturn
        end local 2 // int segIndex
        13: .line 458
      StackMap locals:
      StackMap stack:
            lconst_0
            lreturn
        end local 1 // int glyphCode
        end local 0 // sun.font.FileFontStrike this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   14     0       this  Lsun/font/FileFontStrike;
            0   14     1  glyphCode  I
            3    7     2   segIndex  I
            9   13     2   segIndex  I
            5    6     3   subIndex  I
           11   12     3   subIndex  I
    MethodParameters:
           Name  Flags
      glyphCode  

  private synchronized long setCachedGlyphPtr(int, long);
    descriptor: (IJ)J
    flags: (0x0022) ACC_PRIVATE, ACC_SYNCHRONIZED
    Code:
      stack=4, locals=6, args_size=3
        start local 0 // sun.font.FileFontStrike this
        start local 1 // int glyphCode
        start local 2 // long glyphPtr
         0: .line 462
            aload 0 /* this */
            getfield sun.font.FileFontStrike.glyphCacheFormat:I
            tableswitch { // 1 - 4
                    1: 1
                    2: 15
                    3: 6
                    4: 20
              default: 29
          }
         1: .line 464
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FileFontStrike.intGlyphImages:[I
            iload 1 /* glyphCode */
            iaload
            ifne 4
         2: .line 465
            aload 0 /* this */
            getfield sun.font.FileFontStrike.intGlyphImages:[I
            iload 1 /* glyphCode */
            lload 2 /* glyphPtr */
            l2i
            iastore
         3: .line 466
            lload 2 /* glyphPtr */
            lreturn
         4: .line 468
      StackMap locals:
      StackMap stack:
            lload 2 /* glyphPtr */
            l2i
            invokestatic sun.font.StrikeCache.freeIntPointer:(I)V
         5: .line 469
            aload 0 /* this */
            getfield sun.font.FileFontStrike.intGlyphImages:[I
            iload 1 /* glyphCode */
            iaload
            i2l
            ldc 4294967295
            land
            lreturn
         6: .line 473
      StackMap locals:
      StackMap stack:
            iload 1 /* glyphCode */
            bipush 8
            ishr
            istore 4 /* segIndex */
        start local 4 // int segIndex
         7: .line 474
            iload 1 /* glyphCode */
            sipush 256
            irem
            istore 5 /* subIndex */
        start local 5 // int subIndex
         8: .line 475
            aload 0 /* this */
            getfield sun.font.FileFontStrike.segIntGlyphImages:[[I
            iload 4 /* segIndex */
            aaload
            ifnonnull 10
         9: .line 476
            aload 0 /* this */
            getfield sun.font.FileFontStrike.segIntGlyphImages:[[I
            iload 4 /* segIndex */
            sipush 256
            newarray 10
            aastore
        10: .line 478
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FileFontStrike.segIntGlyphImages:[[I
            iload 4 /* segIndex */
            aaload
            iload 5 /* subIndex */
            iaload
            ifne 13
        11: .line 479
            aload 0 /* this */
            getfield sun.font.FileFontStrike.segIntGlyphImages:[[I
            iload 4 /* segIndex */
            aaload
            iload 5 /* subIndex */
            lload 2 /* glyphPtr */
            l2i
            iastore
        12: .line 480
            lload 2 /* glyphPtr */
            lreturn
        13: .line 482
      StackMap locals:
      StackMap stack:
            lload 2 /* glyphPtr */
            l2i
            invokestatic sun.font.StrikeCache.freeIntPointer:(I)V
        14: .line 483
            aload 0 /* this */
            getfield sun.font.FileFontStrike.segIntGlyphImages:[[I
            iload 4 /* segIndex */
            aaload
            iload 5 /* subIndex */
            iaload
            i2l
            ldc 4294967295
            land
            lreturn
        end local 5 // int subIndex
        end local 4 // int segIndex
        15: .line 487
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FileFontStrike.longGlyphImages:[J
            iload 1 /* glyphCode */
            laload
            lconst_0
            lcmp
            ifne 18
        16: .line 488
            aload 0 /* this */
            getfield sun.font.FileFontStrike.longGlyphImages:[J
            iload 1 /* glyphCode */
            lload 2 /* glyphPtr */
            lastore
        17: .line 489
            lload 2 /* glyphPtr */
            lreturn
        18: .line 491
      StackMap locals:
      StackMap stack:
            lload 2 /* glyphPtr */
            invokestatic sun.font.StrikeCache.freeLongPointer:(J)V
        19: .line 492
            aload 0 /* this */
            getfield sun.font.FileFontStrike.longGlyphImages:[J
            iload 1 /* glyphCode */
            laload
            lreturn
        20: .line 496
      StackMap locals:
      StackMap stack:
            iload 1 /* glyphCode */
            bipush 8
            ishr
            istore 4 /* segIndex */
        start local 4 // int segIndex
        21: .line 497
            iload 1 /* glyphCode */
            sipush 256
            irem
            istore 5 /* subIndex */
        start local 5 // int subIndex
        22: .line 498
            aload 0 /* this */
            getfield sun.font.FileFontStrike.segLongGlyphImages:[[J
            iload 4 /* segIndex */
            aaload
            ifnonnull 24
        23: .line 499
            aload 0 /* this */
            getfield sun.font.FileFontStrike.segLongGlyphImages:[[J
            iload 4 /* segIndex */
            sipush 256
            newarray 11
            aastore
        24: .line 501
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FileFontStrike.segLongGlyphImages:[[J
            iload 4 /* segIndex */
            aaload
            iload 5 /* subIndex */
            laload
            lconst_0
            lcmp
            ifne 27
        25: .line 502
            aload 0 /* this */
            getfield sun.font.FileFontStrike.segLongGlyphImages:[[J
            iload 4 /* segIndex */
            aaload
            iload 5 /* subIndex */
            lload 2 /* glyphPtr */
            lastore
        26: .line 503
            lload 2 /* glyphPtr */
            lreturn
        27: .line 505
      StackMap locals:
      StackMap stack:
            lload 2 /* glyphPtr */
            invokestatic sun.font.StrikeCache.freeLongPointer:(J)V
        28: .line 506
            aload 0 /* this */
            getfield sun.font.FileFontStrike.segLongGlyphImages:[[J
            iload 4 /* segIndex */
            aaload
            iload 5 /* subIndex */
            laload
            lreturn
        end local 5 // int subIndex
        end local 4 // int segIndex
        29: .line 514
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.font.FileFontStrike.initGlyphCache:()V
        30: .line 515
            aload 0 /* this */
            iload 1 /* glyphCode */
            lload 2 /* glyphPtr */
            invokevirtual sun.font.FileFontStrike.setCachedGlyphPtr:(IJ)J
            lreturn
        end local 2 // long glyphPtr
        end local 1 // int glyphCode
        end local 0 // sun.font.FileFontStrike this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   31     0       this  Lsun/font/FileFontStrike;
            0   31     1  glyphCode  I
            0   31     2   glyphPtr  J
            7   15     4   segIndex  I
           21   29     4   segIndex  I
            8   15     5   subIndex  I
           22   29     5   subIndex  I
    MethodParameters:
           Name  Flags
      glyphCode  
      glyphPtr   

  private synchronized void initGlyphCache();
    descriptor: ()V
    flags: (0x0022) ACC_PRIVATE, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // sun.font.FileFontStrike this
         0: .line 521
            aload 0 /* this */
            getfield sun.font.FileFontStrike.mapper:Lsun/font/CharToGlyphMapper;
            invokevirtual sun.font.CharToGlyphMapper.getNumGlyphs:()I
            istore 1 /* numGlyphs */
        start local 1 // int numGlyphs
         1: .line 522
            iconst_0
            istore 2 /* tmpFormat */
        start local 2 // int tmpFormat
         2: .line 524
            aload 0 /* this */
            getfield sun.font.FileFontStrike.segmentedCache:Z
            ifeq 13
         3: .line 525
            iload 1 /* numGlyphs */
            sipush 256
            iadd
            iconst_1
            isub
            sipush 256
            idiv
            istore 3 /* numSegments */
        start local 3 // int numSegments
         4: .line 526
            getstatic sun.font.FontManager.longAddresses:Z
            ifeq 9
         5: .line 527
            iconst_4
            istore 2 /* tmpFormat */
         6: .line 528
            aload 0 /* this */
            iload 3 /* numSegments */
            anewarray long[]
            putfield sun.font.FileFontStrike.segLongGlyphImages:[[J
         7: .line 529
            aload 0 /* this */
            getfield sun.font.FileFontStrike.disposer:Lsun/font/FontStrikeDisposer;
            aload 0 /* this */
            getfield sun.font.FileFontStrike.segLongGlyphImages:[[J
            putfield sun.font.FontStrikeDisposer.segLongGlyphImages:[[J
         8: .line 530
            goto 21
         9: .line 531
      StackMap locals: int int int
      StackMap stack:
            iconst_3
            istore 2 /* tmpFormat */
        10: .line 532
            aload 0 /* this */
            iload 3 /* numSegments */
            anewarray int[]
            putfield sun.font.FileFontStrike.segIntGlyphImages:[[I
        11: .line 533
            aload 0 /* this */
            getfield sun.font.FileFontStrike.disposer:Lsun/font/FontStrikeDisposer;
            aload 0 /* this */
            getfield sun.font.FileFontStrike.segIntGlyphImages:[[I
            putfield sun.font.FontStrikeDisposer.segIntGlyphImages:[[I
        end local 3 // int numSegments
        12: .line 535
            goto 21
        13: .line 536
      StackMap locals:
      StackMap stack:
            getstatic sun.font.FontManager.longAddresses:Z
            ifeq 18
        14: .line 537
            iconst_2
            istore 2 /* tmpFormat */
        15: .line 538
            aload 0 /* this */
            iload 1 /* numGlyphs */
            newarray 11
            putfield sun.font.FileFontStrike.longGlyphImages:[J
        16: .line 539
            aload 0 /* this */
            getfield sun.font.FileFontStrike.disposer:Lsun/font/FontStrikeDisposer;
            aload 0 /* this */
            getfield sun.font.FileFontStrike.longGlyphImages:[J
            putfield sun.font.FontStrikeDisposer.longGlyphImages:[J
        17: .line 540
            goto 21
        18: .line 541
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 2 /* tmpFormat */
        19: .line 542
            aload 0 /* this */
            iload 1 /* numGlyphs */
            newarray 10
            putfield sun.font.FileFontStrike.intGlyphImages:[I
        20: .line 543
            aload 0 /* this */
            getfield sun.font.FileFontStrike.disposer:Lsun/font/FontStrikeDisposer;
            aload 0 /* this */
            getfield sun.font.FileFontStrike.intGlyphImages:[I
            putfield sun.font.FontStrikeDisposer.intGlyphImages:[I
        21: .line 546
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* tmpFormat */
            putfield sun.font.FileFontStrike.glyphCacheFormat:I
        22: .line 547
            return
        end local 2 // int tmpFormat
        end local 1 // int numGlyphs
        end local 0 // sun.font.FileFontStrike this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   23     0         this  Lsun/font/FileFontStrike;
            1   23     1    numGlyphs  I
            2   23     2    tmpFormat  I
            4   12     3  numSegments  I

  float getGlyphAdvance(int);
    descriptor: (I)F
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.font.FileFontStrike this
        start local 1 // int glyphCode
         0: .line 550
            aload 0 /* this */
            iload 1 /* glyphCode */
            iconst_1
            invokevirtual sun.font.FileFontStrike.getGlyphAdvance:(IZ)F
            freturn
        end local 1 // int glyphCode
        end local 0 // sun.font.FileFontStrike this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lsun/font/FileFontStrike;
            0    1     1  glyphCode  I
    MethodParameters:
           Name  Flags
      glyphCode  

  private float getGlyphAdvance(int, boolean);
    descriptor: (IZ)F
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=7, args_size=3
        start local 0 // sun.font.FileFontStrike this
        start local 1 // int glyphCode
        start local 2 // boolean getUserAdv
         0: .line 561
            iload 1 /* glyphCode */
            ldc 65534
            if_icmplt 2
         1: .line 562
            fconst_0
            freturn
         2: .line 564
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FileFontStrike.horizontalAdvances:[F
            ifnull 6
         3: .line 565
            aload 0 /* this */
            getfield sun.font.FileFontStrike.horizontalAdvances:[F
            iload 1 /* glyphCode */
            faload
            fstore 3 /* advance */
        start local 3 // float advance
         4: .line 566
            fload 3 /* advance */
            ldc 3.4028235E38
            fcmpl
            ifeq 13
         5: .line 567
            fload 3 /* advance */
            freturn
        end local 3 // float advance
         6: .line 569
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FileFontStrike.segmentedCache:Z
            ifeq 13
            aload 0 /* this */
            getfield sun.font.FileFontStrike.segHorizontalAdvances:[[F
            ifnull 13
         7: .line 570
            iload 1 /* glyphCode */
            bipush 8
            ishr
            istore 4 /* segIndex */
        start local 4 // int segIndex
         8: .line 571
            aload 0 /* this */
            getfield sun.font.FileFontStrike.segHorizontalAdvances:[[F
            iload 4 /* segIndex */
            aaload
            astore 5 /* subArray */
        start local 5 // float[] subArray
         9: .line 572
            aload 5 /* subArray */
            ifnull 13
        10: .line 573
            aload 5 /* subArray */
            iload 1 /* glyphCode */
            sipush 256
            irem
            faload
            fstore 3 /* advance */
        start local 3 // float advance
        11: .line 574
            fload 3 /* advance */
            ldc 3.4028235E38
            fcmpl
            ifeq 13
        12: .line 575
            fload 3 /* advance */
            freturn
        end local 5 // float[] subArray
        end local 4 // int segIndex
        end local 3 // float advance
        13: .line 580
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FileFontStrike.invertDevTx:Ljava/awt/geom/AffineTransform;
            ifnonnull 14
            iload 2 /* getUserAdv */
            ifne 16
        14: .line 584
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* glyphCode */
            iload 2 /* getUserAdv */
            invokevirtual sun.font.FileFontStrike.getGlyphMetrics:(IZ)Ljava/awt/geom/Point2D$Float;
            getfield java.awt.geom.Point2D$Float.x:F
            fstore 3 /* advance */
        start local 3 // float advance
        15: .line 585
            goto 26
        end local 3 // float advance
        16: .line 587
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FileFontStrike.getImageWithAdvance:Z
            ifeq 19
        17: .line 593
            aload 0 /* this */
            iload 1 /* glyphCode */
            invokevirtual sun.font.FileFontStrike.getGlyphImagePtr:(I)J
            lstore 4 /* glyphPtr */
        start local 4 // long glyphPtr
        18: .line 594
            goto 20
        end local 4 // long glyphPtr
        19: .line 595
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* glyphCode */
            invokevirtual sun.font.FileFontStrike.getCachedGlyphPtr:(I)J
            lstore 4 /* glyphPtr */
        start local 4 // long glyphPtr
        20: .line 597
      StackMap locals: sun.font.FileFontStrike int int top long
      StackMap stack:
            lload 4 /* glyphPtr */
            lconst_0
            lcmp
            ifeq 25
        21: .line 598
            getstatic sun.font.StrikeCache.unsafe:Lsun/misc/Unsafe;
        22: .line 599
            lload 4 /* glyphPtr */
            getstatic sun.font.StrikeCache.xAdvanceOffset:I
            i2l
            ladd
        23: .line 598
            invokevirtual sun.misc.Unsafe.getFloat:(J)F
            fstore 3 /* advance */
        start local 3 // float advance
        24: .line 601
            goto 26
        end local 3 // float advance
        25: .line 602
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FileFontStrike.fileFont:Lsun/font/FileFont;
            aload 0 /* this */
            getfield sun.font.FileFontStrike.pScalerContext:J
            iload 1 /* glyphCode */
            invokevirtual sun.font.FileFont.getGlyphAdvance:(JI)F
            fstore 3 /* advance */
        end local 4 // long glyphPtr
        start local 3 // float advance
        26: .line 606
      StackMap locals: sun.font.FileFontStrike int int float
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FileFontStrike.horizontalAdvances:[F
            ifnull 29
        27: .line 607
            aload 0 /* this */
            getfield sun.font.FileFontStrike.horizontalAdvances:[F
            iload 1 /* glyphCode */
            fload 3 /* advance */
            fastore
        28: .line 608
            goto 40
      StackMap locals:
      StackMap stack:
        29: aload 0 /* this */
            getfield sun.font.FileFontStrike.segmentedCache:Z
            ifeq 40
            aload 0 /* this */
            getfield sun.font.FileFontStrike.segHorizontalAdvances:[[F
            ifnull 40
        30: .line 609
            iload 1 /* glyphCode */
            bipush 8
            ishr
            istore 4 /* segIndex */
        start local 4 // int segIndex
        31: .line 610
            iload 1 /* glyphCode */
            sipush 256
            irem
            istore 5 /* subIndex */
        start local 5 // int subIndex
        32: .line 611
            aload 0 /* this */
            getfield sun.font.FileFontStrike.segHorizontalAdvances:[[F
            iload 4 /* segIndex */
            aaload
            ifnonnull 39
        33: .line 612
            aload 0 /* this */
            getfield sun.font.FileFontStrike.segHorizontalAdvances:[[F
            iload 4 /* segIndex */
            sipush 256
            newarray 6
            aastore
        34: .line 613
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        35: goto 38
        36: .line 614
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FileFontStrike.segHorizontalAdvances:[[F
            iload 4 /* segIndex */
            aaload
            iload 6 /* i */
            ldc 3.4028235E38
            fastore
        37: .line 613
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        38: iload 6 /* i */
            sipush 256
            if_icmplt 36
        end local 6 // int i
        39: .line 617
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FileFontStrike.segHorizontalAdvances:[[F
            iload 4 /* segIndex */
            aaload
            iload 5 /* subIndex */
            fload 3 /* advance */
            fastore
        end local 5 // int subIndex
        end local 4 // int segIndex
        40: .line 619
      StackMap locals:
      StackMap stack:
            fload 3 /* advance */
            freturn
        end local 3 // float advance
        end local 2 // boolean getUserAdv
        end local 1 // int glyphCode
        end local 0 // sun.font.FileFontStrike this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   41     0        this  Lsun/font/FileFontStrike;
            0   41     1   glyphCode  I
            0   41     2  getUserAdv  Z
            4    6     3     advance  F
           11   13     3     advance  F
           15   16     3     advance  F
           24   25     3     advance  F
           26   41     3     advance  F
            8   13     4    segIndex  I
            9   13     5    subArray  [F
           18   19     4    glyphPtr  J
           20   26     4    glyphPtr  J
           31   40     4    segIndex  I
           32   40     5    subIndex  I
           35   39     6           i  I
    MethodParameters:
            Name  Flags
      glyphCode   
      getUserAdv  

  float getCodePointAdvance(int);
    descriptor: (I)F
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.font.FileFontStrike this
        start local 1 // int cp
         0: .line 623
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.font.FileFontStrike.mapper:Lsun/font/CharToGlyphMapper;
            iload 1 /* cp */
            invokevirtual sun.font.CharToGlyphMapper.charToGlyph:(I)I
            invokevirtual sun.font.FileFontStrike.getGlyphAdvance:(I)F
            freturn
        end local 1 // int cp
        end local 0 // sun.font.FileFontStrike this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/font/FileFontStrike;
            0    1     1    cp  I
    MethodParameters:
      Name  Flags
      cp    

  void getGlyphImageBounds(int, java.awt.geom.Point2D$Float, java.awt.Rectangle);
    descriptor: (ILjava/awt/geom/Point2D$Float;Ljava/awt/Rectangle;)V
    flags: (0x0000) 
    Code:
      stack=6, locals=9, args_size=4
        start local 0 // sun.font.FileFontStrike this
        start local 1 // int glyphCode
        start local 2 // java.awt.geom.Point2D$Float pt
        start local 3 // java.awt.Rectangle result
         0: .line 632
            aload 0 /* this */
            iload 1 /* glyphCode */
            invokevirtual sun.font.FileFontStrike.getGlyphImagePtr:(I)J
            lstore 4 /* ptr */
        start local 4 // long ptr
         1: .line 638
            lload 4 /* ptr */
            lconst_0
            lcmp
            ifne 6
         2: .line 639
            aload 3 /* result */
            aload 2 /* pt */
            getfield java.awt.geom.Point2D$Float.x:F
            f2d
            invokestatic java.lang.Math.floor:(D)D
            d2i
            putfield java.awt.Rectangle.x:I
         3: .line 640
            aload 3 /* result */
            aload 2 /* pt */
            getfield java.awt.geom.Point2D$Float.y:F
            f2d
            invokestatic java.lang.Math.floor:(D)D
            d2i
            putfield java.awt.Rectangle.y:I
         4: .line 641
            aload 3 /* result */
            aload 3 /* result */
            iconst_0
            dup_x1
            putfield java.awt.Rectangle.height:I
            putfield java.awt.Rectangle.width:I
         5: .line 642
            return
         6: .line 645
      StackMap locals: long
      StackMap stack:
            getstatic sun.font.StrikeCache.unsafe:Lsun/misc/Unsafe;
            lload 4 /* ptr */
            getstatic sun.font.StrikeCache.topLeftXOffset:I
            i2l
            ladd
            invokevirtual sun.misc.Unsafe.getFloat:(J)F
            fstore 6 /* topLeftX */
        start local 6 // float topLeftX
         7: .line 646
            getstatic sun.font.StrikeCache.unsafe:Lsun/misc/Unsafe;
            lload 4 /* ptr */
            getstatic sun.font.StrikeCache.topLeftYOffset:I
            i2l
            ladd
            invokevirtual sun.misc.Unsafe.getFloat:(J)F
            fstore 7 /* topLeftY */
        start local 7 // float topLeftY
         8: .line 648
            aload 3 /* result */
            aload 2 /* pt */
            getfield java.awt.geom.Point2D$Float.x:F
            fload 6 /* topLeftX */
            fadd
            f2d
            invokestatic java.lang.Math.floor:(D)D
            d2i
            putfield java.awt.Rectangle.x:I
         9: .line 649
            aload 3 /* result */
            aload 2 /* pt */
            getfield java.awt.geom.Point2D$Float.y:F
            fload 7 /* topLeftY */
            fadd
            f2d
            invokestatic java.lang.Math.floor:(D)D
            d2i
            putfield java.awt.Rectangle.y:I
        10: .line 650
            aload 3 /* result */
        11: .line 651
            getstatic sun.font.StrikeCache.unsafe:Lsun/misc/Unsafe;
            lload 4 /* ptr */
            getstatic sun.font.StrikeCache.widthOffset:I
            i2l
            ladd
            invokevirtual sun.misc.Unsafe.getShort:(J)S
            ldc 65535
            iand
        12: .line 650
            putfield java.awt.Rectangle.width:I
        13: .line 652
            aload 3 /* result */
        14: .line 653
            getstatic sun.font.StrikeCache.unsafe:Lsun/misc/Unsafe;
            lload 4 /* ptr */
            getstatic sun.font.StrikeCache.heightOffset:I
            i2l
            ladd
            invokevirtual sun.misc.Unsafe.getShort:(J)S
            ldc 65535
            iand
        15: .line 652
            putfield java.awt.Rectangle.height:I
        16: .line 661
            aload 0 /* this */
            getfield sun.font.FileFontStrike.desc:Lsun/font/FontStrikeDesc;
            getfield sun.font.FontStrikeDesc.aaHint:I
            iconst_4
            if_icmpeq 18
        17: .line 662
            aload 0 /* this */
            getfield sun.font.FileFontStrike.desc:Lsun/font/FontStrikeDesc;
            getfield sun.font.FontStrikeDesc.aaHint:I
            iconst_5
            if_icmpne 23
        18: .line 663
      StackMap locals: float float
      StackMap stack:
            fload 6 /* topLeftX */
            ldc -2.0
            fcmpg
            ifgt 23
        19: .line 664
            aload 0 /* this */
            lload 4 /* ptr */
            aload 3 /* result */
            getfield java.awt.Rectangle.x:I
            invokevirtual sun.font.FileFontStrike.getGlyphImageMinX:(JI)I
            istore 8 /* minx */
        start local 8 // int minx
        20: .line 665
            iload 8 /* minx */
            aload 3 /* result */
            getfield java.awt.Rectangle.x:I
            if_icmple 23
        21: .line 666
            aload 3 /* result */
            dup
            getfield java.awt.Rectangle.x:I
            iconst_1
            iadd
            putfield java.awt.Rectangle.x:I
        22: .line 667
            aload 3 /* result */
            dup
            getfield java.awt.Rectangle.width:I
            iconst_1
            isub
            putfield java.awt.Rectangle.width:I
        end local 8 // int minx
        23: .line 670
      StackMap locals:
      StackMap stack:
            return
        end local 7 // float topLeftY
        end local 6 // float topLeftX
        end local 4 // long ptr
        end local 3 // java.awt.Rectangle result
        end local 2 // java.awt.geom.Point2D$Float pt
        end local 1 // int glyphCode
        end local 0 // sun.font.FileFontStrike this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   24     0       this  Lsun/font/FileFontStrike;
            0   24     1  glyphCode  I
            0   24     2         pt  Ljava/awt/geom/Point2D$Float;
            0   24     3     result  Ljava/awt/Rectangle;
            1   24     4        ptr  J
            7   24     6   topLeftX  F
            8   24     7   topLeftY  F
           20   23     8       minx  I
    MethodParameters:
           Name  Flags
      glyphCode  
      pt         
      result     

  private int getGlyphImageMinX(long, int);
    descriptor: (JI)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=11, args_size=3
        start local 0 // sun.font.FileFontStrike this
        start local 1 // long ptr
        start local 3 // int origMinX
         0: .line 674
            getstatic sun.font.StrikeCache.unsafe:Lsun/misc/Unsafe;
            lload 1 /* ptr */
            getstatic sun.font.StrikeCache.widthOffset:I
            i2l
            ladd
            invokevirtual sun.misc.Unsafe.getChar:(J)C
            istore 4 /* width */
        start local 4 // int width
         1: .line 675
            getstatic sun.font.StrikeCache.unsafe:Lsun/misc/Unsafe;
            lload 1 /* ptr */
            getstatic sun.font.StrikeCache.heightOffset:I
            i2l
            ladd
            invokevirtual sun.misc.Unsafe.getChar:(J)C
            istore 5 /* height */
        start local 5 // int height
         2: .line 677
            getstatic sun.font.StrikeCache.unsafe:Lsun/misc/Unsafe;
            lload 1 /* ptr */
            getstatic sun.font.StrikeCache.rowBytesOffset:I
            i2l
            ladd
            invokevirtual sun.misc.Unsafe.getChar:(J)C
         3: .line 676
            istore 6 /* rowBytes */
        start local 6 // int rowBytes
         4: .line 679
            iload 6 /* rowBytes */
            iload 4 /* width */
            if_icmpne 6
         5: .line 680
            iload 3 /* origMinX */
            ireturn
         6: .line 684
      StackMap locals: int int int
      StackMap stack:
            getstatic sun.font.StrikeCache.nativeAddressSize:I
            iconst_4
            if_icmpne 11
         7: .line 685
            iconst_m1
         8: .line 686
            getstatic sun.font.StrikeCache.unsafe:Lsun/misc/Unsafe;
            lload 1 /* ptr */
            getstatic sun.font.StrikeCache.pixelDataOffset:I
            i2l
            ladd
            invokevirtual sun.misc.Unsafe.getInt:(J)I
         9: .line 685
            iand
            i2l
            lstore 7 /* pixelData */
        start local 7 // long pixelData
        10: .line 687
            goto 13
        end local 7 // long pixelData
        11: .line 689
      StackMap locals:
      StackMap stack:
            getstatic sun.font.StrikeCache.unsafe:Lsun/misc/Unsafe;
            lload 1 /* ptr */
            getstatic sun.font.StrikeCache.pixelDataOffset:I
            i2l
            ladd
            invokevirtual sun.misc.Unsafe.getLong:(J)J
        12: .line 688
            lstore 7 /* pixelData */
        start local 7 // long pixelData
        13: .line 691
      StackMap locals: long
      StackMap stack:
            lload 7 /* pixelData */
            lconst_0
            lcmp
            ifne 15
        14: .line 692
            iload 3 /* origMinX */
            ireturn
        15: .line 695
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 9 /* y */
        start local 9 // int y
        16: goto 24
        17: .line 696
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 10 /* x */
        start local 10 // int x
        18: goto 22
        19: .line 697
      StackMap locals: int
      StackMap stack:
            getstatic sun.font.StrikeCache.unsafe:Lsun/misc/Unsafe;
            lload 7 /* pixelData */
            iload 9 /* y */
            iload 6 /* rowBytes */
            imul
            i2l
            ladd
            iload 10 /* x */
            i2l
            ladd
            invokevirtual sun.misc.Unsafe.getByte:(J)B
            ifeq 21
        20: .line 698
            iload 3 /* origMinX */
            ireturn
        21: .line 696
      StackMap locals:
      StackMap stack:
            iinc 10 /* x */ 1
      StackMap locals:
      StackMap stack:
        22: iload 10 /* x */
            iconst_3
            if_icmplt 19
        end local 10 // int x
        23: .line 695
            iinc 9 /* y */ 1
      StackMap locals:
      StackMap stack:
        24: iload 9 /* y */
            iload 5 /* height */
            if_icmplt 17
        end local 9 // int y
        25: .line 702
            iload 3 /* origMinX */
            iconst_1
            iadd
            ireturn
        end local 7 // long pixelData
        end local 6 // int rowBytes
        end local 5 // int height
        end local 4 // int width
        end local 3 // int origMinX
        end local 1 // long ptr
        end local 0 // sun.font.FileFontStrike this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   26     0       this  Lsun/font/FileFontStrike;
            0   26     1        ptr  J
            0   26     3   origMinX  I
            1   26     4      width  I
            2   26     5     height  I
            4   26     6   rowBytes  I
           10   11     7  pixelData  J
           13   26     7  pixelData  J
           16   25     9          y  I
           18   23    10          x  I
    MethodParameters:
          Name  Flags
      ptr       
      origMinX  

  sun.font.StrikeMetrics getFontMetrics();
    descriptor: ()Lsun/font/StrikeMetrics;
    flags: (0x0000) 
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // sun.font.FileFontStrike this
         0: .line 709
            aload 0 /* this */
            getfield sun.font.FileFontStrike.strikeMetrics:Lsun/font/StrikeMetrics;
            ifnonnull 6
         1: .line 710
            aload 0 /* this */
         2: .line 711
            aload 0 /* this */
            getfield sun.font.FileFontStrike.fileFont:Lsun/font/FileFont;
            aload 0 /* this */
            getfield sun.font.FileFontStrike.pScalerContext:J
            invokevirtual sun.font.FileFont.getFontMetrics:(J)Lsun/font/StrikeMetrics;
         3: .line 710
            putfield sun.font.FileFontStrike.strikeMetrics:Lsun/font/StrikeMetrics;
         4: .line 712
            aload 0 /* this */
            getfield sun.font.FileFontStrike.invertDevTx:Ljava/awt/geom/AffineTransform;
            ifnull 6
         5: .line 713
            aload 0 /* this */
            getfield sun.font.FileFontStrike.strikeMetrics:Lsun/font/StrikeMetrics;
            aload 0 /* this */
            getfield sun.font.FileFontStrike.invertDevTx:Ljava/awt/geom/AffineTransform;
            invokevirtual sun.font.StrikeMetrics.convertToUserSpace:(Ljava/awt/geom/AffineTransform;)V
         6: .line 716
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FileFontStrike.strikeMetrics:Lsun/font/StrikeMetrics;
            areturn
        end local 0 // sun.font.FileFontStrike this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/font/FileFontStrike;

  java.awt.geom.Point2D$Float getGlyphMetrics(int);
    descriptor: (I)Ljava/awt/geom/Point2D$Float;
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.font.FileFontStrike this
        start local 1 // int glyphCode
         0: .line 720
            aload 0 /* this */
            iload 1 /* glyphCode */
            iconst_1
            invokevirtual sun.font.FileFontStrike.getGlyphMetrics:(IZ)Ljava/awt/geom/Point2D$Float;
            areturn
        end local 1 // int glyphCode
        end local 0 // sun.font.FileFontStrike this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lsun/font/FileFontStrike;
            0    1     1  glyphCode  I
    MethodParameters:
           Name  Flags
      glyphCode  

  private java.awt.geom.Point2D$Float getGlyphMetrics(int, boolean);
    descriptor: (IZ)Ljava/awt/geom/Point2D$Float;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=9, args_size=3
        start local 0 // sun.font.FileFontStrike this
        start local 1 // int glyphCode
        start local 2 // boolean getUserAdv
         0: .line 724
            new java.awt.geom.Point2D$Float
            dup
            invokespecial java.awt.geom.Point2D$Float.<init>:()V
            astore 3 /* metrics */
        start local 3 // java.awt.geom.Point2D$Float metrics
         1: .line 727
            iload 1 /* glyphCode */
            ldc 65534
            if_icmplt 3
         2: .line 728
            aload 3 /* metrics */
            areturn
         3: .line 731
      StackMap locals: java.awt.geom.Point2D$Float
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FileFontStrike.getImageWithAdvance:Z
            ifeq 6
            iload 2 /* getUserAdv */
            ifeq 6
         4: .line 737
            aload 0 /* this */
            iload 1 /* glyphCode */
            invokevirtual sun.font.FileFontStrike.getGlyphImagePtr:(I)J
            lstore 4 /* glyphPtr */
        start local 4 // long glyphPtr
         5: .line 738
            goto 7
        end local 4 // long glyphPtr
         6: .line 739
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* glyphCode */
            invokevirtual sun.font.FileFontStrike.getCachedGlyphPtr:(I)J
            lstore 4 /* glyphPtr */
        start local 4 // long glyphPtr
         7: .line 741
      StackMap locals: long
      StackMap stack:
            lload 4 /* glyphPtr */
            lconst_0
            lcmp
            ifeq 18
         8: .line 742
            new java.awt.geom.Point2D$Float
            dup
            invokespecial java.awt.geom.Point2D$Float.<init>:()V
            astore 3 /* metrics */
         9: .line 743
            aload 3 /* metrics */
            getstatic sun.font.StrikeCache.unsafe:Lsun/misc/Unsafe;
        10: .line 744
            lload 4 /* glyphPtr */
            getstatic sun.font.StrikeCache.xAdvanceOffset:I
            i2l
            ladd
        11: .line 743
            invokevirtual sun.misc.Unsafe.getFloat:(J)F
            putfield java.awt.geom.Point2D$Float.x:F
        12: .line 745
            aload 3 /* metrics */
            getstatic sun.font.StrikeCache.unsafe:Lsun/misc/Unsafe;
        13: .line 746
            lload 4 /* glyphPtr */
            getstatic sun.font.StrikeCache.yAdvanceOffset:I
            i2l
            ladd
        14: .line 745
            invokevirtual sun.misc.Unsafe.getFloat:(J)F
            putfield java.awt.geom.Point2D$Float.y:F
        15: .line 750
            aload 0 /* this */
            getfield sun.font.FileFontStrike.invertDevTx:Ljava/awt/geom/AffineTransform;
            ifnull 43
            iload 2 /* getUserAdv */
            ifeq 43
        16: .line 751
            aload 0 /* this */
            getfield sun.font.FileFontStrike.invertDevTx:Ljava/awt/geom/AffineTransform;
            aload 3 /* metrics */
            aload 3 /* metrics */
            invokevirtual java.awt.geom.AffineTransform.deltaTransform:(Ljava/awt/geom/Point2D;Ljava/awt/geom/Point2D;)Ljava/awt/geom/Point2D;
            pop
        17: .line 753
            goto 43
        18: .line 761
      StackMap locals:
      StackMap stack:
            new java.lang.Integer
            dup
            iload 1 /* glyphCode */
            invokespecial java.lang.Integer.<init>:(I)V
            astore 6 /* key */
        start local 6 // java.lang.Integer key
        19: .line 762
            aconst_null
            astore 7 /* value */
        start local 7 // java.awt.geom.Point2D$Float value
        20: .line 763
            aconst_null
            astore 8 /* glyphMetricsMap */
        start local 8 // java.util.concurrent.ConcurrentHashMap glyphMetricsMap
        21: .line 764
            aload 0 /* this */
            getfield sun.font.FileFontStrike.glyphMetricsMapRef:Ljava/lang/ref/SoftReference;
            ifnull 23
        22: .line 765
            aload 0 /* this */
            getfield sun.font.FileFontStrike.glyphMetricsMapRef:Ljava/lang/ref/SoftReference;
            invokevirtual java.lang.ref.SoftReference.get:()Ljava/lang/Object;
            checkcast java.util.concurrent.ConcurrentHashMap
            astore 8 /* glyphMetricsMap */
        23: .line 767
      StackMap locals: java.lang.Integer java.awt.geom.Point2D$Float java.util.concurrent.ConcurrentHashMap
      StackMap stack:
            aload 8 /* glyphMetricsMap */
            ifnull 29
        24: .line 768
            aload 8 /* glyphMetricsMap */
            aload 6 /* key */
            invokevirtual java.util.concurrent.ConcurrentHashMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.awt.geom.Point2D$Float
            astore 7 /* value */
        25: .line 769
            aload 7 /* value */
            ifnull 29
        26: .line 770
            aload 3 /* metrics */
            aload 7 /* value */
            getfield java.awt.geom.Point2D$Float.x:F
            putfield java.awt.geom.Point2D$Float.x:F
        27: .line 771
            aload 3 /* metrics */
            aload 7 /* value */
            getfield java.awt.geom.Point2D$Float.y:F
            putfield java.awt.geom.Point2D$Float.y:F
        28: .line 773
            aload 3 /* metrics */
            areturn
        29: .line 776
      StackMap locals:
      StackMap stack:
            aload 7 /* value */
            ifnonnull 43
        30: .line 777
            aload 0 /* this */
            getfield sun.font.FileFontStrike.fileFont:Lsun/font/FileFont;
            aload 0 /* this */
            getfield sun.font.FileFontStrike.pScalerContext:J
            iload 1 /* glyphCode */
            aload 3 /* metrics */
            invokevirtual sun.font.FileFont.getGlyphMetrics:(JILjava/awt/geom/Point2D$Float;)V
        31: .line 781
            aload 0 /* this */
            getfield sun.font.FileFontStrike.invertDevTx:Ljava/awt/geom/AffineTransform;
            ifnull 33
            iload 2 /* getUserAdv */
            ifeq 33
        32: .line 782
            aload 0 /* this */
            getfield sun.font.FileFontStrike.invertDevTx:Ljava/awt/geom/AffineTransform;
            aload 3 /* metrics */
            aload 3 /* metrics */
            invokevirtual java.awt.geom.AffineTransform.deltaTransform:(Ljava/awt/geom/Point2D;Ljava/awt/geom/Point2D;)Ljava/awt/geom/Point2D;
            pop
        33: .line 784
      StackMap locals:
      StackMap stack:
            new java.awt.geom.Point2D$Float
            dup
            aload 3 /* metrics */
            getfield java.awt.geom.Point2D$Float.x:F
            aload 3 /* metrics */
            getfield java.awt.geom.Point2D$Float.y:F
            invokespecial java.awt.geom.Point2D$Float.<init>:(FF)V
            astore 7 /* value */
        34: .line 788
            aload 8 /* glyphMetricsMap */
            ifnonnull 42
        35: .line 790
            new java.util.concurrent.ConcurrentHashMap
            dup
            invokespecial java.util.concurrent.ConcurrentHashMap.<init>:()V
        36: .line 789
            astore 8 /* glyphMetricsMap */
        37: .line 791
            aload 0 /* this */
        38: .line 792
            new java.lang.ref.SoftReference
            dup
        39: .line 793
            aload 8 /* glyphMetricsMap */
        40: .line 792
            invokespecial java.lang.ref.SoftReference.<init>:(Ljava/lang/Object;)V
        41: .line 791
            putfield sun.font.FileFontStrike.glyphMetricsMapRef:Ljava/lang/ref/SoftReference;
        42: .line 795
      StackMap locals:
      StackMap stack:
            aload 8 /* glyphMetricsMap */
            aload 6 /* key */
            aload 7 /* value */
            invokevirtual java.util.concurrent.ConcurrentHashMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 8 // java.util.concurrent.ConcurrentHashMap glyphMetricsMap
        end local 7 // java.awt.geom.Point2D$Float value
        end local 6 // java.lang.Integer key
        43: .line 798
      StackMap locals:
      StackMap stack:
            aload 3 /* metrics */
            areturn
        end local 4 // long glyphPtr
        end local 3 // java.awt.geom.Point2D$Float metrics
        end local 2 // boolean getUserAdv
        end local 1 // int glyphCode
        end local 0 // sun.font.FileFontStrike this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   44     0             this  Lsun/font/FileFontStrike;
            0   44     1        glyphCode  I
            0   44     2       getUserAdv  Z
            1   44     3          metrics  Ljava/awt/geom/Point2D$Float;
            5    6     4         glyphPtr  J
            7   44     4         glyphPtr  J
           19   43     6              key  Ljava/lang/Integer;
           20   43     7            value  Ljava/awt/geom/Point2D$Float;
           21   43     8  glyphMetricsMap  Ljava/util/concurrent/ConcurrentHashMap<Ljava/lang/Integer;Ljava/awt/geom/Point2D$Float;>;
    MethodParameters:
            Name  Flags
      glyphCode   
      getUserAdv  

  java.awt.geom.Point2D$Float getCharMetrics(char);
    descriptor: (C)Ljava/awt/geom/Point2D$Float;
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.font.FileFontStrike this
        start local 1 // char ch
         0: .line 802
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.font.FileFontStrike.mapper:Lsun/font/CharToGlyphMapper;
            iload 1 /* ch */
            invokevirtual sun.font.CharToGlyphMapper.charToGlyph:(C)I
            invokevirtual sun.font.FileFontStrike.getGlyphMetrics:(I)Ljava/awt/geom/Point2D$Float;
            areturn
        end local 1 // char ch
        end local 0 // sun.font.FileFontStrike this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/font/FileFontStrike;
            0    1     1    ch  C
    MethodParameters:
      Name  Flags
      ch    

  java.awt.geom.Rectangle2D$Float getGlyphOutlineBounds(int);
    descriptor: (I)Ljava/awt/geom/Rectangle2D$Float;
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // sun.font.FileFontStrike this
        start local 1 // int glyphCode
         0: .line 824
            aload 0 /* this */
            getfield sun.font.FileFontStrike.boundsMap:Ljava/util/concurrent/ConcurrentHashMap;
            ifnonnull 2
         1: .line 825
            aload 0 /* this */
            new java.util.concurrent.ConcurrentHashMap
            dup
            invokespecial java.util.concurrent.ConcurrentHashMap.<init>:()V
            putfield sun.font.FileFontStrike.boundsMap:Ljava/util/concurrent/ConcurrentHashMap;
         2: .line 828
      StackMap locals:
      StackMap stack:
            new java.lang.Integer
            dup
            iload 1 /* glyphCode */
            invokespecial java.lang.Integer.<init>:(I)V
            astore 2 /* key */
        start local 2 // java.lang.Integer key
         3: .line 829
            aload 0 /* this */
            getfield sun.font.FileFontStrike.boundsMap:Ljava/util/concurrent/ConcurrentHashMap;
            aload 2 /* key */
            invokevirtual java.util.concurrent.ConcurrentHashMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.awt.geom.Rectangle2D$Float
            astore 3 /* bounds */
        start local 3 // java.awt.geom.Rectangle2D$Float bounds
         4: .line 831
            aload 3 /* bounds */
            ifnonnull 7
         5: .line 832
            aload 0 /* this */
            getfield sun.font.FileFontStrike.fileFont:Lsun/font/FileFont;
            aload 0 /* this */
            getfield sun.font.FileFontStrike.pScalerContext:J
            iload 1 /* glyphCode */
            invokevirtual sun.font.FileFont.getGlyphOutlineBounds:(JI)Ljava/awt/geom/Rectangle2D$Float;
            astore 3 /* bounds */
         6: .line 833
            aload 0 /* this */
            getfield sun.font.FileFontStrike.boundsMap:Ljava/util/concurrent/ConcurrentHashMap;
            aload 2 /* key */
            aload 3 /* bounds */
            invokevirtual java.util.concurrent.ConcurrentHashMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         7: .line 835
      StackMap locals: java.lang.Integer java.awt.geom.Rectangle2D$Float
      StackMap stack:
            aload 3 /* bounds */
            areturn
        end local 3 // java.awt.geom.Rectangle2D$Float bounds
        end local 2 // java.lang.Integer key
        end local 1 // int glyphCode
        end local 0 // sun.font.FileFontStrike this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    8     0       this  Lsun/font/FileFontStrike;
            0    8     1  glyphCode  I
            3    8     2        key  Ljava/lang/Integer;
            4    8     3     bounds  Ljava/awt/geom/Rectangle2D$Float;
    MethodParameters:
           Name  Flags
      glyphCode  

  public java.awt.geom.Rectangle2D getOutlineBounds(int);
    descriptor: (I)Ljava/awt/geom/Rectangle2D;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.font.FileFontStrike this
        start local 1 // int glyphCode
         0: .line 839
            aload 0 /* this */
            getfield sun.font.FileFontStrike.fileFont:Lsun/font/FileFont;
            aload 0 /* this */
            getfield sun.font.FileFontStrike.pScalerContext:J
            iload 1 /* glyphCode */
            invokevirtual sun.font.FileFont.getGlyphOutlineBounds:(JI)Ljava/awt/geom/Rectangle2D$Float;
            areturn
        end local 1 // int glyphCode
        end local 0 // sun.font.FileFontStrike this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lsun/font/FileFontStrike;
            0    1     1  glyphCode  I
    MethodParameters:
           Name  Flags
      glyphCode  

  java.awt.geom.GeneralPath getGlyphOutline(int, float, float);
    descriptor: (IFF)Ljava/awt/geom/GeneralPath;
    flags: (0x0000) 
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // sun.font.FileFontStrike this
        start local 1 // int glyphCode
        start local 2 // float x
        start local 3 // float y
         0: .line 843
            aload 0 /* this */
            getfield sun.font.FileFontStrike.fileFont:Lsun/font/FileFont;
            aload 0 /* this */
            getfield sun.font.FileFontStrike.pScalerContext:J
            iload 1 /* glyphCode */
            fload 2 /* x */
            fload 3 /* y */
            invokevirtual sun.font.FileFont.getGlyphOutline:(JIFF)Ljava/awt/geom/GeneralPath;
            areturn
        end local 3 // float y
        end local 2 // float x
        end local 1 // int glyphCode
        end local 0 // sun.font.FileFontStrike this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lsun/font/FileFontStrike;
            0    1     1  glyphCode  I
            0    1     2          x  F
            0    1     3          y  F
    MethodParameters:
           Name  Flags
      glyphCode  
      x          
      y          

  java.awt.geom.GeneralPath getGlyphVectorOutline(int[], float, float);
    descriptor: ([IFF)Ljava/awt/geom/GeneralPath;
    flags: (0x0000) 
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // sun.font.FileFontStrike this
        start local 1 // int[] glyphs
        start local 2 // float x
        start local 3 // float y
         0: .line 847
            aload 0 /* this */
            getfield sun.font.FileFontStrike.fileFont:Lsun/font/FileFont;
            aload 0 /* this */
            getfield sun.font.FileFontStrike.pScalerContext:J
         1: .line 848
            aload 1 /* glyphs */
            aload 1 /* glyphs */
            arraylength
            fload 2 /* x */
            fload 3 /* y */
         2: .line 847
            invokevirtual sun.font.FileFont.getGlyphVectorOutline:(J[IIFF)Ljava/awt/geom/GeneralPath;
            areturn
        end local 3 // float y
        end local 2 // float x
        end local 1 // int[] glyphs
        end local 0 // sun.font.FileFontStrike this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lsun/font/FileFontStrike;
            0    3     1  glyphs  [I
            0    3     2       x  F
            0    3     3       y  F
    MethodParameters:
        Name  Flags
      glyphs  
      x       
      y       

  protected void adjustPoint(java.awt.geom.Point2D$Float);
    descriptor: (Ljava/awt/geom/Point2D$Float;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.font.FileFontStrike this
        start local 1 // java.awt.geom.Point2D$Float pt
         0: .line 852
            aload 0 /* this */
            getfield sun.font.FileFontStrike.invertDevTx:Ljava/awt/geom/AffineTransform;
            ifnull 2
         1: .line 853
            aload 0 /* this */
            getfield sun.font.FileFontStrike.invertDevTx:Ljava/awt/geom/AffineTransform;
            aload 1 /* pt */
            aload 1 /* pt */
            invokevirtual java.awt.geom.AffineTransform.deltaTransform:(Ljava/awt/geom/Point2D;Ljava/awt/geom/Point2D;)Ljava/awt/geom/Point2D;
            pop
         2: .line 855
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.awt.geom.Point2D$Float pt
        end local 0 // sun.font.FileFontStrike this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/font/FileFontStrike;
            0    3     1    pt  Ljava/awt/geom/Point2D$Float;
    MethodParameters:
      Name  Flags
      pt    
}
SourceFile: "FileFontStrike.java"
InnerClasses:
  public Float = java.awt.geom.Point2D$Float of java.awt.geom.Point2D
  public Float = java.awt.geom.Rectangle2D$Float of java.awt.geom.Rectangle2D