public final class java.io.FileDescriptor
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: java.io.FileDescriptor
  super_class: java.lang.Object
{
  private int fd;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private java.io.Closeable parent;
    descriptor: Ljava/io/Closeable;
    flags: (0x0002) ACC_PRIVATE

  private java.util.List<java.io.Closeable> otherParents;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Ljava/io/Closeable;>;

  private boolean closed;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  public static final java.io.FileDescriptor in;
    descriptor: Ljava/io/FileDescriptor;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final java.io.FileDescriptor out;
    descriptor: Ljava/io/FileDescriptor;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final java.io.FileDescriptor err;
    descriptor: Ljava/io/FileDescriptor;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 73
            new java.io.FileDescriptor
            dup
            iconst_0
            invokespecial java.io.FileDescriptor.<init>:(I)V
            putstatic java.io.FileDescriptor.in:Ljava/io/FileDescriptor;
         1: .line 81
            new java.io.FileDescriptor
            dup
            iconst_1
            invokespecial java.io.FileDescriptor.<init>:(I)V
            putstatic java.io.FileDescriptor.out:Ljava/io/FileDescriptor;
         2: .line 90
            new java.io.FileDescriptor
            dup
            iconst_2
            invokespecial java.io.FileDescriptor.<init>:(I)V
            putstatic java.io.FileDescriptor.err:Ljava/io/FileDescriptor;
         3: .line 137
            invokestatic java.io.FileDescriptor.initIDs:()V
         4: .line 143
            new java.io.FileDescriptor$1
            dup
            invokespecial java.io.FileDescriptor$1.<init>:()V
         5: .line 142
            invokestatic sun.misc.SharedSecrets.setJavaIOFileDescriptorAccess:(Lsun/misc/JavaIOFileDescriptorAccess;)V
         6: .line 161
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.io.FileDescriptor this
         0: .line 58
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 59
            aload 0 /* this */
            iconst_m1
            putfield java.io.FileDescriptor.fd:I
         2: .line 60
            return
        end local 0 // java.io.FileDescriptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljava/io/FileDescriptor;

  private void <init>(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.io.FileDescriptor this
        start local 1 // int fd
         0: .line 62
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 63
            aload 0 /* this */
            iload 1 /* fd */
            putfield java.io.FileDescriptor.fd:I
         2: .line 64
            return
        end local 1 // int fd
        end local 0 // java.io.FileDescriptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljava/io/FileDescriptor;
            0    3     1    fd  I
    MethodParameters:
      Name  Flags
      fd    

  public boolean valid();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.io.FileDescriptor this
         0: .line 100
            aload 0 /* this */
            getfield java.io.FileDescriptor.fd:I
            iconst_m1
            if_icmpeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // java.io.FileDescriptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/io/FileDescriptor;

  public native void sync();
    descriptor: ()V
    flags: (0x0101) ACC_PUBLIC, ACC_NATIVE
    Exceptions:
      throws java.io.SyncFailedException

  private static native void initIDs();
    descriptor: ()V
    flags: (0x010a) ACC_PRIVATE, ACC_STATIC, ACC_NATIVE

  synchronized void attach(java.io.Closeable);
    descriptor: (Ljava/io/Closeable;)V
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.io.FileDescriptor this
        start local 1 // java.io.Closeable c
         0: .line 175
            aload 0 /* this */
            getfield java.io.FileDescriptor.parent:Ljava/io/Closeable;
            ifnonnull 3
         1: .line 177
            aload 0 /* this */
            aload 1 /* c */
            putfield java.io.FileDescriptor.parent:Ljava/io/Closeable;
         2: .line 178
            goto 9
      StackMap locals:
      StackMap stack:
         3: aload 0 /* this */
            getfield java.io.FileDescriptor.otherParents:Ljava/util/List;
            ifnonnull 8
         4: .line 179
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield java.io.FileDescriptor.otherParents:Ljava/util/List;
         5: .line 180
            aload 0 /* this */
            getfield java.io.FileDescriptor.otherParents:Ljava/util/List;
            aload 0 /* this */
            getfield java.io.FileDescriptor.parent:Ljava/io/Closeable;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         6: .line 181
            aload 0 /* this */
            getfield java.io.FileDescriptor.otherParents:Ljava/util/List;
            aload 1 /* c */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         7: .line 182
            goto 9
         8: .line 183
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.io.FileDescriptor.otherParents:Ljava/util/List;
            aload 1 /* c */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         9: .line 185
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.io.Closeable c
        end local 0 // java.io.FileDescriptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Ljava/io/FileDescriptor;
            0   10     1     c  Ljava/io/Closeable;
    MethodParameters:
      Name  Flags
      c     

  synchronized void closeAll(java.io.Closeable);
    descriptor: (Ljava/io/Closeable;)V
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=2, locals=10, args_size=2
        start local 0 // java.io.FileDescriptor this
        start local 1 // java.io.Closeable releaser
         0: .line 195
            aload 0 /* this */
            getfield java.io.FileDescriptor.closed:Z
            ifne 34
         1: .line 196
            aload 0 /* this */
            iconst_1
            putfield java.io.FileDescriptor.closed:Z
         2: .line 197
            aconst_null
            astore 2 /* ioe */
        start local 2 // java.io.IOException ioe
         3: .line 198
            aconst_null
            astore 3
            aconst_null
            astore 4
         4: aload 1 /* releaser */
            astore 5 /* c */
        start local 5 // java.io.Closeable c
         5: .line 199
            aload 0 /* this */
            getfield java.io.FileDescriptor.otherParents:Ljava/util/List;
            ifnull 16
         6: .line 200
            aload 0 /* this */
            getfield java.io.FileDescriptor.otherParents:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 7
            goto 15
      StackMap locals: java.io.FileDescriptor java.io.Closeable java.io.IOException java.lang.Throwable java.lang.Throwable java.io.Closeable top java.util.Iterator
      StackMap stack:
         7: aload 7
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.io.Closeable
            astore 6 /* referent */
        start local 6 // java.io.Closeable referent
         8: .line 202
            aload 6 /* referent */
            invokeinterface java.io.Closeable.close:()V
         9: .line 203
            goto 15
      StackMap locals: java.io.FileDescriptor java.io.Closeable java.io.IOException java.lang.Throwable java.lang.Throwable java.io.Closeable java.io.Closeable java.util.Iterator
      StackMap stack: java.io.IOException
        10: astore 8 /* x */
        start local 8 // java.io.IOException x
        11: .line 204
            aload 2 /* ioe */
            ifnonnull 14
        12: .line 205
            aload 8 /* x */
            astore 2 /* ioe */
        13: .line 206
            goto 15
        14: .line 207
      StackMap locals: java.io.IOException
      StackMap stack:
            aload 2 /* ioe */
            aload 8 /* x */
            invokevirtual java.io.IOException.addSuppressed:(Ljava/lang/Throwable;)V
        end local 8 // java.io.IOException x
        end local 6 // java.io.Closeable referent
        15: .line 200
      StackMap locals: java.io.FileDescriptor java.io.Closeable java.io.IOException java.lang.Throwable java.lang.Throwable java.io.Closeable top java.util.Iterator
      StackMap stack:
            aload 7
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 7
        16: .line 212
      StackMap locals: java.io.FileDescriptor java.io.Closeable java.io.IOException java.lang.Throwable java.lang.Throwable java.io.Closeable
      StackMap stack:
            aload 5 /* c */
            ifnull 32
            aload 5 /* c */
            invokeinterface java.io.Closeable.close:()V
            goto 32
      StackMap locals:
      StackMap stack: java.lang.Throwable
        17: astore 3
            aload 5 /* c */
            ifnull 18
            aload 5 /* c */
            invokeinterface java.io.Closeable.close:()V
        end local 5 // java.io.Closeable c
      StackMap locals:
      StackMap stack:
        18: aload 3
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
        19: astore 4
            aload 3
            ifnonnull 20
            aload 4
            astore 3
            goto 21
      StackMap locals:
      StackMap stack:
        20: aload 3
            aload 4
            if_acmpeq 21
            aload 3
            aload 4
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        21: aload 3
            athrow
      StackMap locals: java.io.FileDescriptor java.io.Closeable java.io.IOException
      StackMap stack: java.io.IOException
        22: astore 3 /* ex */
        start local 3 // java.io.IOException ex
        23: .line 217
            aload 2 /* ioe */
            ifnull 25
        24: .line 218
            aload 3 /* ex */
            aload 2 /* ioe */
            invokevirtual java.io.IOException.addSuppressed:(Ljava/lang/Throwable;)V
        25: .line 219
      StackMap locals: java.io.IOException
      StackMap stack:
            aload 3 /* ex */
            astore 2 /* ioe */
        end local 3 // java.io.IOException ex
        26: .line 221
            aload 2 /* ioe */
            ifnull 34
        27: .line 222
            aload 2 /* ioe */
            athrow
        28: .line 220
      StackMap locals: java.io.FileDescriptor java.io.Closeable java.io.IOException
      StackMap stack: java.lang.Throwable
            astore 9
        29: .line 221
            aload 2 /* ioe */
            ifnull 31
        30: .line 222
            aload 2 /* ioe */
            athrow
        31: .line 223
      StackMap locals: java.io.FileDescriptor java.io.Closeable java.io.IOException top top top top top top java.lang.Throwable
      StackMap stack:
            aload 9
            athrow
        32: .line 221
      StackMap locals: java.io.FileDescriptor java.io.Closeable java.io.IOException
      StackMap stack:
            aload 2 /* ioe */
            ifnull 34
        33: .line 222
            aload 2 /* ioe */
            athrow
        end local 2 // java.io.IOException ioe
        34: .line 225
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.io.Closeable releaser
        end local 0 // java.io.FileDescriptor this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   35     0      this  Ljava/io/FileDescriptor;
            0   35     1  releaser  Ljava/io/Closeable;
            3   34     2       ioe  Ljava/io/IOException;
            5   18     5         c  Ljava/io/Closeable;
            8   15     6  referent  Ljava/io/Closeable;
           11   15     8         x  Ljava/io/IOException;
           23   26     3        ex  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           8     9      10  Class java.io.IOException
           5    16      17  any
           4    19      19  any
           3    22      22  Class java.io.IOException
           3    26      28  any
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      releaser  
}
SourceFile: "FileDescriptor.java"
NestMembers:
  java.io.FileDescriptor$1
InnerClasses:
  java.io.FileDescriptor$1