class sun.awt.PlatformFont$PlatformFontCache
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.awt.PlatformFont$PlatformFontCache
  super_class: java.lang.Object
{
  char uniChar;
    descriptor: C
    flags: (0x0000) 

  sun.awt.FontDescriptor fontDescriptor;
    descriptor: Lsun/awt/FontDescriptor;
    flags: (0x0000) 

  java.nio.ByteBuffer bb;
    descriptor: Ljava/nio/ByteBuffer;
    flags: (0x0000) 

  final sun.awt.PlatformFont this$0;
    descriptor: Lsun/awt/PlatformFont;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(sun.awt.PlatformFont);
    descriptor: (Lsun/awt/PlatformFont;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.awt.PlatformFont$PlatformFontCache this
         0: .line 434
            aload 0 /* this */
            aload 1
            putfield sun.awt.PlatformFont$PlatformFontCache.this$0:Lsun/awt/PlatformFont;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 438
            aload 0 /* this */
            iconst_4
            invokestatic java.nio.ByteBuffer.allocate:(I)Ljava/nio/ByteBuffer;
            putfield sun.awt.PlatformFont$PlatformFontCache.bb:Ljava/nio/ByteBuffer;
         2: .line 434
            return
        end local 0 // sun.awt.PlatformFont$PlatformFontCache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/awt/PlatformFont$PlatformFontCache;
    MethodParameters:
        Name  Flags
      this$0  final
}
SourceFile: "PlatformFont.java"
NestHost: sun.awt.PlatformFont
InnerClasses:
  PlatformFontCache = sun.awt.PlatformFont$PlatformFontCache of sun.awt.PlatformFont