class sun.nio.ch.UnixAsynchronousSocketChannelImpl$1 implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.nio.ch.UnixAsynchronousSocketChannelImpl$1
  super_class: java.lang.Object
{
  final sun.nio.ch.UnixAsynchronousSocketChannelImpl this$0;
    descriptor: Lsun/nio/ch/UnixAsynchronousSocketChannelImpl;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

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

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=1
        start local 0 // sun.nio.ch.UnixAsynchronousSocketChannelImpl$1 this
         0: .line 438
            aconst_null
            astore 1 /* handler */
        start local 1 // java.nio.channels.CompletionHandler handler
         1: .line 439
            aconst_null
            astore 2 /* att */
        start local 2 // java.lang.Object att
         2: .line 440
            aconst_null
            astore 3 /* future */
        start local 3 // sun.nio.ch.PendingFuture future
         3: .line 442
            aload 0 /* this */
            getfield sun.nio.ch.UnixAsynchronousSocketChannelImpl$1.this$0:Lsun/nio/ch/UnixAsynchronousSocketChannelImpl;
            getfield sun.nio.ch.UnixAsynchronousSocketChannelImpl.updateLock:Ljava/lang/Object;
            dup
            astore 4
            monitorenter
         4: .line 443
            aload 0 /* this */
            getfield sun.nio.ch.UnixAsynchronousSocketChannelImpl$1.this$0:Lsun/nio/ch/UnixAsynchronousSocketChannelImpl;
            getfield sun.nio.ch.UnixAsynchronousSocketChannelImpl.readPending:Z
            ifne 7
         5: .line 444
            aload 4
            monitorexit
         6: return
         7: .line 445
      StackMap locals: sun.nio.ch.UnixAsynchronousSocketChannelImpl$1 java.nio.channels.CompletionHandler java.lang.Object sun.nio.ch.PendingFuture java.lang.Object
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.UnixAsynchronousSocketChannelImpl$1.this$0:Lsun/nio/ch/UnixAsynchronousSocketChannelImpl;
            iconst_0
            putfield sun.nio.ch.UnixAsynchronousSocketChannelImpl.readPending:Z
         8: .line 446
            aload 0 /* this */
            getfield sun.nio.ch.UnixAsynchronousSocketChannelImpl$1.this$0:Lsun/nio/ch/UnixAsynchronousSocketChannelImpl;
            getfield sun.nio.ch.UnixAsynchronousSocketChannelImpl.readHandler:Ljava/nio/channels/CompletionHandler;
            astore 1 /* handler */
         9: .line 447
            aload 0 /* this */
            getfield sun.nio.ch.UnixAsynchronousSocketChannelImpl$1.this$0:Lsun/nio/ch/UnixAsynchronousSocketChannelImpl;
            getfield sun.nio.ch.UnixAsynchronousSocketChannelImpl.readAttachment:Ljava/lang/Object;
            astore 2 /* att */
        10: .line 448
            aload 0 /* this */
            getfield sun.nio.ch.UnixAsynchronousSocketChannelImpl$1.this$0:Lsun/nio/ch/UnixAsynchronousSocketChannelImpl;
            getfield sun.nio.ch.UnixAsynchronousSocketChannelImpl.readFuture:Lsun/nio/ch/PendingFuture;
            astore 3 /* future */
        11: .line 442
            aload 4
            monitorexit
        12: goto 15
      StackMap locals:
      StackMap stack: java.lang.Throwable
        13: aload 4
            monitorexit
        14: athrow
        15: .line 452
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.UnixAsynchronousSocketChannelImpl$1.this$0:Lsun/nio/ch/UnixAsynchronousSocketChannelImpl;
            iconst_1
            invokevirtual sun.nio.ch.UnixAsynchronousSocketChannelImpl.enableReading:(Z)V
        16: .line 455
            new java.nio.channels.InterruptedByTimeoutException
            dup
            invokespecial java.nio.channels.InterruptedByTimeoutException.<init>:()V
            astore 4 /* exc */
        start local 4 // java.lang.Exception exc
        17: .line 456
            aload 1 /* handler */
            ifnonnull 20
        18: .line 457
            aload 3 /* future */
            aload 4 /* exc */
            invokevirtual sun.nio.ch.PendingFuture.setFailure:(Ljava/lang/Throwable;)V
        19: .line 458
            goto 22
        20: .line 459
      StackMap locals: java.lang.Exception
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.UnixAsynchronousSocketChannelImpl$1.this$0:Lsun/nio/ch/UnixAsynchronousSocketChannelImpl;
            astore 5 /* ch */
        start local 5 // java.nio.channels.AsynchronousChannel ch
        21: .line 460
            aload 5 /* ch */
            aload 1 /* handler */
            aload 2 /* att */
            aconst_null
            aload 4 /* exc */
            invokestatic sun.nio.ch.Invoker.invokeIndirectly:(Ljava/nio/channels/AsynchronousChannel;Ljava/nio/channels/CompletionHandler;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Throwable;)V
        end local 5 // java.nio.channels.AsynchronousChannel ch
        22: .line 462
      StackMap locals:
      StackMap stack:
            return
        end local 4 // java.lang.Exception exc
        end local 3 // sun.nio.ch.PendingFuture future
        end local 2 // java.lang.Object att
        end local 1 // java.nio.channels.CompletionHandler handler
        end local 0 // sun.nio.ch.UnixAsynchronousSocketChannelImpl$1 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   23     0     this  Lsun/nio/ch/UnixAsynchronousSocketChannelImpl$1;
            1   23     1  handler  Ljava/nio/channels/CompletionHandler<Ljava/lang/Number;Ljava/lang/Object;>;
            2   23     2      att  Ljava/lang/Object;
            3   23     3   future  Lsun/nio/ch/PendingFuture<Ljava/lang/Number;Ljava/lang/Object;>;
           17   23     4      exc  Ljava/lang/Exception;
           21   22     5       ch  Ljava/nio/channels/AsynchronousChannel;
      Exception table:
        from    to  target  type
           4     6      13  any
           7    12      13  any
          13    14      13  any
}
SourceFile: "UnixAsynchronousSocketChannelImpl.java"
EnclosingMethod: sun.nio.ch.UnixAsynchronousSocketChannelImpl
NestHost: sun.nio.ch.UnixAsynchronousSocketChannelImpl
InnerClasses:
  sun.nio.ch.UnixAsynchronousSocketChannelImpl$1