class sun.font.Type1Font$T1DisposerRecord$1 implements java.security.PrivilegedAction
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.font.Type1Font$T1DisposerRecord$1
  super_class: java.lang.Object
{
  final sun.font.Type1Font$T1DisposerRecord this$1;
    descriptor: Lsun/font/Type1Font$T1DisposerRecord;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(sun.font.Type1Font$T1DisposerRecord);
    descriptor: (Lsun/font/Type1Font$T1DisposerRecord;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.font.Type1Font$T1DisposerRecord$1 this
         0: .line 89
            aload 0 /* this */
            aload 1
            putfield sun.font.Type1Font$T1DisposerRecord$1.this$1:Lsun/font/Type1Font$T1DisposerRecord;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.font.Type1Font$T1DisposerRecord$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/font/Type1Font$T1DisposerRecord$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public java.lang.Object run();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.font.Type1Font$T1DisposerRecord$1 this
         0: .line 92
            aload 0 /* this */
            getfield sun.font.Type1Font$T1DisposerRecord$1.this$1:Lsun/font/Type1Font$T1DisposerRecord;
            getfield sun.font.Type1Font$T1DisposerRecord.fileName:Ljava/lang/String;
            ifnull 2
         1: .line 93
            new java.io.File
            dup
            aload 0 /* this */
            getfield sun.font.Type1Font$T1DisposerRecord$1.this$1:Lsun/font/Type1Font$T1DisposerRecord;
            getfield sun.font.Type1Font$T1DisposerRecord.fileName:Ljava/lang/String;
            invokespecial java.io.File.<init>:(Ljava/lang/String;)V
            invokevirtual java.io.File.delete:()Z
            pop
         2: .line 95
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // sun.font.Type1Font$T1DisposerRecord$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/font/Type1Font$T1DisposerRecord$1;
}
SourceFile: "Type1Font.java"
EnclosingMethod: sun.font.Type1Font$T1DisposerRecord.dispose:()V
NestHost: sun.font.Type1Font
InnerClasses:
  private T1DisposerRecord = sun.font.Type1Font$T1DisposerRecord of sun.font.Type1Font
  sun.font.Type1Font$T1DisposerRecord$1