public class sun.font.FontFamily
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.font.FontFamily
  super_class: java.lang.Object
{
  private static java.util.concurrent.ConcurrentHashMap<java.lang.String, sun.font.FontFamily> familyNameMap;
    descriptor: Ljava/util/concurrent/ConcurrentHashMap;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Signature: Ljava/util/concurrent/ConcurrentHashMap<Ljava/lang/String;Lsun/font/FontFamily;>;

  private static java.util.HashMap<java.lang.String, sun.font.FontFamily> allLocaleNames;
    descriptor: Ljava/util/HashMap;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Signature: Ljava/util/HashMap<Ljava/lang/String;Lsun/font/FontFamily;>;

  protected java.lang.String familyName;
    descriptor: Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED

  protected sun.font.Font2D plain;
    descriptor: Lsun/font/Font2D;
    flags: (0x0004) ACC_PROTECTED

  protected sun.font.Font2D bold;
    descriptor: Lsun/font/Font2D;
    flags: (0x0004) ACC_PROTECTED

  protected sun.font.Font2D italic;
    descriptor: Lsun/font/Font2D;
    flags: (0x0004) ACC_PROTECTED

  protected sun.font.Font2D bolditalic;
    descriptor: Lsun/font/Font2D;
    flags: (0x0004) ACC_PROTECTED

  protected boolean logicalFont;
    descriptor: Z
    flags: (0x0004) ACC_PROTECTED

  protected int familyRank;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 36
            new java.util.concurrent.ConcurrentHashMap
            dup
            invokespecial java.util.concurrent.ConcurrentHashMap.<init>:()V
            putstatic sun.font.FontFamily.familyNameMap:Ljava/util/concurrent/ConcurrentHashMap;
         1: .line 37
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static sun.font.FontFamily getFamily(java.lang.String);
    descriptor: (Ljava/lang/String;)Lsun/font/FontFamily;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.String name
         0: .line 48
            getstatic sun.font.FontFamily.familyNameMap:Ljava/util/concurrent/ConcurrentHashMap;
            aload 0 /* name */
            getstatic java.util.Locale.ENGLISH:Ljava/util/Locale;
            invokevirtual java.lang.String.toLowerCase:(Ljava/util/Locale;)Ljava/lang/String;
            invokevirtual java.util.concurrent.ConcurrentHashMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast sun.font.FontFamily
            areturn
        end local 0 // java.lang.String name
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public static java.lang.String[] getAllFamilyNames();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 52
            aconst_null
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static void remove(sun.font.Font2D);
    descriptor: (Lsun/font/Font2D;)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // sun.font.Font2D font2D
         0: .line 61
            aload 0 /* font2D */
            getstatic java.util.Locale.ENGLISH:Ljava/util/Locale;
            invokevirtual sun.font.Font2D.getFamilyName:(Ljava/util/Locale;)Ljava/lang/String;
            astore 1 /* name */
        start local 1 // java.lang.String name
         1: .line 62
            aload 1 /* name */
            invokestatic sun.font.FontFamily.getFamily:(Ljava/lang/String;)Lsun/font/FontFamily;
            astore 2 /* family */
        start local 2 // sun.font.FontFamily family
         2: .line 63
            aload 2 /* family */
            ifnonnull 4
         3: .line 64
            return
         4: .line 66
      StackMap locals: java.lang.String sun.font.FontFamily
      StackMap stack:
            aload 2 /* family */
            getfield sun.font.FontFamily.plain:Lsun/font/Font2D;
            aload 0 /* font2D */
            if_acmpne 6
         5: .line 67
            aload 2 /* family */
            aconst_null
            putfield sun.font.FontFamily.plain:Lsun/font/Font2D;
         6: .line 69
      StackMap locals:
      StackMap stack:
            aload 2 /* family */
            getfield sun.font.FontFamily.bold:Lsun/font/Font2D;
            aload 0 /* font2D */
            if_acmpne 8
         7: .line 70
            aload 2 /* family */
            aconst_null
            putfield sun.font.FontFamily.bold:Lsun/font/Font2D;
         8: .line 72
      StackMap locals:
      StackMap stack:
            aload 2 /* family */
            getfield sun.font.FontFamily.italic:Lsun/font/Font2D;
            aload 0 /* font2D */
            if_acmpne 10
         9: .line 73
            aload 2 /* family */
            aconst_null
            putfield sun.font.FontFamily.italic:Lsun/font/Font2D;
        10: .line 75
      StackMap locals:
      StackMap stack:
            aload 2 /* family */
            getfield sun.font.FontFamily.bolditalic:Lsun/font/Font2D;
            aload 0 /* font2D */
            if_acmpne 12
        11: .line 76
            aload 2 /* family */
            aconst_null
            putfield sun.font.FontFamily.bolditalic:Lsun/font/Font2D;
        12: .line 78
      StackMap locals:
      StackMap stack:
            aload 2 /* family */
            getfield sun.font.FontFamily.plain:Lsun/font/Font2D;
            ifnonnull 15
            aload 2 /* family */
            getfield sun.font.FontFamily.bold:Lsun/font/Font2D;
            ifnonnull 15
        13: .line 79
            aload 2 /* family */
            getfield sun.font.FontFamily.plain:Lsun/font/Font2D;
            ifnonnull 15
            aload 2 /* family */
            getfield sun.font.FontFamily.bold:Lsun/font/Font2D;
            ifnonnull 15
        14: .line 80
            getstatic sun.font.FontFamily.familyNameMap:Ljava/util/concurrent/ConcurrentHashMap;
            aload 1 /* name */
            invokevirtual java.util.concurrent.ConcurrentHashMap.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
        15: .line 82
      StackMap locals:
      StackMap stack:
            return
        end local 2 // sun.font.FontFamily family
        end local 1 // java.lang.String name
        end local 0 // sun.font.Font2D font2D
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   16     0  font2D  Lsun/font/Font2D;
            1   16     1    name  Ljava/lang/String;
            2   16     2  family  Lsun/font/FontFamily;
    MethodParameters:
        Name  Flags
      font2D  

  public void <init>(java.lang.String, boolean, int);
    descriptor: (Ljava/lang/String;ZI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // sun.font.FontFamily this
        start local 1 // java.lang.String name
        start local 2 // boolean isLogFont
        start local 3 // int rank
         0: .line 84
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 44
            aload 0 /* this */
            iconst_0
            putfield sun.font.FontFamily.logicalFont:Z
         2: .line 85
            aload 0 /* this */
            iload 2 /* isLogFont */
            putfield sun.font.FontFamily.logicalFont:Z
         3: .line 86
            aload 0 /* this */
            aload 1 /* name */
            putfield sun.font.FontFamily.familyName:Ljava/lang/String;
         4: .line 87
            aload 0 /* this */
            iload 3 /* rank */
            putfield sun.font.FontFamily.familyRank:I
         5: .line 88
            getstatic sun.font.FontFamily.familyNameMap:Ljava/util/concurrent/ConcurrentHashMap;
            aload 1 /* name */
            getstatic java.util.Locale.ENGLISH:Ljava/util/Locale;
            invokevirtual java.lang.String.toLowerCase:(Ljava/util/Locale;)Ljava/lang/String;
            aload 0 /* this */
            invokevirtual java.util.concurrent.ConcurrentHashMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         6: .line 89
            return
        end local 3 // int rank
        end local 2 // boolean isLogFont
        end local 1 // java.lang.String name
        end local 0 // sun.font.FontFamily this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lsun/font/FontFamily;
            0    7     1       name  Ljava/lang/String;
            0    7     2  isLogFont  Z
            0    7     3       rank  I
    MethodParameters:
           Name  Flags
      name       
      isLogFont  
      rank       

  void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.font.FontFamily this
        start local 1 // java.lang.String name
         0: .line 94
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 44
            aload 0 /* this */
            iconst_0
            putfield sun.font.FontFamily.logicalFont:Z
         2: .line 95
            aload 0 /* this */
            iconst_0
            putfield sun.font.FontFamily.logicalFont:Z
         3: .line 96
            aload 0 /* this */
            aload 1 /* name */
            putfield sun.font.FontFamily.familyName:Ljava/lang/String;
         4: .line 97
            aload 0 /* this */
            iconst_4
            putfield sun.font.FontFamily.familyRank:I
         5: .line 98
            return
        end local 1 // java.lang.String name
        end local 0 // sun.font.FontFamily this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lsun/font/FontFamily;
            0    6     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public java.lang.String getFamilyName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.font.FontFamily this
         0: .line 101
            aload 0 /* this */
            getfield sun.font.FontFamily.familyName:Ljava/lang/String;
            areturn
        end local 0 // sun.font.FontFamily this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/font/FontFamily;

  public int getRank();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.font.FontFamily this
         0: .line 105
            aload 0 /* this */
            getfield sun.font.FontFamily.familyRank:I
            ireturn
        end local 0 // sun.font.FontFamily this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/font/FontFamily;

  public void setFont(sun.font.Font2D, int);
    descriptor: (Lsun/font/Font2D;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // sun.font.FontFamily this
        start local 1 // sun.font.Font2D font
        start local 2 // int style
         0: .line 109
            aload 1 /* font */
            invokevirtual sun.font.Font2D.getRank:()I
            aload 0 /* this */
            getfield sun.font.FontFamily.familyRank:I
            if_icmple 9
         1: .line 110
            invokestatic sun.font.FontUtilities.isLogging:()Z
            ifeq 8
         2: .line 111
            invokestatic sun.font.FontUtilities.getLogger:()Lsun/util/logging/PlatformLogger;
         3: .line 112
            new java.lang.StringBuilder
            dup
            ldc "Rejecting adding "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* font */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
         4: .line 113
            ldc " of lower rank "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* font */
            invokevirtual sun.font.Font2D.getRank:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         5: .line 114
            ldc " to family "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
         6: .line 115
            ldc " of rank "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.font.FontFamily.familyRank:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         7: .line 112
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual sun.util.logging.PlatformLogger.warning:(Ljava/lang/String;)V
         8: .line 117
      StackMap locals:
      StackMap stack:
            return
         9: .line 120
      StackMap locals:
      StackMap stack:
            iload 2 /* style */
            tableswitch { // 0 - 3
                    0: 10
                    1: 12
                    2: 14
                    3: 16
              default: 18
          }
        10: .line 123
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* font */
            putfield sun.font.FontFamily.plain:Lsun/font/Font2D;
        11: .line 124
            goto 18
        12: .line 127
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* font */
            putfield sun.font.FontFamily.bold:Lsun/font/Font2D;
        13: .line 128
            goto 18
        14: .line 131
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* font */
            putfield sun.font.FontFamily.italic:Lsun/font/Font2D;
        15: .line 132
            goto 18
        16: .line 135
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* font */
            putfield sun.font.FontFamily.bolditalic:Lsun/font/Font2D;
        17: .line 136
            goto 18
        18: .line 141
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int style
        end local 1 // sun.font.Font2D font
        end local 0 // sun.font.FontFamily this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   19     0   this  Lsun/font/FontFamily;
            0   19     1   font  Lsun/font/Font2D;
            0   19     2  style  I
    MethodParameters:
       Name  Flags
      font   
      style  

  public sun.font.Font2D getFontWithExactStyleMatch(int);
    descriptor: (I)Lsun/font/Font2D;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // sun.font.FontFamily this
        start local 1 // int style
         0: .line 145
            iload 1 /* style */
            tableswitch { // 0 - 3
                    0: 1
                    1: 2
                    2: 3
                    3: 4
              default: 5
          }
         1: .line 148
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FontFamily.plain:Lsun/font/Font2D;
            areturn
         2: .line 151
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FontFamily.bold:Lsun/font/Font2D;
            areturn
         3: .line 154
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FontFamily.italic:Lsun/font/Font2D;
            areturn
         4: .line 157
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FontFamily.bolditalic:Lsun/font/Font2D;
            areturn
         5: .line 160
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // int style
        end local 0 // sun.font.FontFamily this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lsun/font/FontFamily;
            0    6     1  style  I
    MethodParameters:
       Name  Flags
      style  

  public sun.font.Font2D getFont(int);
    descriptor: (I)Lsun/font/Font2D;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.font.FontFamily this
        start local 1 // int style
         0: .line 174
            iload 1 /* style */
            tableswitch { // 0 - 3
                    0: 1
                    1: 2
                    2: 7
                    3: 12
              default: 21
          }
         1: .line 177
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FontFamily.plain:Lsun/font/Font2D;
            areturn
         2: .line 180
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FontFamily.bold:Lsun/font/Font2D;
            ifnull 4
         3: .line 181
            aload 0 /* this */
            getfield sun.font.FontFamily.bold:Lsun/font/Font2D;
            areturn
         4: .line 182
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FontFamily.plain:Lsun/font/Font2D;
            ifnull 6
            aload 0 /* this */
            getfield sun.font.FontFamily.plain:Lsun/font/Font2D;
            iload 1 /* style */
            invokevirtual sun.font.Font2D.canDoStyle:(I)Z
            ifeq 6
         5: .line 183
            aload 0 /* this */
            getfield sun.font.FontFamily.plain:Lsun/font/Font2D;
            areturn
         6: .line 185
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
         7: .line 189
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FontFamily.italic:Lsun/font/Font2D;
            ifnull 9
         8: .line 190
            aload 0 /* this */
            getfield sun.font.FontFamily.italic:Lsun/font/Font2D;
            areturn
         9: .line 191
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FontFamily.plain:Lsun/font/Font2D;
            ifnull 11
            aload 0 /* this */
            getfield sun.font.FontFamily.plain:Lsun/font/Font2D;
            iload 1 /* style */
            invokevirtual sun.font.Font2D.canDoStyle:(I)Z
            ifeq 11
        10: .line 192
            aload 0 /* this */
            getfield sun.font.FontFamily.plain:Lsun/font/Font2D;
            areturn
        11: .line 194
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        12: .line 198
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FontFamily.bolditalic:Lsun/font/Font2D;
            ifnull 14
        13: .line 199
            aload 0 /* this */
            getfield sun.font.FontFamily.bolditalic:Lsun/font/Font2D;
            areturn
        14: .line 200
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FontFamily.italic:Lsun/font/Font2D;
            ifnull 16
            aload 0 /* this */
            getfield sun.font.FontFamily.italic:Lsun/font/Font2D;
            iload 1 /* style */
            invokevirtual sun.font.Font2D.canDoStyle:(I)Z
            ifeq 16
        15: .line 201
            aload 0 /* this */
            getfield sun.font.FontFamily.italic:Lsun/font/Font2D;
            areturn
        16: .line 202
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FontFamily.bold:Lsun/font/Font2D;
            ifnull 18
            aload 0 /* this */
            getfield sun.font.FontFamily.bold:Lsun/font/Font2D;
            iload 1 /* style */
            invokevirtual sun.font.Font2D.canDoStyle:(I)Z
            ifeq 18
        17: .line 203
            aload 0 /* this */
            getfield sun.font.FontFamily.italic:Lsun/font/Font2D;
            areturn
        18: .line 204
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FontFamily.plain:Lsun/font/Font2D;
            ifnull 20
            aload 0 /* this */
            getfield sun.font.FontFamily.plain:Lsun/font/Font2D;
            iload 1 /* style */
            invokevirtual sun.font.Font2D.canDoStyle:(I)Z
            ifeq 20
        19: .line 205
            aload 0 /* this */
            getfield sun.font.FontFamily.plain:Lsun/font/Font2D;
            areturn
        20: .line 207
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        21: .line 210
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // int style
        end local 0 // sun.font.FontFamily this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   22     0   this  Lsun/font/FontFamily;
            0   22     1  style  I
    MethodParameters:
       Name  Flags
      style  

  sun.font.Font2D getClosestStyle(int);
    descriptor: (I)Lsun/font/Font2D;
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // sun.font.FontFamily this
        start local 1 // int style
         0: .line 222
            iload 1 /* style */
            tableswitch { // 0 - 3
                    0: 1
                    1: 6
                    2: 11
                    3: 16
              default: 21
          }
         1: .line 226
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FontFamily.bold:Lsun/font/Font2D;
            ifnull 3
         2: .line 227
            aload 0 /* this */
            getfield sun.font.FontFamily.bold:Lsun/font/Font2D;
            areturn
         3: .line 228
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FontFamily.italic:Lsun/font/Font2D;
            ifnull 5
         4: .line 229
            aload 0 /* this */
            getfield sun.font.FontFamily.italic:Lsun/font/Font2D;
            areturn
         5: .line 231
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FontFamily.bolditalic:Lsun/font/Font2D;
            areturn
         6: .line 237
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FontFamily.plain:Lsun/font/Font2D;
            ifnull 8
         7: .line 238
            aload 0 /* this */
            getfield sun.font.FontFamily.plain:Lsun/font/Font2D;
            areturn
         8: .line 239
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FontFamily.bolditalic:Lsun/font/Font2D;
            ifnull 10
         9: .line 240
            aload 0 /* this */
            getfield sun.font.FontFamily.bolditalic:Lsun/font/Font2D;
            areturn
        10: .line 242
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FontFamily.italic:Lsun/font/Font2D;
            areturn
        11: .line 248
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FontFamily.bolditalic:Lsun/font/Font2D;
            ifnull 13
        12: .line 249
            aload 0 /* this */
            getfield sun.font.FontFamily.bolditalic:Lsun/font/Font2D;
            areturn
        13: .line 250
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FontFamily.plain:Lsun/font/Font2D;
            ifnull 15
        14: .line 251
            aload 0 /* this */
            getfield sun.font.FontFamily.plain:Lsun/font/Font2D;
            areturn
        15: .line 253
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FontFamily.bold:Lsun/font/Font2D;
            areturn
        16: .line 257
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FontFamily.italic:Lsun/font/Font2D;
            ifnull 18
        17: .line 258
            aload 0 /* this */
            getfield sun.font.FontFamily.italic:Lsun/font/Font2D;
            areturn
        18: .line 259
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FontFamily.bold:Lsun/font/Font2D;
            ifnull 20
        19: .line 260
            aload 0 /* this */
            getfield sun.font.FontFamily.bold:Lsun/font/Font2D;
            areturn
        20: .line 262
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.FontFamily.plain:Lsun/font/Font2D;
            areturn
        21: .line 265
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // int style
        end local 0 // sun.font.FontFamily this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   22     0   this  Lsun/font/FontFamily;
            0   22     1  style  I
    MethodParameters:
       Name  Flags
      style  

  static synchronized void addLocaleNames(sun.font.FontFamily, java.lang.String[]);
    descriptor: (Lsun/font/FontFamily;[Ljava/lang/String;)V
    flags: (0x0028) ACC_STATIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // sun.font.FontFamily family
        start local 1 // java.lang.String[] names
         0: .line 272
            getstatic sun.font.FontFamily.allLocaleNames:Ljava/util/HashMap;
            ifnonnull 2
         1: .line 273
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putstatic sun.font.FontFamily.allLocaleNames:Ljava/util/HashMap;
         2: .line 275
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         3: goto 6
         4: .line 276
      StackMap locals: int
      StackMap stack:
            getstatic sun.font.FontFamily.allLocaleNames:Ljava/util/HashMap;
            aload 1 /* names */
            iload 2 /* i */
            aaload
            invokevirtual java.lang.String.toLowerCase:()Ljava/lang/String;
            aload 0 /* family */
            invokevirtual java.util.HashMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         5: .line 275
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 2 /* i */
            aload 1 /* names */
            arraylength
            if_icmplt 4
        end local 2 // int i
         7: .line 278
            return
        end local 1 // java.lang.String[] names
        end local 0 // sun.font.FontFamily family
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0  family  Lsun/font/FontFamily;
            0    8     1   names  [Ljava/lang/String;
            3    7     2       i  I
    MethodParameters:
        Name  Flags
      family  
      names   

  public static synchronized sun.font.FontFamily getLocaleFamily(java.lang.String);
    descriptor: (Ljava/lang/String;)Lsun/font/FontFamily;
    flags: (0x0029) ACC_PUBLIC, ACC_STATIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.String name
         0: .line 281
            getstatic sun.font.FontFamily.allLocaleNames:Ljava/util/HashMap;
            ifnonnull 2
         1: .line 282
            aconst_null
            areturn
         2: .line 284
      StackMap locals:
      StackMap stack:
            getstatic sun.font.FontFamily.allLocaleNames:Ljava/util/HashMap;
            aload 0 /* name */
            invokevirtual java.lang.String.toLowerCase:()Ljava/lang/String;
            invokevirtual java.util.HashMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast sun.font.FontFamily
            areturn
        end local 0 // java.lang.String name
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.font.FontFamily this
         0: .line 289
            new java.lang.StringBuilder
            dup
            ldc "Font family: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield sun.font.FontFamily.familyName:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         1: .line 290
            ldc " plain="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.font.FontFamily.plain:Lsun/font/Font2D;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
         2: .line 291
            ldc " bold="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.font.FontFamily.bold:Lsun/font/Font2D;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
         3: .line 292
            ldc " italic="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.font.FontFamily.italic:Lsun/font/Font2D;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
         4: .line 293
            ldc " bolditalic="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.font.FontFamily.bolditalic:Lsun/font/Font2D;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
         5: .line 289
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         6: .line 288
            areturn
        end local 0 // sun.font.FontFamily this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/font/FontFamily;
}
SourceFile: "FontFamily.java"