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

  private final sun.nio.ch.WindowsAsynchronousSocketChannelImpl$WriteTask val$writeTask;
    descriptor: Lsun/nio/ch/WindowsAsynchronousSocketChannelImpl$WriteTask;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

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

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.nio.ch.WindowsAsynchronousSocketChannelImpl$3 this
         0: .line 899
            aload 0 /* this */
            getfield sun.nio.ch.WindowsAsynchronousSocketChannelImpl$3.val$writeTask:Lsun/nio/ch/WindowsAsynchronousSocketChannelImpl$WriteTask;
            invokevirtual sun.nio.ch.WindowsAsynchronousSocketChannelImpl$WriteTask.timeout:()V
         1: .line 900
            return
        end local 0 // sun.nio.ch.WindowsAsynchronousSocketChannelImpl$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/nio/ch/WindowsAsynchronousSocketChannelImpl$3;
}
SourceFile: "WindowsAsynchronousSocketChannelImpl.java"
EnclosingMethod: sun.nio.ch.WindowsAsynchronousSocketChannelImpl.implWrite:(ZLjava/nio/ByteBuffer;[Ljava/nio/ByteBuffer;JLjava/util/concurrent/TimeUnit;Ljava/lang/Object;Ljava/nio/channels/CompletionHandler;)Ljava/util/concurrent/Future;
NestHost: sun.nio.ch.WindowsAsynchronousSocketChannelImpl
InnerClasses:
  sun.nio.ch.WindowsAsynchronousSocketChannelImpl$3
  private WriteTask = sun.nio.ch.WindowsAsynchronousSocketChannelImpl$WriteTask of sun.nio.ch.WindowsAsynchronousSocketChannelImpl