class sun.font.TrueTypeFont$TTDisposerRecord implements sun.java2d.DisposerRecord
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.font.TrueTypeFont$TTDisposerRecord
  super_class: java.lang.Object
{
  java.nio.channels.FileChannel channel;
    descriptor: Ljava/nio/channels/FileChannel;
    flags: (0x0000) 

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.font.TrueTypeFont$TTDisposerRecord this
         0: .line 124
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 126
            aload 0 /* this */
            aconst_null
            putfield sun.font.TrueTypeFont$TTDisposerRecord.channel:Ljava/nio/channels/FileChannel;
         2: .line 124
            return
        end local 0 // sun.font.TrueTypeFont$TTDisposerRecord this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/font/TrueTypeFont$TTDisposerRecord;

  public synchronized void dispose();
    descriptor: ()V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.font.TrueTypeFont$TTDisposerRecord this
         0: .line 130
            aload 0 /* this */
            getfield sun.font.TrueTypeFont$TTDisposerRecord.channel:Ljava/nio/channels/FileChannel;
            ifnull 8
         1: .line 131
            aload 0 /* this */
            getfield sun.font.TrueTypeFont$TTDisposerRecord.channel:Ljava/nio/channels/FileChannel;
            invokevirtual java.nio.channels.FileChannel.close:()V
         2: .line 133
            goto 8
      StackMap locals:
      StackMap stack: java.io.IOException
         3: pop
         4: .line 135
            aload 0 /* this */
            aconst_null
            putfield sun.font.TrueTypeFont$TTDisposerRecord.channel:Ljava/nio/channels/FileChannel;
            goto 9
         5: .line 134
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1
         6: .line 135
            aload 0 /* this */
            aconst_null
            putfield sun.font.TrueTypeFont$TTDisposerRecord.channel:Ljava/nio/channels/FileChannel;
         7: .line 136
            aload 1
            athrow
         8: .line 135
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield sun.font.TrueTypeFont$TTDisposerRecord.channel:Ljava/nio/channels/FileChannel;
         9: .line 137
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.font.TrueTypeFont$TTDisposerRecord this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lsun/font/TrueTypeFont$TTDisposerRecord;
      Exception table:
        from    to  target  type
           0     2       3  Class java.io.IOException
           0     4       5  any
}
SourceFile: "TrueTypeFont.java"
NestHost: sun.font.TrueTypeFont
InnerClasses:
  private TTDisposerRecord = sun.font.TrueTypeFont$TTDisposerRecord of sun.font.TrueTypeFont