class sun.nio.ch.WindowsAsynchronousSocketChannelImpl$ConnectTask<A> implements java.lang.Runnable, sun.nio.ch.Iocp$ResultHandler
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.nio.ch.WindowsAsynchronousSocketChannelImpl$ConnectTask
  super_class: java.lang.Object
{
  private final java.net.InetSocketAddress remote;
    descriptor: Ljava/net/InetSocketAddress;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final sun.nio.ch.PendingFuture<java.lang.Void, A> result;
    descriptor: Lsun/nio/ch/PendingFuture;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lsun/nio/ch/PendingFuture<Ljava/lang/Void;TA;>;

  final sun.nio.ch.WindowsAsynchronousSocketChannelImpl this$0;
    descriptor: Lsun/nio/ch/WindowsAsynchronousSocketChannelImpl;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(java.net.InetSocketAddress, sun.nio.ch.PendingFuture<java.lang.Void, A>);
    descriptor: (Lsun/nio/ch/WindowsAsynchronousSocketChannelImpl;Ljava/net/InetSocketAddress;Lsun/nio/ch/PendingFuture;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // sun.nio.ch.WindowsAsynchronousSocketChannelImpl$ConnectTask this
        start local 2 // java.net.InetSocketAddress remote
        start local 3 // sun.nio.ch.PendingFuture result
         0: .line 190
            aload 0 /* this */
            aload 1
            putfield sun.nio.ch.WindowsAsynchronousSocketChannelImpl$ConnectTask.this$0:Lsun/nio/ch/WindowsAsynchronousSocketChannelImpl;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 191
            aload 0 /* this */
            aload 2 /* remote */
            putfield sun.nio.ch.WindowsAsynchronousSocketChannelImpl$ConnectTask.remote:Ljava/net/InetSocketAddress;
         2: .line 192
            aload 0 /* this */
            aload 3 /* result */
            putfield sun.nio.ch.WindowsAsynchronousSocketChannelImpl$ConnectTask.result:Lsun/nio/ch/PendingFuture;
         3: .line 193
            return
        end local 3 // sun.nio.ch.PendingFuture result
        end local 2 // java.net.InetSocketAddress remote
        end local 0 // sun.nio.ch.WindowsAsynchronousSocketChannelImpl$ConnectTask this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lsun/nio/ch/WindowsAsynchronousSocketChannelImpl$ConnectTask<TA;>;
            0    4     2  remote  Ljava/net/InetSocketAddress;
            0    4     3  result  Lsun/nio/ch/PendingFuture<Ljava/lang/Void;TA;>;
    Signature: (Ljava/net/InetSocketAddress;Lsun/nio/ch/PendingFuture<Ljava/lang/Void;TA;>;)V
    MethodParameters:
        Name  Flags
      this$0  final
      remote  
      result  

  private void closeChannel();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.nio.ch.WindowsAsynchronousSocketChannelImpl$ConnectTask this
         0: .line 197
            aload 0 /* this */
            getfield sun.nio.ch.WindowsAsynchronousSocketChannelImpl$ConnectTask.this$0:Lsun/nio/ch/WindowsAsynchronousSocketChannelImpl;
            invokevirtual sun.nio.ch.WindowsAsynchronousSocketChannelImpl.close:()V
         1: .line 198
            goto 3
      StackMap locals:
      StackMap stack: java.io.IOException
         2: pop
         3: .line 199
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.nio.ch.WindowsAsynchronousSocketChannelImpl$ConnectTask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/nio/ch/WindowsAsynchronousSocketChannelImpl$ConnectTask<TA;>;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException

  private java.io.IOException toIOException(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)Ljava/io/IOException;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.nio.ch.WindowsAsynchronousSocketChannelImpl$ConnectTask this
        start local 1 // java.lang.Throwable x
         0: .line 202
            aload 1 /* x */
            instanceof java.io.IOException
            ifeq 4
         1: .line 203
            aload 1 /* x */
            instanceof java.nio.channels.ClosedChannelException
            ifeq 3
         2: .line 204
            new java.nio.channels.AsynchronousCloseException
            dup
            invokespecial java.nio.channels.AsynchronousCloseException.<init>:()V
            astore 1 /* x */
         3: .line 205
      StackMap locals:
      StackMap stack:
            aload 1 /* x */
            checkcast java.io.IOException
            areturn
         4: .line 207
      StackMap locals:
      StackMap stack:
            new java.io.IOException
            dup
            aload 1 /* x */
            invokespecial java.io.IOException.<init>:(Ljava/lang/Throwable;)V
            areturn
        end local 1 // java.lang.Throwable x
        end local 0 // sun.nio.ch.WindowsAsynchronousSocketChannelImpl$ConnectTask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/nio/ch/WindowsAsynchronousSocketChannelImpl$ConnectTask<TA;>;
            0    5     1     x  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      x     

  private void afterConnect();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.nio.ch.WindowsAsynchronousSocketChannelImpl$ConnectTask this
         0: .line 214
            aload 0 /* this */
            getfield sun.nio.ch.WindowsAsynchronousSocketChannelImpl$ConnectTask.this$0:Lsun/nio/ch/WindowsAsynchronousSocketChannelImpl;
            getfield sun.nio.ch.WindowsAsynchronousSocketChannelImpl.handle:J
            invokestatic sun.nio.ch.WindowsAsynchronousSocketChannelImpl.updateConnectContext:(J)V
         1: .line 215
            aload 0 /* this */
            getfield sun.nio.ch.WindowsAsynchronousSocketChannelImpl$ConnectTask.this$0:Lsun/nio/ch/WindowsAsynchronousSocketChannelImpl;
            getfield sun.nio.ch.WindowsAsynchronousSocketChannelImpl.stateLock:Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         2: .line 216
            aload 0 /* this */
            getfield sun.nio.ch.WindowsAsynchronousSocketChannelImpl$ConnectTask.this$0:Lsun/nio/ch/WindowsAsynchronousSocketChannelImpl;
            iconst_2
            putfield sun.nio.ch.WindowsAsynchronousSocketChannelImpl.state:I
         3: .line 217
            aload 0 /* this */
            getfield sun.nio.ch.WindowsAsynchronousSocketChannelImpl$ConnectTask.this$0:Lsun/nio/ch/WindowsAsynchronousSocketChannelImpl;
            aload 0 /* this */
            getfield sun.nio.ch.WindowsAsynchronousSocketChannelImpl$ConnectTask.remote:Ljava/net/InetSocketAddress;
            putfield sun.nio.ch.WindowsAsynchronousSocketChannelImpl.remoteAddress:Ljava/net/InetSocketAddress;
         4: .line 215
            aload 1
            monitorexit
         5: goto 8
      StackMap locals: sun.nio.ch.WindowsAsynchronousSocketChannelImpl$ConnectTask java.lang.Object
      StackMap stack: java.lang.Throwable
         6: aload 1
            monitorexit
         7: athrow
         8: .line 219
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.nio.ch.WindowsAsynchronousSocketChannelImpl$ConnectTask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lsun/nio/ch/WindowsAsynchronousSocketChannelImpl$ConnectTask<TA;>;
      Exception table:
        from    to  target  type
           2     5       6  any
           6     7       6  any
    Exceptions:
      throws java.io.IOException

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=7, args_size=1
        start local 0 // sun.nio.ch.WindowsAsynchronousSocketChannelImpl$ConnectTask this
         0: .line 226
            lconst_0
            lstore 1 /* overlapped */
        start local 1 // long overlapped
         1: .line 227
            aconst_null
            astore 3 /* exc */
        start local 3 // java.lang.Throwable exc
         2: .line 229
            aload 0 /* this */
            getfield sun.nio.ch.WindowsAsynchronousSocketChannelImpl$ConnectTask.this$0:Lsun/nio/ch/WindowsAsynchronousSocketChannelImpl;
            invokevirtual sun.nio.ch.WindowsAsynchronousSocketChannelImpl.begin:()V
         3: .line 233
            aload 0 /* this */
            getfield sun.nio.ch.WindowsAsynchronousSocketChannelImpl$ConnectTask.result:Lsun/nio/ch/PendingFuture;
            dup
            astore 4
            monitorenter
         4: .line 234
            aload 0 /* this */
            getfield sun.nio.ch.WindowsAsynchronousSocketChannelImpl$ConnectTask.this$0:Lsun/nio/ch/WindowsAsynchronousSocketChannelImpl;
            getfield sun.nio.ch.WindowsAsynchronousSocketChannelImpl.ioCache:Lsun/nio/ch/PendingIoCache;
            aload 0 /* this */
            getfield sun.nio.ch.WindowsAsynchronousSocketChannelImpl$ConnectTask.result:Lsun/nio/ch/PendingFuture;
            invokevirtual sun.nio.ch.PendingIoCache.add:(Lsun/nio/ch/PendingFuture;)J
            lstore 1 /* overlapped */
         5: .line 236
            aload 0 /* this */
            getfield sun.nio.ch.WindowsAsynchronousSocketChannelImpl$ConnectTask.this$0:Lsun/nio/ch/WindowsAsynchronousSocketChannelImpl;
            getfield sun.nio.ch.WindowsAsynchronousSocketChannelImpl.handle:J
            invokestatic sun.nio.ch.Net.isIPv6Available:()Z
            aload 0 /* this */
            getfield sun.nio.ch.WindowsAsynchronousSocketChannelImpl$ConnectTask.remote:Ljava/net/InetSocketAddress;
            invokevirtual java.net.InetSocketAddress.getAddress:()Ljava/net/InetAddress;
         6: .line 237
            aload 0 /* this */
            getfield sun.nio.ch.WindowsAsynchronousSocketChannelImpl$ConnectTask.remote:Ljava/net/InetSocketAddress;
            invokevirtual java.net.InetSocketAddress.getPort:()I
            lload 1 /* overlapped */
         7: .line 236
            invokestatic sun.nio.ch.WindowsAsynchronousSocketChannelImpl.connect0:(JZLjava/net/InetAddress;IJ)I
            istore 5 /* n */
        start local 5 // int n
         8: .line 238
            iload 5 /* n */
            bipush -2
            if_icmpne 11
         9: .line 240
            aload 4
            monitorexit
        10: .line 252
            aload 0 /* this */
            getfield sun.nio.ch.WindowsAsynchronousSocketChannelImpl$ConnectTask.this$0:Lsun/nio/ch/WindowsAsynchronousSocketChannelImpl;
            invokevirtual sun.nio.ch.WindowsAsynchronousSocketChannelImpl.end:()V
            return
        11: .line 244
      StackMap locals: sun.nio.ch.WindowsAsynchronousSocketChannelImpl$ConnectTask long java.lang.Throwable sun.nio.ch.PendingFuture int
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.nio.ch.WindowsAsynchronousSocketChannelImpl$ConnectTask.afterConnect:()V
        12: .line 245
            aload 0 /* this */
            getfield sun.nio.ch.WindowsAsynchronousSocketChannelImpl$ConnectTask.result:Lsun/nio/ch/PendingFuture;
            aconst_null
            invokevirtual sun.nio.ch.PendingFuture.setResult:(Ljava/lang/Object;)V
        end local 5 // int n
        13: .line 233
            aload 4
            monitorexit
        14: goto 25
      StackMap locals: sun.nio.ch.WindowsAsynchronousSocketChannelImpl$ConnectTask long java.lang.Throwable sun.nio.ch.PendingFuture
      StackMap stack: java.lang.Throwable
        15: aload 4
            monitorexit
        16: athrow
        17: .line 247
      StackMap locals: sun.nio.ch.WindowsAsynchronousSocketChannelImpl$ConnectTask long java.lang.Throwable
      StackMap stack: java.lang.Throwable
            astore 4 /* x */
        start local 4 // java.lang.Throwable x
        18: .line 248
            lload 1 /* overlapped */
            lconst_0
            lcmp
            ifeq 20
        19: .line 249
            aload 0 /* this */
            getfield sun.nio.ch.WindowsAsynchronousSocketChannelImpl$ConnectTask.this$0:Lsun/nio/ch/WindowsAsynchronousSocketChannelImpl;
            getfield sun.nio.ch.WindowsAsynchronousSocketChannelImpl.ioCache:Lsun/nio/ch/PendingIoCache;
            lload 1 /* overlapped */
            invokevirtual sun.nio.ch.PendingIoCache.remove:(J)Lsun/nio/ch/PendingFuture;
            pop
        20: .line 250
      StackMap locals: java.lang.Throwable
      StackMap stack:
            aload 4 /* x */
            astore 3 /* exc */
        end local 4 // java.lang.Throwable x
        21: .line 252
            aload 0 /* this */
            getfield sun.nio.ch.WindowsAsynchronousSocketChannelImpl$ConnectTask.this$0:Lsun/nio/ch/WindowsAsynchronousSocketChannelImpl;
            invokevirtual sun.nio.ch.WindowsAsynchronousSocketChannelImpl.end:()V
            goto 26
        22: .line 251
      StackMap locals: sun.nio.ch.WindowsAsynchronousSocketChannelImpl$ConnectTask long java.lang.Throwable
      StackMap stack: java.lang.Throwable
            astore 6
        23: .line 252
            aload 0 /* this */
            getfield sun.nio.ch.WindowsAsynchronousSocketChannelImpl$ConnectTask.this$0:Lsun/nio/ch/WindowsAsynchronousSocketChannelImpl;
            invokevirtual sun.nio.ch.WindowsAsynchronousSocketChannelImpl.end:()V
        24: .line 253
            aload 6
            athrow
        25: .line 252
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.WindowsAsynchronousSocketChannelImpl$ConnectTask.this$0:Lsun/nio/ch/WindowsAsynchronousSocketChannelImpl;
            invokevirtual sun.nio.ch.WindowsAsynchronousSocketChannelImpl.end:()V
        26: .line 255
      StackMap locals:
      StackMap stack:
            aload 3 /* exc */
            ifnull 30
        27: .line 256
            aload 0 /* this */
            invokevirtual sun.nio.ch.WindowsAsynchronousSocketChannelImpl$ConnectTask.closeChannel:()V
        28: .line 257
            aload 0 /* this */
            aload 3 /* exc */
            invokevirtual sun.nio.ch.WindowsAsynchronousSocketChannelImpl$ConnectTask.toIOException:(Ljava/lang/Throwable;)Ljava/io/IOException;
            aload 0 /* this */
            getfield sun.nio.ch.WindowsAsynchronousSocketChannelImpl$ConnectTask.remote:Ljava/net/InetSocketAddress;
            invokestatic sun.net.util.SocketExceptions.of:(Ljava/io/IOException;Ljava/net/InetSocketAddress;)Ljava/io/IOException;
            astore 3 /* exc */
        29: .line 258
            aload 0 /* this */
            getfield sun.nio.ch.WindowsAsynchronousSocketChannelImpl$ConnectTask.result:Lsun/nio/ch/PendingFuture;
            aload 3 /* exc */
            invokevirtual sun.nio.ch.PendingFuture.setFailure:(Ljava/lang/Throwable;)V
        30: .line 260
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.WindowsAsynchronousSocketChannelImpl$ConnectTask.result:Lsun/nio/ch/PendingFuture;
            invokestatic sun.nio.ch.Invoker.invoke:(Lsun/nio/ch/PendingFuture;)V
        31: .line 261
            return
        end local 3 // java.lang.Throwable exc
        end local 1 // long overlapped
        end local 0 // sun.nio.ch.WindowsAsynchronousSocketChannelImpl$ConnectTask this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   32     0        this  Lsun/nio/ch/WindowsAsynchronousSocketChannelImpl$ConnectTask<TA;>;
            1   32     1  overlapped  J
            2   32     3         exc  Ljava/lang/Throwable;
            8   13     5           n  I
           18   21     4           x  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           4    10      15  any
          11    14      15  any
          15    16      15  any
           2    10      17  Class java.lang.Throwable
          11    17      17  Class java.lang.Throwable
           2    10      22  any
          11    21      22  any

  public void completed(int, boolean);
    descriptor: (IZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=3
        start local 0 // sun.nio.ch.WindowsAsynchronousSocketChannelImpl$ConnectTask this
        start local 1 // int bytesTransferred
        start local 2 // boolean canInvokeDirect
         0: .line 268
            aconst_null
            astore 3 /* exc */
        start local 3 // java.lang.Throwable exc
         1: .line 270
            aload 0 /* this */
            getfield sun.nio.ch.WindowsAsynchronousSocketChannelImpl$ConnectTask.this$0:Lsun/nio/ch/WindowsAsynchronousSocketChannelImpl;
            invokevirtual sun.nio.ch.WindowsAsynchronousSocketChannelImpl.begin:()V
         2: .line 271
            aload 0 /* this */
            invokevirtual sun.nio.ch.WindowsAsynchronousSocketChannelImpl$ConnectTask.afterConnect:()V
         3: .line 272
            aload 0 /* this */
            getfield sun.nio.ch.WindowsAsynchronousSocketChannelImpl$ConnectTask.result:Lsun/nio/ch/PendingFuture;
            aconst_null
            invokevirtual sun.nio.ch.PendingFuture.setResult:(Ljava/lang/Object;)V
         4: .line 273
            goto 11
      StackMap locals: sun.nio.ch.WindowsAsynchronousSocketChannelImpl$ConnectTask int int java.lang.Throwable
      StackMap stack: java.lang.Throwable
         5: astore 4 /* x */
        start local 4 // java.lang.Throwable x
         6: .line 275
            aload 4 /* x */
            astore 3 /* exc */
        end local 4 // java.lang.Throwable x
         7: .line 277
            aload 0 /* this */
            getfield sun.nio.ch.WindowsAsynchronousSocketChannelImpl$ConnectTask.this$0:Lsun/nio/ch/WindowsAsynchronousSocketChannelImpl;
            invokevirtual sun.nio.ch.WindowsAsynchronousSocketChannelImpl.end:()V
            goto 12
         8: .line 276
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 5
         9: .line 277
            aload 0 /* this */
            getfield sun.nio.ch.WindowsAsynchronousSocketChannelImpl$ConnectTask.this$0:Lsun/nio/ch/WindowsAsynchronousSocketChannelImpl;
            invokevirtual sun.nio.ch.WindowsAsynchronousSocketChannelImpl.end:()V
        10: .line 278
            aload 5
            athrow
        11: .line 277
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.WindowsAsynchronousSocketChannelImpl$ConnectTask.this$0:Lsun/nio/ch/WindowsAsynchronousSocketChannelImpl;
            invokevirtual sun.nio.ch.WindowsAsynchronousSocketChannelImpl.end:()V
        12: .line 281
      StackMap locals:
      StackMap stack:
            aload 3 /* exc */
            ifnull 17
        13: .line 282
            aload 0 /* this */
            invokevirtual sun.nio.ch.WindowsAsynchronousSocketChannelImpl$ConnectTask.closeChannel:()V
        14: .line 283
            aload 0 /* this */
            aload 3 /* exc */
            invokevirtual sun.nio.ch.WindowsAsynchronousSocketChannelImpl$ConnectTask.toIOException:(Ljava/lang/Throwable;)Ljava/io/IOException;
            astore 4 /* ee */
        start local 4 // java.io.IOException ee
        15: .line 284
            aload 4 /* ee */
            aload 0 /* this */
            getfield sun.nio.ch.WindowsAsynchronousSocketChannelImpl$ConnectTask.remote:Ljava/net/InetSocketAddress;
            invokestatic sun.net.util.SocketExceptions.of:(Ljava/io/IOException;Ljava/net/InetSocketAddress;)Ljava/io/IOException;
            astore 4 /* ee */
        16: .line 285
            aload 0 /* this */
            getfield sun.nio.ch.WindowsAsynchronousSocketChannelImpl$ConnectTask.result:Lsun/nio/ch/PendingFuture;
            aload 4 /* ee */
            invokevirtual sun.nio.ch.PendingFuture.setFailure:(Ljava/lang/Throwable;)V
        end local 4 // java.io.IOException ee
        17: .line 288
      StackMap locals:
      StackMap stack:
            iload 2 /* canInvokeDirect */
            ifeq 20
        18: .line 289
            aload 0 /* this */
            getfield sun.nio.ch.WindowsAsynchronousSocketChannelImpl$ConnectTask.result:Lsun/nio/ch/PendingFuture;
            invokestatic sun.nio.ch.Invoker.invokeUnchecked:(Lsun/nio/ch/PendingFuture;)V
        19: .line 290
            goto 21
        20: .line 291
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.WindowsAsynchronousSocketChannelImpl$ConnectTask.result:Lsun/nio/ch/PendingFuture;
            invokestatic sun.nio.ch.Invoker.invoke:(Lsun/nio/ch/PendingFuture;)V
        21: .line 293
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.lang.Throwable exc
        end local 2 // boolean canInvokeDirect
        end local 1 // int bytesTransferred
        end local 0 // sun.nio.ch.WindowsAsynchronousSocketChannelImpl$ConnectTask this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   22     0              this  Lsun/nio/ch/WindowsAsynchronousSocketChannelImpl$ConnectTask<TA;>;
            0   22     1  bytesTransferred  I
            0   22     2   canInvokeDirect  Z
            1   22     3               exc  Ljava/lang/Throwable;
            6    7     4                 x  Ljava/lang/Throwable;
           15   17     4                ee  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           1     4       5  Class java.lang.Throwable
           1     7       8  any
    MethodParameters:
                  Name  Flags
      bytesTransferred  
      canInvokeDirect   

  public void failed(int, java.io.IOException);
    descriptor: (ILjava/io/IOException;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // sun.nio.ch.WindowsAsynchronousSocketChannelImpl$ConnectTask this
        start local 1 // int error
        start local 2 // java.io.IOException x
         0: .line 300
            aload 2 /* x */
            aload 0 /* this */
            getfield sun.nio.ch.WindowsAsynchronousSocketChannelImpl$ConnectTask.remote:Ljava/net/InetSocketAddress;
            invokestatic sun.net.util.SocketExceptions.of:(Ljava/io/IOException;Ljava/net/InetSocketAddress;)Ljava/io/IOException;
            astore 2 /* x */
         1: .line 301
            aload 0 /* this */
            getfield sun.nio.ch.WindowsAsynchronousSocketChannelImpl$ConnectTask.this$0:Lsun/nio/ch/WindowsAsynchronousSocketChannelImpl;
            invokevirtual sun.nio.ch.WindowsAsynchronousSocketChannelImpl.isOpen:()Z
            ifeq 5
         2: .line 302
            aload 0 /* this */
            invokevirtual sun.nio.ch.WindowsAsynchronousSocketChannelImpl$ConnectTask.closeChannel:()V
         3: .line 303
            aload 0 /* this */
            getfield sun.nio.ch.WindowsAsynchronousSocketChannelImpl$ConnectTask.result:Lsun/nio/ch/PendingFuture;
            aload 2 /* x */
            invokevirtual sun.nio.ch.PendingFuture.setFailure:(Ljava/lang/Throwable;)V
         4: .line 304
            goto 7
         5: .line 305
      StackMap locals:
      StackMap stack:
            new java.nio.channels.AsynchronousCloseException
            dup
            invokespecial java.nio.channels.AsynchronousCloseException.<init>:()V
            aload 0 /* this */
            getfield sun.nio.ch.WindowsAsynchronousSocketChannelImpl$ConnectTask.remote:Ljava/net/InetSocketAddress;
            invokestatic sun.net.util.SocketExceptions.of:(Ljava/io/IOException;Ljava/net/InetSocketAddress;)Ljava/io/IOException;
            astore 2 /* x */
         6: .line 306
            aload 0 /* this */
            getfield sun.nio.ch.WindowsAsynchronousSocketChannelImpl$ConnectTask.result:Lsun/nio/ch/PendingFuture;
            aload 2 /* x */
            invokevirtual sun.nio.ch.PendingFuture.setFailure:(Ljava/lang/Throwable;)V
         7: .line 308
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.WindowsAsynchronousSocketChannelImpl$ConnectTask.result:Lsun/nio/ch/PendingFuture;
            invokestatic sun.nio.ch.Invoker.invoke:(Lsun/nio/ch/PendingFuture;)V
         8: .line 309
            return
        end local 2 // java.io.IOException x
        end local 1 // int error
        end local 0 // sun.nio.ch.WindowsAsynchronousSocketChannelImpl$ConnectTask this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lsun/nio/ch/WindowsAsynchronousSocketChannelImpl$ConnectTask<TA;>;
            0    9     1  error  I
            0    9     2      x  Ljava/io/IOException;
    MethodParameters:
       Name  Flags
      error  
      x      
}
Signature: <A:Ljava/lang/Object;>Ljava/lang/Object;Ljava/lang/Runnable;Lsun/nio/ch/Iocp$ResultHandler;
SourceFile: "WindowsAsynchronousSocketChannelImpl.java"
NestHost: sun.nio.ch.WindowsAsynchronousSocketChannelImpl
InnerClasses:
  abstract ResultHandler = sun.nio.ch.Iocp$ResultHandler of sun.nio.ch.Iocp
  private ConnectTask = sun.nio.ch.WindowsAsynchronousSocketChannelImpl$ConnectTask of sun.nio.ch.WindowsAsynchronousSocketChannelImpl