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: 5

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

  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 java.lang.ref.WeakReference<java.util.concurrent.ConcurrentHashMap<java.lang.Integer, java.awt.geom.GeneralPath>> outlineMapRef;
    descriptor: Ljava/lang/ref/WeakReference;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/lang/ref/WeakReference<Ljava/util/concurrent/ConcurrentHashMap<Ljava/lang/Integer;Ljava/awt/geom/GeneralPath;>;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 115
            iconst_0
            putstatic sun.font.FileFontStrike.isXPorLater:Z
         1: .line 117
            getstatic sun.font.FontUtilities.isWindows:Z
            ifeq 4
            getstatic sun.font.FontUtilities.useT2K:Z
            ifne 4
         2: .line 118
            invokestatic java.awt.GraphicsEnvironment.isHeadless:()Z
            ifne 4
         3: .line 119
            invokestatic sun.font.FileFontStrike.initNative:()Z
            putstatic sun.font.FileFontStrike.isXPorLater:Z
         4: .line 121
      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=13, 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 124
            aload 0 /* this */
            aload 1 /* fileFont */
            aload 2 /* desc */
            invokespecial sun.font.PhysicalStrike.<init>:(Lsun/font/PhysicalFont;Lsun/font/FontStrikeDesc;)V
         1: .line 61
            aload 0 /* this */
            iconst_0
            putfield sun.font.FileFontStrike.glyphCacheFormat:I
         2: .line 125
            aload 0 /* this */
            aload 1 /* fileFont */
            putfield sun.font.FileFontStrike.fileFont:Lsun/font/FileFont;
         3: .line 127
            aload 2 /* desc */
            getfield sun.font.FontStrikeDesc.style:I
            aload 1 /* fileFont */
            getfield sun.font.FileFont.style:I
            if_icmpeq 12
         4: .line 132
            aload 2 /* desc */
            getfield sun.font.FontStrikeDesc.style:I
            iconst_2
            iand
            iconst_2
            if_icmpne 8
         5: .line 133
            aload 1 /* fileFont */
            getfield sun.font.FileFont.style:I
            iconst_2
            iand
            ifne 8
         6: .line 134
            aload 0 /* this */
            iconst_1
            putfield sun.font.FileFontStrike.algoStyle:Z
         7: .line 135
            aload 0 /* this */
            ldc 0.7
            putfield sun.font.FileFontStrike.italic:F
         8: .line 137
      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 138
            aload 1 /* fileFont */
            getfield sun.font.FileFont.style:I
            iconst_1
            iand
            ifne 12
        10: .line 139
            aload 0 /* this */
            iconst_1
            putfield sun.font.FileFontStrike.algoStyle:Z
        11: .line 140
            aload 0 /* this */
            ldc 1.33
            putfield sun.font.FileFontStrike.boldness:F
        12: .line 143
      StackMap locals:
      StackMap stack:
            iconst_4
            newarray 7
            astore 3 /* matrix */
        start local 3 // double[] matrix
        13: .line 144
            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 145
            aload 4 /* at */
            aload 3 /* matrix */
            invokevirtual java.awt.geom.AffineTransform.getMatrix:([D)V
        15: .line 146
            aload 2 /* desc */
            getfield sun.font.FontStrikeDesc.devTx:Ljava/awt/geom/AffineTransform;
            invokevirtual java.awt.geom.AffineTransform.isIdentity:()Z
            ifne 20
        16: .line 147
            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 149
            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 150
            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 168
      StackMap locals:
      StackMap stack:
            aload 2 /* desc */
            getfield sun.font.FontStrikeDesc.aaHint:I
            iconst_1
            if_icmpeq 23
        21: .line 169
            aload 1 /* fileFont */
            getfield sun.font.FileFont.familyName:Ljava/lang/String;
            ldc "Amble"
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifeq 23
        22: .line 168
            iconst_1
            goto 24
      StackMap locals:
      StackMap stack:
        23: iconst_0
      StackMap locals:
      StackMap stack: int
        24: istore 5 /* disableHinting */
        start local 5 // boolean disableHinting
        25: .line 177
            aload 3 /* matrix */
            iconst_0
            daload
            invokestatic java.lang.Double.isNaN:(D)Z
            ifne 28
            aload 3 /* matrix */
            iconst_1
            daload
            invokestatic java.lang.Double.isNaN:(D)Z
            ifne 28
        26: .line 178
            aload 3 /* matrix */
            iconst_2
            daload
            invokestatic java.lang.Double.isNaN:(D)Z
            ifne 28
            aload 3 /* matrix */
            iconst_3
            daload
            invokestatic java.lang.Double.isNaN:(D)Z
            ifne 28
        27: .line 179
            aload 1 /* fileFont */
            invokevirtual sun.font.FileFont.getScaler:()Lsun/font/FontScaler;
            ifnonnull 30
        28: .line 180
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokestatic sun.font.NullFontScaler.getNullScalerContext:()J
            putfield sun.font.FileFontStrike.pScalerContext:J
        29: .line 181
            goto 34
        30: .line 182
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* fileFont */
            invokevirtual sun.font.FileFont.getScaler:()Lsun/font/FontScaler;
            aload 3 /* matrix */
        31: .line 183
            aload 2 /* desc */
            getfield sun.font.FontStrikeDesc.aaHint:I
            aload 2 /* desc */
            getfield sun.font.FontStrikeDesc.fmHint:I
        32: .line 184
            aload 0 /* this */
            getfield sun.font.FileFontStrike.boldness:F
            aload 0 /* this */
            getfield sun.font.FileFontStrike.italic:F
            iload 5 /* disableHinting */
        33: .line 182
            invokevirtual sun.font.FontScaler.createScalerContext:([DIIFFZ)J
            putfield sun.font.FileFontStrike.pScalerContext:J
        34: .line 187
      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;
        35: .line 188
            aload 0 /* this */
            getfield sun.font.FileFontStrike.mapper:Lsun/font/CharToGlyphMapper;
            invokevirtual sun.font.CharToGlyphMapper.getNumGlyphs:()I
            istore 6 /* numGlyphs */
        start local 6 // int numGlyphs
        36: .line 198
            aload 3 /* matrix */
            iconst_3
            daload
            d2f
            fstore 7 /* ptSize */
        start local 7 // float ptSize
        37: .line 199
            aload 0 /* this */
            fload 7 /* ptSize */
            f2i
            dup_x1
            putfield sun.font.FileFontStrike.intPtSize:I
            istore 8 /* iSize */
        start local 8 // int iSize
        38: .line 200
            aload 4 /* at */
            invokevirtual java.awt.geom.AffineTransform.getType:()I
            bipush 124
            iand
            ifne 39
            iconst_1
            goto 40
      StackMap locals: int float int
      StackMap stack:
        39: iconst_0
      StackMap locals:
      StackMap stack: int
        40: istore 9 /* isSimpleTx */
        start local 9 // boolean isSimpleTx
        41: .line 201
            aload 0 /* this */
        42: .line 202
            iload 6 /* numGlyphs */
            sipush 256
            if_icmpgt 46
        43: .line 203
            iload 6 /* numGlyphs */
            bipush 64
            if_icmple 45
        44: .line 204
            iload 9 /* isSimpleTx */
            ifeq 46
            fload 7 /* ptSize */
            iload 8 /* iSize */
            i2f
            fcmpl
            ifne 46
            iload 8 /* iSize */
            bipush 6
            if_icmplt 46
            iload 8 /* iSize */
            bipush 36
            if_icmpgt 46
      StackMap locals: sun.font.FileFontStrike sun.font.FileFont sun.font.FontStrikeDesc double[] java.awt.geom.AffineTransform int int float int int
      StackMap stack: sun.font.FileFontStrike
        45: iconst_0
            goto 47
      StackMap locals:
      StackMap stack: sun.font.FileFontStrike
        46: iconst_1
        47: .line 201
      StackMap locals: sun.font.FileFontStrike sun.font.FileFont sun.font.FontStrikeDesc double[] java.awt.geom.AffineTransform int int float int int
      StackMap stack: sun.font.FileFontStrike int
            putfield sun.font.FileFontStrike.segmentedCache:Z
        48: .line 213
            aload 0 /* this */
            getfield sun.font.FileFontStrike.pScalerContext:J
            lconst_0
            lcmp
            ifne 54
        49: .line 217
            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;
        50: .line 218
            aload 0 /* this */
            invokevirtual sun.font.FileFontStrike.initGlyphCache:()V
        51: .line 219
            aload 0 /* this */
            invokestatic sun.font.NullFontScaler.getNullScalerContext:()J
            putfield sun.font.FileFontStrike.pScalerContext:J
        52: .line 220
            invokestatic sun.font.SunFontManager.getInstance:()Lsun/font/SunFontManager;
            aload 1 /* fileFont */
            invokevirtual sun.font.SunFontManager.deRegisterBadFont:(Lsun/font/Font2D;)V
        53: .line 221
            return
        54: .line 230
      StackMap locals:
      StackMap stack:
            getstatic sun.font.FontUtilities.isWindows:Z
            ifeq 66
            getstatic sun.font.FileFontStrike.isXPorLater:Z
            ifeq 66
        55: .line 231
            getstatic sun.font.FontUtilities.useT2K:Z
            ifne 66
        56: .line 232
            invokestatic java.awt.GraphicsEnvironment.isHeadless:()Z
            ifne 66
        57: .line 233
            aload 1 /* fileFont */
            getfield sun.font.FileFont.useJavaRasterizer:Z
            ifne 66
        58: .line 234
            aload 2 /* desc */
            getfield sun.font.FontStrikeDesc.aaHint:I
            iconst_4
            if_icmpeq 60
        59: .line 235
            aload 2 /* desc */
            getfield sun.font.FontStrikeDesc.aaHint:I
            iconst_5
            if_icmpne 66
        60: .line 236
      StackMap locals:
      StackMap stack:
            aload 3 /* matrix */
            iconst_1
            daload
            dconst_0
            dcmpl
            ifne 66
            aload 3 /* matrix */
            iconst_2
            daload
            dconst_0
            dcmpl
            ifne 66
        61: .line 237
            aload 3 /* matrix */
            iconst_0
            daload
            aload 3 /* matrix */
            iconst_3
            daload
            dcmpl
            ifne 66
        62: .line 238
            aload 3 /* matrix */
            iconst_0
            daload
            ldc 3.0
            dcmpl
            iflt 66
            aload 3 /* matrix */
            iconst_0
            daload
            ldc 100.0
            dcmpg
            ifgt 66
        63: .line 239
            aload 1 /* fileFont */
            checkcast sun.font.TrueTypeFont
            aload 0 /* this */
            getfield sun.font.FileFontStrike.intPtSize:I
            invokevirtual sun.font.TrueTypeFont.useEmbeddedBitmapsForSize:(I)Z
            ifne 66
        64: .line 240
            aload 0 /* this */
            iconst_1
            putfield sun.font.FileFontStrike.useNatives:Z
        65: .line 241
            goto 80
        66: .line 242
      StackMap locals:
      StackMap stack:
            aload 1 /* fileFont */
            invokevirtual sun.font.FileFont.checkUseNatives:()Z
            ifeq 80
            aload 2 /* desc */
            getfield sun.font.FontStrikeDesc.aaHint:I
            ifne 80
            aload 0 /* this */
            getfield sun.font.FileFontStrike.algoStyle:Z
            ifne 80
        67: .line 245
            aload 3 /* matrix */
            iconst_1
            daload
            dconst_0
            dcmpl
            ifne 80
            aload 3 /* matrix */
            iconst_2
            daload
            dconst_0
            dcmpl
            ifne 80
        68: .line 246
            aload 3 /* matrix */
            iconst_0
            daload
            ldc 6.0
            dcmpl
            iflt 80
            aload 3 /* matrix */
            iconst_0
            daload
            ldc 36.0
            dcmpg
            ifgt 80
        69: .line 247
            aload 3 /* matrix */
            iconst_0
            daload
            aload 3 /* matrix */
            iconst_3
            daload
            dcmpl
            ifne 80
        70: .line 248
            aload 0 /* this */
            iconst_1
            putfield sun.font.FileFontStrike.useNatives:Z
        71: .line 249
            aload 1 /* fileFont */
            getfield sun.font.FileFont.nativeFonts:[Lsun/font/NativeFont;
            arraylength
            istore 10 /* numNatives */
        start local 10 // int numNatives
        72: .line 250
            aload 0 /* this */
            iload 10 /* numNatives */
            anewarray sun.font.NativeStrike
            putfield sun.font.FileFontStrike.nativeStrikes:[Lsun/font/NativeStrike;
        73: .line 254
            iconst_0
            istore 11 /* i */
        start local 11 // int i
        74: goto 79
        75: .line 255
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FileFontStrike.nativeStrikes:[Lsun/font/NativeStrike;
            iload 11 /* i */
        76: .line 256
            new sun.font.NativeStrike
            dup
            aload 1 /* fileFont */
            getfield sun.font.FileFont.nativeFonts:[Lsun/font/NativeFont;
            iload 11 /* i */
            aaload
            aload 2 /* desc */
            iconst_0
            invokespecial sun.font.NativeStrike.<init>:(Lsun/font/NativeFont;Lsun/font/FontStrikeDesc;Z)V
        77: .line 255
            aastore
        78: .line 254
            iinc 11 /* i */ 1
      StackMap locals:
      StackMap stack:
        79: iload 11 /* i */
            iload 10 /* numNatives */
            if_icmplt 75
        end local 11 // int i
        end local 10 // int numNatives
        80: .line 260
      StackMap locals:
      StackMap stack:
            invokestatic sun.font.FontUtilities.isLogging:()Z
            ifeq 92
            getstatic sun.font.FontUtilities.isWindows:Z
            ifeq 92
        81: .line 261
            invokestatic sun.font.FontUtilities.getLogger:()Lsun/util/logging/PlatformLogger;
        82: .line 262
            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;
        83: .line 263
            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;
        84: .line 264
            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;
        85: .line 265
            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;
        86: .line 266
            ldc " Has Embedded bitmaps = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        87: .line 267
            aload 1 /* fileFont */
            checkcast sun.font.TrueTypeFont
        88: .line 268
            aload 0 /* this */
            getfield sun.font.FileFontStrike.intPtSize:I
            invokevirtual sun.font.TrueTypeFont.useEmbeddedBitmapsForSize:(I)Z
        89: .line 267
            invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
        90: .line 262
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        91: .line 261
            invokevirtual sun.util.logging.PlatformLogger.info:(Ljava/lang/String;)V
        92: .line 270
      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;
        93: .line 278
            ldc 48.0
            dstore 10 /* maxSz */
        start local 10 // double maxSz
        94: .line 279
            aload 0 /* this */
        95: .line 280
            aload 4 /* at */
            invokevirtual java.awt.geom.AffineTransform.getScaleX:()D
            invokestatic java.lang.Math.abs:(D)D
            dload 10 /* maxSz */
            dcmpg
            ifgt 99
        96: .line 281
            aload 4 /* at */
            invokevirtual java.awt.geom.AffineTransform.getScaleY:()D
            invokestatic java.lang.Math.abs:(D)D
            dload 10 /* maxSz */
            dcmpg
            ifgt 99
        97: .line 282
            aload 4 /* at */
            invokevirtual java.awt.geom.AffineTransform.getShearX:()D
            invokestatic java.lang.Math.abs:(D)D
            dload 10 /* maxSz */
            dcmpg
            ifgt 99
        98: .line 283
            aload 4 /* at */
            invokevirtual java.awt.geom.AffineTransform.getShearY:()D
            invokestatic java.lang.Math.abs:(D)D
            dload 10 /* maxSz */
            dcmpg
            ifgt 99
            iconst_1
            goto 100
      StackMap locals: sun.font.FileFontStrike sun.font.FileFont sun.font.FontStrikeDesc double[] java.awt.geom.AffineTransform int int float int int double
      StackMap stack: sun.font.FileFontStrike
        99: iconst_0
       100: .line 279
      StackMap locals: sun.font.FileFontStrike sun.font.FileFont sun.font.FontStrikeDesc double[] java.awt.geom.AffineTransform int int float int int double
      StackMap stack: sun.font.FileFontStrike int
            putfield sun.font.FileFontStrike.getImageWithAdvance:Z
       101: .line 294
            aload 0 /* this */
            getfield sun.font.FileFontStrike.getImageWithAdvance:Z
            ifne 112
       102: .line 295
            aload 0 /* this */
            getfield sun.font.FileFontStrike.segmentedCache:Z
            ifne 110
       103: .line 296
            aload 0 /* this */
            iload 6 /* numGlyphs */
            newarray 6
            putfield sun.font.FileFontStrike.horizontalAdvances:[F
       104: .line 298
            iconst_0
            istore 12 /* i */
        start local 12 // int i
       105: goto 108
       106: .line 299
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FileFontStrike.horizontalAdvances:[F
            iload 12 /* i */
            ldc 3.4028235E38
            fastore
       107: .line 298
            iinc 12 /* i */ 1
      StackMap locals:
      StackMap stack:
       108: iload 12 /* i */
            iload 6 /* numGlyphs */
            if_icmplt 106
        end local 12 // int i
       109: .line 301
            goto 112
       110: .line 302
      StackMap locals:
      StackMap stack:
            iload 6 /* numGlyphs */
            bipush 32
            iadd
            iconst_1
            isub
            bipush 32
            idiv
            istore 12 /* numSegments */
        start local 12 // int numSegments
       111: .line 303
            aload 0 /* this */
            iload 12 /* numSegments */
            anewarray float[]
            putfield sun.font.FileFontStrike.segHorizontalAdvances:[[F
        end local 12 // int numSegments
       112: .line 306
      StackMap locals:
      StackMap stack:
            return
        end local 10 // double maxSz
        end local 9 // boolean isSimpleTx
        end local 8 // int iSize
        end local 7 // float ptSize
        end local 6 // int numGlyphs
        end local 5 // boolean disableHinting
        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  113     0            this  Lsun/font/FileFontStrike;
            0  113     1        fileFont  Lsun/font/FileFont;
            0  113     2            desc  Lsun/font/FontStrikeDesc;
           13  113     3          matrix  [D
           14  113     4              at  Ljava/awt/geom/AffineTransform;
           25  113     5  disableHinting  Z
           36  113     6       numGlyphs  I
           37  113     7          ptSize  F
           38  113     8           iSize  I
           41  113     9      isSimpleTx  Z
           72   80    10      numNatives  I
           74   80    11               i  I
           94  113    10           maxSz  D
          105  109    12               i  I
          111  112    12     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 313
            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 317
            getstatic sun.font.FontUtilities.isWindows:Z
            ifeq 2
         1: .line 318
            aload 0 /* this */
            iload 1 /* glyphCode */
            invokevirtual sun.font.FileFontStrike.getGlyphImageFromWindows:(I)J
            lreturn
         2: .line 320
      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, int);
    descriptor: (Ljava/lang/String;IIIZI)J
    flags: (0x0102) ACC_PRIVATE, ACC_NATIVE
    MethodParameters:
              Name  Flags
      family        
      style         
      size          
      glyphCode     
      fracMetrics   
      fontDataSize  

  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 335
            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 336
            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 337
            aload 0 /* this */
            getfield sun.font.FileFontStrike.fileFont:Lsun/font/FileFont;
            invokevirtual sun.font.FileFont.getStyle:()I
         3: .line 336
            ior
            istore 3 /* style */
        start local 3 // int style
         4: .line 338
            aload 0 /* this */
            getfield sun.font.FileFontStrike.intPtSize:I
            istore 4 /* size */
        start local 4 // int size
         5: .line 339
            aload 0 /* this */
         6: .line 340
            aload 2 /* family */
            iload 3 /* style */
            iload 4 /* size */
            iload 1 /* glyphCode */
         7: .line 341
            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 342
      StackMap locals: sun.font.FileFontStrike int java.lang.String int int
      StackMap stack: sun.font.FileFontStrike java.lang.String int int int int
            aload 0 /* this */
            getfield sun.font.FileFontStrike.fileFont:Lsun/font/FileFont;
            checkcast sun.font.TrueTypeFont
            getfield sun.font.TrueTypeFont.fontDataSize:I
        10: .line 339
            invokevirtual sun.font.FileFontStrike._getGlyphImageFromWindows:(Ljava/lang/String;IIIZI)J
            lstore 5 /* ptr */
        start local 5 // long ptr
        11: .line 343
            lload 5 /* ptr */
            lconst_0
            lcmp
            ifeq 17
        12: .line 351
            aload 0 /* this */
            iload 1 /* glyphCode */
            iconst_0
            invokevirtual sun.font.FileFontStrike.getGlyphAdvance:(IZ)F
            fstore 7 /* advance */
        start local 7 // float advance
        13: .line 352
            getstatic sun.font.StrikeCache.unsafe:Lsun/misc/Unsafe;
            lload 5 /* ptr */
            getstatic sun.font.StrikeCache.xAdvanceOffset:I
            i2l
            ladd
        14: .line 353
            fload 7 /* advance */
        15: .line 352
            invokevirtual sun.misc.Unsafe.putFloat:(JF)V
        16: .line 354
            lload 5 /* ptr */
            lreturn
        end local 7 // float advance
        17: .line 356
      StackMap locals: long
      StackMap stack:
            invokestatic sun.font.FontUtilities.isLogging:()Z
            ifeq 24
        18: .line 357
            invokestatic sun.font.FontUtilities.getLogger:()Lsun/util/logging/PlatformLogger;
        19: .line 358
            new java.lang.StringBuilder
            dup
            ldc "Failed to render glyph using GDI: code="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* glyphCode */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
        20: .line 359
            ldc ", fontFamily="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 2 /* family */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc ", style="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 3 /* style */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
        21: .line 360
            ldc ", size="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 4 /* size */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
        22: .line 358
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        23: .line 357
            invokevirtual sun.util.logging.PlatformLogger.warning:(Ljava/lang/String;)V
        24: .line 362
      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.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   25     0       this  Lsun/font/FileFontStrike;
            0   25     1  glyphCode  I
            1   25     2     family  Ljava/lang/String;
            4   25     3      style  I
            5   25     4       size  I
           11   25     5        ptr  J
           13   17     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 369
            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 370
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         2: goto 10
         3: .line 371
      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 372
            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 373
            iload 7 /* gc */
            aload 6 /* mapper */
            invokevirtual sun.font.CharToGlyphMapper.getMissingGlyphCode:()I
            if_icmpeq 9
         6: .line 374
            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 375
            lload 2 /* glyphPtr */
            lconst_0
            lcmp
            ifeq 9
         8: .line 376
            lload 2 /* glyphPtr */
            lreturn
        end local 7 // int gc
        end local 6 // sun.font.CharToGlyphMapper mapper
        end local 2 // long glyphPtr
         9: .line 370
      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 380
            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 384
            iload 1 /* glyphCode */
            ldc 65534
            if_icmplt 2
         1: .line 385
            getstatic sun.font.StrikeCache.invisibleGlyphPtr:J
            lreturn
         2: .line 387
      StackMap locals:
      StackMap stack:
            lconst_0
            lstore 2 /* glyphPtr */
        start local 2 // long glyphPtr
         3: .line 388
            aload 0 /* this */
            iload 1 /* glyphCode */
            invokevirtual sun.font.FileFontStrike.getCachedGlyphPtr:(I)J
            dup2
            lstore 2 /* glyphPtr */
            lconst_0
            lcmp
            ifeq 5
         4: .line 389
            lload 2 /* glyphPtr */
            lreturn
         5: .line 391
      StackMap locals: long
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FileFontStrike.useNatives:Z
            ifeq 14
         6: .line 392
            aload 0 /* this */
            iload 1 /* glyphCode */
            invokevirtual sun.font.FileFontStrike.getGlyphImageFromNative:(I)J
            lstore 2 /* glyphPtr */
         7: .line 393
            lload 2 /* glyphPtr */
            lconst_0
            lcmp
            ifne 14
            invokestatic sun.font.FontUtilities.isLogging:()Z
            ifeq 14
         8: .line 394
            invokestatic sun.font.FontUtilities.getLogger:()Lsun/util/logging/PlatformLogger;
         9: .line 395
            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 396
            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 397
            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 395
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        13: .line 394
            invokevirtual sun.util.logging.PlatformLogger.info:(Ljava/lang/String;)V
        14: .line 399
      StackMap locals:
      StackMap stack:
            lload 2 /* glyphPtr */
            lconst_0
            lcmp
            ifne 18
        15: .line 400
            aload 0 /* this */
            getfield sun.font.FileFontStrike.fileFont:Lsun/font/FileFont;
            aload 0 /* this */
            getfield sun.font.FileFontStrike.pScalerContext:J
        16: .line 401
            iload 1 /* glyphCode */
        17: .line 400
            invokevirtual sun.font.FileFont.getGlyphImage:(JI)J
            lstore 2 /* glyphPtr */
        18: .line 403
      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 409
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         1: goto 17
         2: .line 410
      StackMap locals: int
      StackMap stack:
            aload 1 /* glyphCodes */
            iload 4 /* i */
            iaload
            istore 5 /* glyphCode */
        start local 5 // int glyphCode
         3: .line 411
            iload 5 /* glyphCode */
            ldc 65534
            if_icmplt 6
         4: .line 412
            aload 2 /* images */
            iload 4 /* i */
            getstatic sun.font.StrikeCache.invisibleGlyphPtr:J
            lastore
         5: .line 413
            goto 16
         6: .line 414
      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 415
            goto 16
         8: .line 417
      StackMap locals:
      StackMap stack:
            lconst_0
            lstore 6 /* glyphPtr */
        start local 6 // long glyphPtr
         9: .line 418
            aload 0 /* this */
            getfield sun.font.FileFontStrike.useNatives:Z
            ifeq 11
        10: .line 419
            aload 0 /* this */
            iload 5 /* glyphCode */
            invokevirtual sun.font.FileFontStrike.getGlyphImageFromNative:(I)J
            lstore 6 /* glyphPtr */
        11: .line 420
      StackMap locals: long
      StackMap stack:
            lload 6 /* glyphPtr */
            lconst_0
            lcmp
            ifne 15
        12: .line 421
            aload 0 /* this */
            getfield sun.font.FileFontStrike.fileFont:Lsun/font/FileFont;
            aload 0 /* this */
            getfield sun.font.FileFontStrike.pScalerContext:J
        13: .line 422
            iload 5 /* glyphCode */
        14: .line 421
            invokevirtual sun.font.FileFont.getGlyphImage:(JI)J
            lstore 6 /* glyphPtr */
        15: .line 424
      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 409
      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 427
            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 433
            iconst_0
            istore 4 /* convertedCnt */
        start local 4 // int convertedCnt
         1: .line 435
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         2: goto 21
         3: .line 436
      StackMap locals: int int
      StackMap stack:
            aload 1 /* glyphCodes */
            iload 5 /* i */
            iaload
            istore 6 /* glyphCode */
        start local 6 // int glyphCode
         4: .line 437
            iload 6 /* glyphCode */
            bipush 24
            iushr
            ifeq 6
         5: .line 438
            iload 4 /* convertedCnt */
            ireturn
         6: .line 440
      StackMap locals: int
      StackMap stack:
            iinc 4 /* convertedCnt */ 1
         7: .line 442
            iload 6 /* glyphCode */
            ldc 65534
            if_icmplt 10
         8: .line 443
            aload 2 /* images */
            iload 5 /* i */
            getstatic sun.font.StrikeCache.invisibleGlyphPtr:J
            lastore
         9: .line 444
            goto 20
        10: .line 445
      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 446
            goto 20
        12: .line 448
      StackMap locals:
      StackMap stack:
            lconst_0
            lstore 7 /* glyphPtr */
        start local 7 // long glyphPtr
        13: .line 449
            aload 0 /* this */
            getfield sun.font.FileFontStrike.useNatives:Z
            ifeq 15
        14: .line 450
            aload 0 /* this */
            iload 6 /* glyphCode */
            invokevirtual sun.font.FileFontStrike.getGlyphImageFromNative:(I)J
            lstore 7 /* glyphPtr */
        15: .line 452
      StackMap locals: long
      StackMap stack:
            lload 7 /* glyphPtr */
            lconst_0
            lcmp
            ifne 19
        16: .line 453
            aload 0 /* this */
            getfield sun.font.FileFontStrike.fileFont:Lsun/font/FileFont;
            aload 0 /* this */
            getfield sun.font.FileFontStrike.pScalerContext:J
        17: .line 454
            iload 6 /* glyphCode */
        18: .line 453
            invokevirtual sun.font.FileFont.getGlyphImage:(JI)J
            lstore 7 /* glyphPtr */
        19: .line 456
      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 435
      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 459
            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=5, args_size=2
        start local 0 // sun.font.FileFontStrike this
        start local 1 // int glyphCode
         0: .line 465
            aload 0 /* this */
            iload 1 /* glyphCode */
            invokevirtual sun.font.FileFontStrike.getCachedGlyphPtrInternal:(I)J
         1: lreturn
         2: .line 466
      StackMap locals:
      StackMap stack: java.lang.Exception
            pop
         3: .line 468
            invokestatic sun.font.FontScaler.getNullScaler:()Lsun/font/FontScaler;
            checkcast sun.font.NullFontScaler
         4: .line 467
            astore 2 /* nullScaler */
        start local 2 // sun.font.NullFontScaler nullScaler
         5: .line 469
            invokestatic sun.font.NullFontScaler.getNullScalerContext:()J
            lstore 3 /* nullSC */
        start local 3 // long nullSC
         6: .line 470
            aload 2 /* nullScaler */
            lload 3 /* nullSC */
            iload 1 /* glyphCode */
            invokevirtual sun.font.NullFontScaler.getGlyphImage:(JI)J
            lreturn
        end local 3 // long nullSC
        end local 2 // sun.font.NullFontScaler nullScaler
        end local 1 // int glyphCode
        end local 0 // sun.font.FileFontStrike this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lsun/font/FileFontStrike;
            0    7     1   glyphCode  I
            5    7     2  nullScaler  Lsun/font/NullFontScaler;
            6    7     3      nullSC  J
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.Exception
    MethodParameters:
           Name  Flags
      glyphCode  

  private long getCachedGlyphPtrInternal(int);
    descriptor: (I)J
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // sun.font.FileFontStrike this
        start local 1 // int glyphCode
         0: .line 475
            aload 0 /* this */
            getfield sun.font.FileFontStrike.glyphCacheFormat:I
            tableswitch { // 1 - 4
                    1: 1
                    2: 7
                    3: 2
                    4: 8
              default: 13
          }
         1: .line 477
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FileFontStrike.intGlyphImages:[I
            iload 1 /* glyphCode */
            iaload
            i2l
            ldc 4294967295
            land
            lreturn
         2: .line 479
      StackMap locals:
      StackMap stack:
            iload 1 /* glyphCode */
            iconst_5
            ishr
            istore 2 /* segIndex */
        start local 2 // int segIndex
         3: .line 480
            aload 0 /* this */
            getfield sun.font.FileFontStrike.segIntGlyphImages:[[I
            iload 2 /* segIndex */
            aaload
            ifnull 6
         4: .line 481
            iload 1 /* glyphCode */
            bipush 32
            irem
            istore 3 /* subIndex */
        start local 3 // int subIndex
         5: .line 482
            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 484
      StackMap locals: int
      StackMap stack:
            lconst_0
            lreturn
        end local 2 // int segIndex
         7: .line 487
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FileFontStrike.longGlyphImages:[J
            iload 1 /* glyphCode */
            laload
            lreturn
         8: .line 489
      StackMap locals:
      StackMap stack:
            iload 1 /* glyphCode */
            iconst_5
            ishr
            istore 2 /* segIndex */
        start local 2 // int segIndex
         9: .line 490
            aload 0 /* this */
            getfield sun.font.FileFontStrike.segLongGlyphImages:[[J
            iload 2 /* segIndex */
            aaload
            ifnull 12
        10: .line 491
            iload 1 /* glyphCode */
            bipush 32
            irem
            istore 3 /* subIndex */
        start local 3 // int subIndex
        11: .line 492
            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 494
      StackMap locals: int
      StackMap stack:
            lconst_0
            lreturn
        end local 2 // int segIndex
        13: .line 498
      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=7, args_size=3
        start local 0 // sun.font.FileFontStrike this
        start local 1 // int glyphCode
        start local 2 // long glyphPtr
         0: .line 503
            aload 0 /* this */
            iload 1 /* glyphCode */
            lload 2 /* glyphPtr */
            invokevirtual sun.font.FileFontStrike.setCachedGlyphPtrInternal:(IJ)J
         1: lreturn
         2: .line 504
      StackMap locals:
      StackMap stack: java.lang.Exception
            pop
         3: .line 505
            aload 0 /* this */
            getfield sun.font.FileFontStrike.glyphCacheFormat:I
            tableswitch { // 1 - 4
                    1: 4
                    2: 6
                    3: 4
                    4: 6
              default: 7
          }
         4: .line 508
      StackMap locals:
      StackMap stack:
            lload 2 /* glyphPtr */
            l2i
            invokestatic sun.font.StrikeCache.freeIntPointer:(I)V
         5: .line 509
            goto 7
         6: .line 512
      StackMap locals:
      StackMap stack:
            lload 2 /* glyphPtr */
            invokestatic sun.font.StrikeCache.freeLongPointer:(J)V
         7: .line 516
      StackMap locals:
      StackMap stack:
            invokestatic sun.font.FontScaler.getNullScaler:()Lsun/font/FontScaler;
            checkcast sun.font.NullFontScaler
         8: .line 515
            astore 4 /* nullScaler */
        start local 4 // sun.font.NullFontScaler nullScaler
         9: .line 517
            invokestatic sun.font.NullFontScaler.getNullScalerContext:()J
            lstore 5 /* nullSC */
        start local 5 // long nullSC
        10: .line 518
            aload 4 /* nullScaler */
            lload 5 /* nullSC */
            iload 1 /* glyphCode */
            invokevirtual sun.font.NullFontScaler.getGlyphImage:(JI)J
            lreturn
        end local 5 // long nullSC
        end local 4 // sun.font.NullFontScaler nullScaler
        end local 2 // long glyphPtr
        end local 1 // int glyphCode
        end local 0 // sun.font.FileFontStrike this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   11     0        this  Lsun/font/FileFontStrike;
            0   11     1   glyphCode  I
            0   11     2    glyphPtr  J
            9   11     4  nullScaler  Lsun/font/NullFontScaler;
           10   11     5      nullSC  J
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.Exception
    MethodParameters:
           Name  Flags
      glyphCode  
      glyphPtr   

  private long setCachedGlyphPtrInternal(int, long);
    descriptor: (IJ)J
    flags: (0x0002) ACC_PRIVATE
    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 523
            aload 0 /* this */
            getfield sun.font.FileFontStrike.glyphCacheFormat:I
            tableswitch { // 1 - 4
                    1: 1
                    2: 15
                    3: 6
                    4: 20
              default: 29
          }
         1: .line 525
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FileFontStrike.intGlyphImages:[I
            iload 1 /* glyphCode */
            iaload
            ifne 4
         2: .line 526
            aload 0 /* this */
            getfield sun.font.FileFontStrike.intGlyphImages:[I
            iload 1 /* glyphCode */
            lload 2 /* glyphPtr */
            l2i
            iastore
         3: .line 527
            lload 2 /* glyphPtr */
            lreturn
         4: .line 529
      StackMap locals:
      StackMap stack:
            lload 2 /* glyphPtr */
            l2i
            invokestatic sun.font.StrikeCache.freeIntPointer:(I)V
         5: .line 530
            aload 0 /* this */
            getfield sun.font.FileFontStrike.intGlyphImages:[I
            iload 1 /* glyphCode */
            iaload
            i2l
            ldc 4294967295
            land
            lreturn
         6: .line 534
      StackMap locals:
      StackMap stack:
            iload 1 /* glyphCode */
            iconst_5
            ishr
            istore 4 /* segIndex */
        start local 4 // int segIndex
         7: .line 535
            iload 1 /* glyphCode */
            bipush 32
            irem
            istore 5 /* subIndex */
        start local 5 // int subIndex
         8: .line 536
            aload 0 /* this */
            getfield sun.font.FileFontStrike.segIntGlyphImages:[[I
            iload 4 /* segIndex */
            aaload
            ifnonnull 10
         9: .line 537
            aload 0 /* this */
            getfield sun.font.FileFontStrike.segIntGlyphImages:[[I
            iload 4 /* segIndex */
            bipush 32
            newarray 10
            aastore
        10: .line 539
      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 540
            aload 0 /* this */
            getfield sun.font.FileFontStrike.segIntGlyphImages:[[I
            iload 4 /* segIndex */
            aaload
            iload 5 /* subIndex */
            lload 2 /* glyphPtr */
            l2i
            iastore
        12: .line 541
            lload 2 /* glyphPtr */
            lreturn
        13: .line 543
      StackMap locals:
      StackMap stack:
            lload 2 /* glyphPtr */
            l2i
            invokestatic sun.font.StrikeCache.freeIntPointer:(I)V
        14: .line 544
            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 548
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FileFontStrike.longGlyphImages:[J
            iload 1 /* glyphCode */
            laload
            lconst_0
            lcmp
            ifne 18
        16: .line 549
            aload 0 /* this */
            getfield sun.font.FileFontStrike.longGlyphImages:[J
            iload 1 /* glyphCode */
            lload 2 /* glyphPtr */
            lastore
        17: .line 550
            lload 2 /* glyphPtr */
            lreturn
        18: .line 552
      StackMap locals:
      StackMap stack:
            lload 2 /* glyphPtr */
            invokestatic sun.font.StrikeCache.freeLongPointer:(J)V
        19: .line 553
            aload 0 /* this */
            getfield sun.font.FileFontStrike.longGlyphImages:[J
            iload 1 /* glyphCode */
            laload
            lreturn
        20: .line 557
      StackMap locals:
      StackMap stack:
            iload 1 /* glyphCode */
            iconst_5
            ishr
            istore 4 /* segIndex */
        start local 4 // int segIndex
        21: .line 558
            iload 1 /* glyphCode */
            bipush 32
            irem
            istore 5 /* subIndex */
        start local 5 // int subIndex
        22: .line 559
            aload 0 /* this */
            getfield sun.font.FileFontStrike.segLongGlyphImages:[[J
            iload 4 /* segIndex */
            aaload
            ifnonnull 24
        23: .line 560
            aload 0 /* this */
            getfield sun.font.FileFontStrike.segLongGlyphImages:[[J
            iload 4 /* segIndex */
            bipush 32
            newarray 11
            aastore
        24: .line 562
      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 563
            aload 0 /* this */
            getfield sun.font.FileFontStrike.segLongGlyphImages:[[J
            iload 4 /* segIndex */
            aaload
            iload 5 /* subIndex */
            lload 2 /* glyphPtr */
            lastore
        26: .line 564
            lload 2 /* glyphPtr */
            lreturn
        27: .line 566
      StackMap locals:
      StackMap stack:
            lload 2 /* glyphPtr */
            invokestatic sun.font.StrikeCache.freeLongPointer:(J)V
        28: .line 567
            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 575
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.font.FileFontStrike.initGlyphCache:()V
        30: .line 576
            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 582
            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 583
            iconst_0
            istore 2 /* tmpFormat */
        start local 2 // int tmpFormat
         2: .line 584
            aload 0 /* this */
            getfield sun.font.FileFontStrike.segmentedCache:Z
            ifeq 13
         3: .line 585
            iload 1 /* numGlyphs */
            bipush 32
            iadd
            iconst_1
            isub
            bipush 32
            idiv
            istore 3 /* numSegments */
        start local 3 // int numSegments
         4: .line 586
            getstatic sun.font.FileFontStrike.longAddresses:Z
            ifeq 9
         5: .line 587
            iconst_4
            istore 2 /* tmpFormat */
         6: .line 588
            aload 0 /* this */
            iload 3 /* numSegments */
            anewarray long[]
            putfield sun.font.FileFontStrike.segLongGlyphImages:[[J
         7: .line 589
            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 590
            goto 21
         9: .line 591
      StackMap locals: int int int
      StackMap stack:
            iconst_3
            istore 2 /* tmpFormat */
        10: .line 592
            aload 0 /* this */
            iload 3 /* numSegments */
            anewarray int[]
            putfield sun.font.FileFontStrike.segIntGlyphImages:[[I
        11: .line 593
            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 595
            goto 21
        13: .line 596
      StackMap locals:
      StackMap stack:
            getstatic sun.font.FileFontStrike.longAddresses:Z
            ifeq 18
        14: .line 597
            iconst_2
            istore 2 /* tmpFormat */
        15: .line 598
            aload 0 /* this */
            iload 1 /* numGlyphs */
            newarray 11
            putfield sun.font.FileFontStrike.longGlyphImages:[J
        16: .line 599
            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 600
            goto 21
        18: .line 601
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 2 /* tmpFormat */
        19: .line 602
            aload 0 /* this */
            iload 1 /* numGlyphs */
            newarray 10
            putfield sun.font.FileFontStrike.intGlyphImages:[I
        20: .line 603
            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 606
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* tmpFormat */
            putfield sun.font.FileFontStrike.glyphCacheFormat:I
        22: .line 607
            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 610
            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 621
            iload 1 /* glyphCode */
            ldc 65534
            if_icmplt 2
         1: .line 622
            fconst_0
            freturn
         2: .line 652
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FileFontStrike.horizontalAdvances:[F
            ifnull 10
         3: .line 653
            aload 0 /* this */
            getfield sun.font.FileFontStrike.horizontalAdvances:[F
            iload 1 /* glyphCode */
            faload
            fstore 3 /* advance */
        start local 3 // float advance
         4: .line 654
            fload 3 /* advance */
            ldc 3.4028235E38
            fcmpl
            ifeq 21
         5: .line 655
            iload 2 /* getUserAdv */
            ifne 9
            aload 0 /* this */
            getfield sun.font.FileFontStrike.invertDevTx:Ljava/awt/geom/AffineTransform;
            ifnull 9
         6: .line 656
            new java.awt.geom.Point2D$Float
            dup
            fload 3 /* advance */
            fconst_0
            invokespecial java.awt.geom.Point2D$Float.<init>:(FF)V
            astore 4 /* metrics */
        start local 4 // java.awt.geom.Point2D$Float metrics
         7: .line 657
            aload 0 /* this */
            getfield sun.font.FileFontStrike.desc:Lsun/font/FontStrikeDesc;
            getfield sun.font.FontStrikeDesc.devTx:Ljava/awt/geom/AffineTransform;
            aload 4 /* metrics */
            aload 4 /* metrics */
            invokevirtual java.awt.geom.AffineTransform.deltaTransform:(Ljava/awt/geom/Point2D;Ljava/awt/geom/Point2D;)Ljava/awt/geom/Point2D;
            pop
         8: .line 658
            aload 4 /* metrics */
            getfield java.awt.geom.Point2D$Float.x:F
            freturn
        end local 4 // java.awt.geom.Point2D$Float metrics
         9: .line 660
      StackMap locals: float
      StackMap stack:
            fload 3 /* advance */
            freturn
        end local 3 // float advance
        10: .line 663
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FileFontStrike.segmentedCache:Z
            ifeq 21
            aload 0 /* this */
            getfield sun.font.FileFontStrike.segHorizontalAdvances:[[F
            ifnull 21
        11: .line 664
            iload 1 /* glyphCode */
            iconst_5
            ishr
            istore 4 /* segIndex */
        start local 4 // int segIndex
        12: .line 665
            aload 0 /* this */
            getfield sun.font.FileFontStrike.segHorizontalAdvances:[[F
            iload 4 /* segIndex */
            aaload
            astore 5 /* subArray */
        start local 5 // float[] subArray
        13: .line 666
            aload 5 /* subArray */
            ifnull 21
        14: .line 667
            aload 5 /* subArray */
            iload 1 /* glyphCode */
            bipush 32
            irem
            faload
            fstore 3 /* advance */
        start local 3 // float advance
        15: .line 668
            fload 3 /* advance */
            ldc 3.4028235E38
            fcmpl
            ifeq 21
        16: .line 669
            iload 2 /* getUserAdv */
            ifne 20
            aload 0 /* this */
            getfield sun.font.FileFontStrike.invertDevTx:Ljava/awt/geom/AffineTransform;
            ifnull 20
        17: .line 670
            new java.awt.geom.Point2D$Float
            dup
            fload 3 /* advance */
            fconst_0
            invokespecial java.awt.geom.Point2D$Float.<init>:(FF)V
            astore 6 /* metrics */
        start local 6 // java.awt.geom.Point2D$Float metrics
        18: .line 671
            aload 0 /* this */
            getfield sun.font.FileFontStrike.desc:Lsun/font/FontStrikeDesc;
            getfield sun.font.FontStrikeDesc.devTx:Ljava/awt/geom/AffineTransform;
            aload 6 /* metrics */
            aload 6 /* metrics */
            invokevirtual java.awt.geom.AffineTransform.deltaTransform:(Ljava/awt/geom/Point2D;Ljava/awt/geom/Point2D;)Ljava/awt/geom/Point2D;
            pop
        19: .line 672
            aload 6 /* metrics */
            getfield java.awt.geom.Point2D$Float.x:F
            freturn
        end local 6 // java.awt.geom.Point2D$Float metrics
        20: .line 674
      StackMap locals: float int float[]
      StackMap stack:
            fload 3 /* advance */
            freturn
        end local 5 // float[] subArray
        end local 4 // int segIndex
        end local 3 // float advance
        21: .line 680
      StackMap locals:
      StackMap stack:
            iload 2 /* getUserAdv */
            ifne 25
            aload 0 /* this */
            getfield sun.font.FileFontStrike.invertDevTx:Ljava/awt/geom/AffineTransform;
            ifnull 25
        22: .line 681
            new java.awt.geom.Point2D$Float
            dup
            invokespecial java.awt.geom.Point2D$Float.<init>:()V
            astore 4 /* metrics */
        start local 4 // java.awt.geom.Point2D$Float metrics
        23: .line 682
            aload 0 /* this */
            getfield sun.font.FileFontStrike.fileFont:Lsun/font/FileFont;
            aload 0 /* this */
            getfield sun.font.FileFontStrike.pScalerContext:J
            iload 1 /* glyphCode */
            aload 4 /* metrics */
            invokevirtual sun.font.FileFont.getGlyphMetrics:(JILjava/awt/geom/Point2D$Float;)V
        24: .line 683
            aload 4 /* metrics */
            getfield java.awt.geom.Point2D$Float.x:F
            freturn
        end local 4 // java.awt.geom.Point2D$Float metrics
        25: .line 686
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FileFontStrike.invertDevTx:Ljava/awt/geom/AffineTransform;
            ifnonnull 26
            iload 2 /* getUserAdv */
            ifne 28
        26: .line 690
      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
        27: .line 691
            goto 38
        end local 3 // float advance
        28: .line 693
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FileFontStrike.getImageWithAdvance:Z
            ifeq 31
        29: .line 699
            aload 0 /* this */
            iload 1 /* glyphCode */
            invokevirtual sun.font.FileFontStrike.getGlyphImagePtr:(I)J
            lstore 4 /* glyphPtr */
        start local 4 // long glyphPtr
        30: .line 700
            goto 32
        end local 4 // long glyphPtr
        31: .line 701
      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
        32: .line 703
      StackMap locals: sun.font.FileFontStrike int int top long
      StackMap stack:
            lload 4 /* glyphPtr */
            lconst_0
            lcmp
            ifeq 37
        33: .line 704
            getstatic sun.font.StrikeCache.unsafe:Lsun/misc/Unsafe;
        34: .line 705
            lload 4 /* glyphPtr */
            getstatic sun.font.StrikeCache.xAdvanceOffset:I
            i2l
            ladd
        35: .line 704
            invokevirtual sun.misc.Unsafe.getFloat:(J)F
            fstore 3 /* advance */
        start local 3 // float advance
        36: .line 707
            goto 38
        end local 3 // float advance
        37: .line 708
      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
        38: .line 712
      StackMap locals: sun.font.FileFontStrike int int float
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FileFontStrike.horizontalAdvances:[F
            ifnull 41
        39: .line 713
            aload 0 /* this */
            getfield sun.font.FileFontStrike.horizontalAdvances:[F
            iload 1 /* glyphCode */
            fload 3 /* advance */
            fastore
        40: .line 714
            goto 52
      StackMap locals:
      StackMap stack:
        41: aload 0 /* this */
            getfield sun.font.FileFontStrike.segmentedCache:Z
            ifeq 52
            aload 0 /* this */
            getfield sun.font.FileFontStrike.segHorizontalAdvances:[[F
            ifnull 52
        42: .line 715
            iload 1 /* glyphCode */
            iconst_5
            ishr
            istore 4 /* segIndex */
        start local 4 // int segIndex
        43: .line 716
            iload 1 /* glyphCode */
            bipush 32
            irem
            istore 5 /* subIndex */
        start local 5 // int subIndex
        44: .line 717
            aload 0 /* this */
            getfield sun.font.FileFontStrike.segHorizontalAdvances:[[F
            iload 4 /* segIndex */
            aaload
            ifnonnull 51
        45: .line 718
            aload 0 /* this */
            getfield sun.font.FileFontStrike.segHorizontalAdvances:[[F
            iload 4 /* segIndex */
            bipush 32
            newarray 6
            aastore
        46: .line 719
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        47: goto 50
        48: .line 720
      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
        49: .line 719
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        50: iload 6 /* i */
            bipush 32
            if_icmplt 48
        end local 6 // int i
        51: .line 723
      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
        52: .line 725
      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   53     0        this  Lsun/font/FileFontStrike;
            0   53     1   glyphCode  I
            0   53     2  getUserAdv  Z
            4   10     3     advance  F
           15   21     3     advance  F
           27   28     3     advance  F
           36   37     3     advance  F
           38   53     3     advance  F
            7    9     4     metrics  Ljava/awt/geom/Point2D$Float;
           12   21     4    segIndex  I
           13   21     5    subArray  [F
           18   20     6     metrics  Ljava/awt/geom/Point2D$Float;
           23   25     4     metrics  Ljava/awt/geom/Point2D$Float;
           30   31     4    glyphPtr  J
           32   38     4    glyphPtr  J
           43   52     4    segIndex  I
           44   52     5    subIndex  I
           47   51     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 729
            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 738
            aload 0 /* this */
            iload 1 /* glyphCode */
            invokevirtual sun.font.FileFontStrike.getGlyphImagePtr:(I)J
            lstore 4 /* ptr */
        start local 4 // long ptr
         1: .line 744
            lload 4 /* ptr */
            lconst_0
            lcmp
            ifne 6
         2: .line 745
            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 746
            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 747
            aload 3 /* result */
            aload 3 /* result */
            iconst_0
            dup_x1
            putfield java.awt.Rectangle.height:I
            putfield java.awt.Rectangle.width:I
         5: .line 748
            return
         6: .line 751
      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 752
            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 754
            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 755
            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 756
            aload 3 /* result */
        11: .line 757
            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 756
            putfield java.awt.Rectangle.width:I
        13: .line 758
            aload 3 /* result */
        14: .line 759
            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 758
            putfield java.awt.Rectangle.height:I
        16: .line 767
            aload 0 /* this */
            getfield sun.font.FileFontStrike.desc:Lsun/font/FontStrikeDesc;
            getfield sun.font.FontStrikeDesc.aaHint:I
            iconst_4
            if_icmpeq 18
        17: .line 768
            aload 0 /* this */
            getfield sun.font.FileFontStrike.desc:Lsun/font/FontStrikeDesc;
            getfield sun.font.FontStrikeDesc.aaHint:I
            iconst_5
            if_icmpne 23
        18: .line 769
      StackMap locals: float float
      StackMap stack:
            fload 6 /* topLeftX */
            ldc -2.0
            fcmpg
            ifgt 23
        19: .line 770
            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 771
            iload 8 /* minx */
            aload 3 /* result */
            getfield java.awt.Rectangle.x:I
            if_icmple 23
        21: .line 772
            aload 3 /* result */
            dup
            getfield java.awt.Rectangle.x:I
            iconst_1
            iadd
            putfield java.awt.Rectangle.x:I
        22: .line 773
            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 776
      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=5, locals=11, args_size=3
        start local 0 // sun.font.FileFontStrike this
        start local 1 // long ptr
        start local 3 // int origMinX
         0: .line 780
            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 781
            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 783
            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 782
            istore 6 /* rowBytes */
        start local 6 // int rowBytes
         4: .line 785
            iload 6 /* rowBytes */
            iload 4 /* width */
            if_icmpne 6
         5: .line 786
            iload 3 /* origMinX */
            ireturn
         6: .line 790
      StackMap locals: int int int
      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.getAddress:(J)J
         7: .line 789
            lstore 7 /* pixelData */
        start local 7 // long pixelData
         8: .line 792
            lload 7 /* pixelData */
            lconst_0
            lcmp
            ifne 10
         9: .line 793
            iload 3 /* origMinX */
            ireturn
        10: .line 796
      StackMap locals: long
      StackMap stack:
            iconst_0
            istore 9 /* y */
        start local 9 // int y
        11: goto 19
        12: .line 797
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 10 /* x */
        start local 10 // int x
        13: goto 17
        14: .line 798
      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 16
        15: .line 799
            iload 3 /* origMinX */
            ireturn
        16: .line 797
      StackMap locals:
      StackMap stack:
            iinc 10 /* x */ 1
      StackMap locals:
      StackMap stack:
        17: iload 10 /* x */
            iconst_3
            if_icmplt 14
        end local 10 // int x
        18: .line 796
            iinc 9 /* y */ 1
      StackMap locals:
      StackMap stack:
        19: iload 9 /* y */
            iload 5 /* height */
            if_icmplt 12
        end local 9 // int y
        20: .line 803
            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   21     0       this  Lsun/font/FileFontStrike;
            0   21     1        ptr  J
            0   21     3   origMinX  I
            1   21     4      width  I
            2   21     5     height  I
            4   21     6   rowBytes  I
            8   21     7  pixelData  J
           11   20     9          y  I
           13   18    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 810
            aload 0 /* this */
            getfield sun.font.FileFontStrike.strikeMetrics:Lsun/font/StrikeMetrics;
            ifnonnull 6
         1: .line 811
            aload 0 /* this */
         2: .line 812
            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 811
            putfield sun.font.FileFontStrike.strikeMetrics:Lsun/font/StrikeMetrics;
         4: .line 813
            aload 0 /* this */
            getfield sun.font.FileFontStrike.invertDevTx:Ljava/awt/geom/AffineTransform;
            ifnull 6
         5: .line 814
            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 817
      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 821
            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 getImage
         0: .line 825
            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 828
            iload 1 /* glyphCode */
            ldc 65534
            if_icmplt 3
         2: .line 829
            aload 3 /* metrics */
            areturn
         3: .line 832
      StackMap locals: java.awt.geom.Point2D$Float
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FileFontStrike.getImageWithAdvance:Z
            ifeq 6
            iload 2 /* getImage */
            ifeq 6
         4: .line 838
            aload 0 /* this */
            iload 1 /* glyphCode */
            invokevirtual sun.font.FileFontStrike.getGlyphImagePtr:(I)J
            lstore 4 /* glyphPtr */
        start local 4 // long glyphPtr
         5: .line 839
            goto 7
        end local 4 // long glyphPtr
         6: .line 840
      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 842
      StackMap locals: long
      StackMap stack:
            lload 4 /* glyphPtr */
            lconst_0
            lcmp
            ifeq 18
         8: .line 843
            new java.awt.geom.Point2D$Float
            dup
            invokespecial java.awt.geom.Point2D$Float.<init>:()V
            astore 3 /* metrics */
         9: .line 844
            aload 3 /* metrics */
            getstatic sun.font.StrikeCache.unsafe:Lsun/misc/Unsafe;
        10: .line 845
            lload 4 /* glyphPtr */
            getstatic sun.font.StrikeCache.xAdvanceOffset:I
            i2l
            ladd
        11: .line 844
            invokevirtual sun.misc.Unsafe.getFloat:(J)F
            putfield java.awt.geom.Point2D$Float.x:F
        12: .line 846
            aload 3 /* metrics */
            getstatic sun.font.StrikeCache.unsafe:Lsun/misc/Unsafe;
        13: .line 847
            lload 4 /* glyphPtr */
            getstatic sun.font.StrikeCache.yAdvanceOffset:I
            i2l
            ladd
        14: .line 846
            invokevirtual sun.misc.Unsafe.getFloat:(J)F
            putfield java.awt.geom.Point2D$Float.y:F
        15: .line 851
            aload 0 /* this */
            getfield sun.font.FileFontStrike.invertDevTx:Ljava/awt/geom/AffineTransform;
            ifnull 43
        16: .line 852
            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 854
            goto 43
        18: .line 862
      StackMap locals:
      StackMap stack:
            iload 1 /* glyphCode */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            astore 6 /* key */
        start local 6 // java.lang.Integer key
        19: .line 863
            aconst_null
            astore 7 /* value */
        start local 7 // java.awt.geom.Point2D$Float value
        20: .line 864
            aconst_null
            astore 8 /* glyphMetricsMap */
        start local 8 // java.util.concurrent.ConcurrentHashMap glyphMetricsMap
        21: .line 865
            aload 0 /* this */
            getfield sun.font.FileFontStrike.glyphMetricsMapRef:Ljava/lang/ref/SoftReference;
            ifnull 23
        22: .line 866
            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 868
      StackMap locals: java.lang.Integer java.awt.geom.Point2D$Float java.util.concurrent.ConcurrentHashMap
      StackMap stack:
            aload 8 /* glyphMetricsMap */
            ifnull 29
        24: .line 869
            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 870
            aload 7 /* value */
            ifnull 29
        26: .line 871
            aload 3 /* metrics */
            aload 7 /* value */
            getfield java.awt.geom.Point2D$Float.x:F
            putfield java.awt.geom.Point2D$Float.x:F
        27: .line 872
            aload 3 /* metrics */
            aload 7 /* value */
            getfield java.awt.geom.Point2D$Float.y:F
            putfield java.awt.geom.Point2D$Float.y:F
        28: .line 874
            aload 3 /* metrics */
            areturn
        29: .line 877
      StackMap locals:
      StackMap stack:
            aload 7 /* value */
            ifnonnull 43
        30: .line 878
            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 882
            aload 0 /* this */
            getfield sun.font.FileFontStrike.invertDevTx:Ljava/awt/geom/AffineTransform;
            ifnull 33
        32: .line 883
            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 885
      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 889
            aload 8 /* glyphMetricsMap */
            ifnonnull 42
        35: .line 891
            new java.util.concurrent.ConcurrentHashMap
            dup
            invokespecial java.util.concurrent.ConcurrentHashMap.<init>:()V
        36: .line 890
            astore 8 /* glyphMetricsMap */
        37: .line 892
            aload 0 /* this */
        38: .line 893
            new java.lang.ref.SoftReference
            dup
        39: .line 894
            aload 8 /* glyphMetricsMap */
        40: .line 893
            invokespecial java.lang.ref.SoftReference.<init>:(Ljava/lang/Object;)V
        41: .line 892
            putfield sun.font.FileFontStrike.glyphMetricsMapRef:Ljava/lang/ref/SoftReference;
        42: .line 896
      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 899
      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 getImage
        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         getImage  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  
      getImage   

  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 903
            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 925
            aload 0 /* this */
            getfield sun.font.FileFontStrike.boundsMap:Ljava/util/concurrent/ConcurrentHashMap;
            ifnonnull 2
         1: .line 926
            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 929
      StackMap locals:
      StackMap stack:
            iload 1 /* glyphCode */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            astore 2 /* key */
        start local 2 // java.lang.Integer key
         3: .line 930
            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 932
            aload 3 /* bounds */
            ifnonnull 7
         5: .line 933
            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 934
            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 936
      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 940
            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=6, 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 948
            aconst_null
            astore 4 /* gp */
        start local 4 // java.awt.geom.GeneralPath gp
         1: .line 949
            aconst_null
            astore 5 /* outlineMap */
        start local 5 // java.util.concurrent.ConcurrentHashMap outlineMap
         2: .line 951
            aload 0 /* this */
            getfield sun.font.FileFontStrike.outlineMapRef:Ljava/lang/ref/WeakReference;
            ifnull 6
         3: .line 952
            aload 0 /* this */
            getfield sun.font.FileFontStrike.outlineMapRef:Ljava/lang/ref/WeakReference;
            invokevirtual java.lang.ref.WeakReference.get:()Ljava/lang/Object;
            checkcast java.util.concurrent.ConcurrentHashMap
            astore 5 /* outlineMap */
         4: .line 953
            aload 5 /* outlineMap */
            ifnull 6
         5: .line 954
            aload 5 /* outlineMap */
            iload 1 /* glyphCode */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual java.util.concurrent.ConcurrentHashMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.awt.geom.GeneralPath
            astore 4 /* gp */
         6: .line 958
      StackMap locals: java.awt.geom.GeneralPath java.util.concurrent.ConcurrentHashMap
      StackMap stack:
            aload 4 /* gp */
            ifnonnull 16
         7: .line 959
            aload 0 /* this */
            getfield sun.font.FileFontStrike.fileFont:Lsun/font/FileFont;
            aload 0 /* this */
            getfield sun.font.FileFontStrike.pScalerContext:J
            iload 1 /* glyphCode */
            fconst_0
            fconst_0
            invokevirtual sun.font.FileFont.getGlyphOutline:(JIFF)Ljava/awt/geom/GeneralPath;
            astore 4 /* gp */
         8: .line 960
            aload 5 /* outlineMap */
            ifnonnull 15
         9: .line 961
            new java.util.concurrent.ConcurrentHashMap
            dup
            invokespecial java.util.concurrent.ConcurrentHashMap.<init>:()V
            astore 5 /* outlineMap */
        10: .line 962
            aload 0 /* this */
        11: .line 963
            new java.lang.ref.WeakReference
            dup
        12: .line 964
            aload 5 /* outlineMap */
        13: .line 963
            invokespecial java.lang.ref.WeakReference.<init>:(Ljava/lang/Object;)V
        14: .line 962
            putfield sun.font.FileFontStrike.outlineMapRef:Ljava/lang/ref/WeakReference;
        15: .line 966
      StackMap locals:
      StackMap stack:
            aload 5 /* outlineMap */
            iload 1 /* glyphCode */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aload 4 /* gp */
            invokevirtual java.util.concurrent.ConcurrentHashMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        16: .line 968
      StackMap locals:
      StackMap stack:
            aload 4 /* gp */
            invokevirtual java.awt.geom.GeneralPath.clone:()Ljava/lang/Object;
            checkcast java.awt.geom.GeneralPath
            astore 4 /* gp */
        17: .line 969
            fload 2 /* x */
            fconst_0
            fcmpl
            ifne 18
            fload 3 /* y */
            fconst_0
            fcmpl
            ifeq 19
        18: .line 970
      StackMap locals:
      StackMap stack:
            aload 4 /* gp */
            fload 2 /* x */
            f2d
            fload 3 /* y */
            f2d
            invokestatic java.awt.geom.AffineTransform.getTranslateInstance:(DD)Ljava/awt/geom/AffineTransform;
            invokevirtual java.awt.geom.GeneralPath.transform:(Ljava/awt/geom/AffineTransform;)V
        19: .line 972
      StackMap locals:
      StackMap stack:
            aload 4 /* gp */
            areturn
        end local 5 // java.util.concurrent.ConcurrentHashMap outlineMap
        end local 4 // java.awt.geom.GeneralPath gp
        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   20     0        this  Lsun/font/FileFontStrike;
            0   20     1   glyphCode  I
            0   20     2           x  F
            0   20     3           y  F
            1   20     4          gp  Ljava/awt/geom/GeneralPath;
            2   20     5  outlineMap  Ljava/util/concurrent/ConcurrentHashMap<Ljava/lang/Integer;Ljava/awt/geom/GeneralPath;>;
    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 976
            aload 0 /* this */
            getfield sun.font.FileFontStrike.fileFont:Lsun/font/FileFont;
            aload 0 /* this */
            getfield sun.font.FileFontStrike.pScalerContext:J
         1: .line 977
            aload 1 /* glyphs */
            aload 1 /* glyphs */
            arraylength
            fload 2 /* x */
            fload 3 /* y */
         2: .line 976
            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 981
            aload 0 /* this */
            getfield sun.font.FileFontStrike.invertDevTx:Ljava/awt/geom/AffineTransform;
            ifnull 2
         1: .line 982
            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 984
      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