class sun.nio.ch.WindowsAsynchronousFileChannelImpl$LockTask<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.WindowsAsynchronousFileChannelImpl$LockTask
  super_class: java.lang.Object
{
  private final long position;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final sun.nio.ch.FileLockImpl fli;
    descriptor: Lsun/nio/ch/FileLockImpl;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

  void <init>(long, sun.nio.ch.FileLockImpl, sun.nio.ch.PendingFuture<java.nio.channels.FileLock, A>);
    descriptor: (Lsun/nio/ch/WindowsAsynchronousFileChannelImpl;JLsun/nio/ch/FileLockImpl;Lsun/nio/ch/PendingFuture;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=6, args_size=5
        start local 0 // sun.nio.ch.WindowsAsynchronousFileChannelImpl$LockTask this
        start local 2 // long position
        start local 4 // sun.nio.ch.FileLockImpl fli
        start local 5 // sun.nio.ch.PendingFuture result
         0: .line 222
            aload 0 /* this */
            aload 1
            putfield sun.nio.ch.WindowsAsynchronousFileChannelImpl$LockTask.this$0:Lsun/nio/ch/WindowsAsynchronousFileChannelImpl;
         1: .line 219
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         2: .line 223
            aload 0 /* this */
            lload 2 /* position */
            putfield sun.nio.ch.WindowsAsynchronousFileChannelImpl$LockTask.position:J
         3: .line 224
            aload 0 /* this */
            aload 4 /* fli */
            putfield sun.nio.ch.WindowsAsynchronousFileChannelImpl$LockTask.fli:Lsun/nio/ch/FileLockImpl;
         4: .line 225
            aload 0 /* this */
            aload 5 /* result */
            putfield sun.nio.ch.WindowsAsynchronousFileChannelImpl$LockTask.result:Lsun/nio/ch/PendingFuture;
         5: .line 226
            return
        end local 5 // sun.nio.ch.PendingFuture result
        end local 4 // sun.nio.ch.FileLockImpl fli
        end local 2 // long position
        end local 0 // sun.nio.ch.WindowsAsynchronousFileChannelImpl$LockTask this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lsun/nio/ch/WindowsAsynchronousFileChannelImpl$LockTask<TA;>;
            0    6     2  position  J
            0    6     4       fli  Lsun/nio/ch/FileLockImpl;
            0    6     5    result  Lsun/nio/ch/PendingFuture<Ljava/nio/channels/FileLock;TA;>;
    Signature: (JLsun/nio/ch/FileLockImpl;Lsun/nio/ch/PendingFuture<Ljava/nio/channels/FileLock;TA;>;)V
    MethodParameters:
          Name  Flags
      this$0    final
      position  
      fli       
      result    

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=6, args_size=1
        start local 0 // sun.nio.ch.WindowsAsynchronousFileChannelImpl$LockTask this
         0: .line 230
            lconst_0
            lstore 1 /* overlapped */
        start local 1 // long overlapped
         1: .line 232
            aload 0 /* this */
            getfield sun.nio.ch.WindowsAsynchronousFileChannelImpl$LockTask.this$0:Lsun/nio/ch/WindowsAsynchronousFileChannelImpl;
            invokevirtual sun.nio.ch.WindowsAsynchronousFileChannelImpl.begin:()V
         2: .line 235
            aload 0 /* this */
            getfield sun.nio.ch.WindowsAsynchronousFileChannelImpl$LockTask.this$0:Lsun/nio/ch/WindowsAsynchronousFileChannelImpl;
            getfield sun.nio.ch.WindowsAsynchronousFileChannelImpl.ioCache:Lsun/nio/ch/PendingIoCache;
            aload 0 /* this */
            getfield sun.nio.ch.WindowsAsynchronousFileChannelImpl$LockTask.result:Lsun/nio/ch/PendingFuture;
            invokevirtual sun.nio.ch.PendingIoCache.add:(Lsun/nio/ch/PendingFuture;)J
            lstore 1 /* overlapped */
         3: .line 239
            aload 0 /* this */
            getfield sun.nio.ch.WindowsAsynchronousFileChannelImpl$LockTask.result:Lsun/nio/ch/PendingFuture;
            dup
            astore 3
            monitorenter
         4: .line 240
            aload 0 /* this */
            getfield sun.nio.ch.WindowsAsynchronousFileChannelImpl$LockTask.this$0:Lsun/nio/ch/WindowsAsynchronousFileChannelImpl;
            getfield sun.nio.ch.WindowsAsynchronousFileChannelImpl.handle:J
            aload 0 /* this */
            getfield sun.nio.ch.WindowsAsynchronousFileChannelImpl$LockTask.position:J
            aload 0 /* this */
            getfield sun.nio.ch.WindowsAsynchronousFileChannelImpl$LockTask.fli:Lsun/nio/ch/FileLockImpl;
            invokevirtual sun.nio.ch.FileLockImpl.size:()J
            aload 0 /* this */
            getfield sun.nio.ch.WindowsAsynchronousFileChannelImpl$LockTask.fli:Lsun/nio/ch/FileLockImpl;
            invokevirtual sun.nio.ch.FileLockImpl.isShared:()Z
         5: .line 241
            lload 1 /* overlapped */
         6: .line 240
            invokestatic sun.nio.ch.WindowsAsynchronousFileChannelImpl.lockFile:(JJJZJ)I
            istore 4 /* n */
        start local 4 // int n
         7: .line 242
            iload 4 /* n */
            bipush -2
            if_icmpne 10
         8: .line 244
            aload 3
            monitorexit
         9: .line 257
            aload 0 /* this */
            getfield sun.nio.ch.WindowsAsynchronousFileChannelImpl$LockTask.this$0:Lsun/nio/ch/WindowsAsynchronousFileChannelImpl;
            invokevirtual sun.nio.ch.WindowsAsynchronousFileChannelImpl.end:()V
            return
        10: .line 247
      StackMap locals: long sun.nio.ch.PendingFuture int
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.WindowsAsynchronousFileChannelImpl$LockTask.result:Lsun/nio/ch/PendingFuture;
            aload 0 /* this */
            getfield sun.nio.ch.WindowsAsynchronousFileChannelImpl$LockTask.fli:Lsun/nio/ch/FileLockImpl;
            invokevirtual sun.nio.ch.PendingFuture.setResult:(Ljava/lang/Object;)V
        end local 4 // int n
        11: .line 239
            aload 3
            monitorexit
        12: goto 24
      StackMap locals: sun.nio.ch.WindowsAsynchronousFileChannelImpl$LockTask long sun.nio.ch.PendingFuture
      StackMap stack: java.lang.Throwable
        13: aload 3
            monitorexit
        14: athrow
        15: .line 250
      StackMap locals: sun.nio.ch.WindowsAsynchronousFileChannelImpl$LockTask long
      StackMap stack: java.lang.Throwable
            astore 3 /* x */
        start local 3 // java.lang.Throwable x
        16: .line 252
            aload 0 /* this */
            getfield sun.nio.ch.WindowsAsynchronousFileChannelImpl$LockTask.this$0:Lsun/nio/ch/WindowsAsynchronousFileChannelImpl;
            aload 0 /* this */
            getfield sun.nio.ch.WindowsAsynchronousFileChannelImpl$LockTask.fli:Lsun/nio/ch/FileLockImpl;
            invokevirtual sun.nio.ch.WindowsAsynchronousFileChannelImpl.removeFromFileLockTable:(Lsun/nio/ch/FileLockImpl;)V
        17: .line 253
            aload 0 /* this */
            getfield sun.nio.ch.WindowsAsynchronousFileChannelImpl$LockTask.result:Lsun/nio/ch/PendingFuture;
            aload 3 /* x */
            invokestatic sun.nio.ch.WindowsAsynchronousFileChannelImpl.toIOException:(Ljava/lang/Throwable;)Ljava/io/IOException;
            invokevirtual sun.nio.ch.PendingFuture.setFailure:(Ljava/lang/Throwable;)V
        18: .line 254
            lload 1 /* overlapped */
            lconst_0
            lcmp
            ifeq 20
        19: .line 255
            aload 0 /* this */
            getfield sun.nio.ch.WindowsAsynchronousFileChannelImpl$LockTask.this$0:Lsun/nio/ch/WindowsAsynchronousFileChannelImpl;
            getfield sun.nio.ch.WindowsAsynchronousFileChannelImpl.ioCache:Lsun/nio/ch/PendingIoCache;
            lload 1 /* overlapped */
            invokevirtual sun.nio.ch.PendingIoCache.remove:(J)Lsun/nio/ch/PendingFuture;
            pop
        end local 3 // java.lang.Throwable x
        20: .line 257
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.WindowsAsynchronousFileChannelImpl$LockTask.this$0:Lsun/nio/ch/WindowsAsynchronousFileChannelImpl;
            invokevirtual sun.nio.ch.WindowsAsynchronousFileChannelImpl.end:()V
            goto 25
        21: .line 256
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 5
        22: .line 257
            aload 0 /* this */
            getfield sun.nio.ch.WindowsAsynchronousFileChannelImpl$LockTask.this$0:Lsun/nio/ch/WindowsAsynchronousFileChannelImpl;
            invokevirtual sun.nio.ch.WindowsAsynchronousFileChannelImpl.end:()V
        23: .line 258
            aload 5
            athrow
        24: .line 257
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.WindowsAsynchronousFileChannelImpl$LockTask.this$0:Lsun/nio/ch/WindowsAsynchronousFileChannelImpl;
            invokevirtual sun.nio.ch.WindowsAsynchronousFileChannelImpl.end:()V
        25: .line 261
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.WindowsAsynchronousFileChannelImpl$LockTask.result:Lsun/nio/ch/PendingFuture;
            invokestatic sun.nio.ch.Invoker.invoke:(Lsun/nio/ch/PendingFuture;)V
        26: .line 262
            return
        end local 1 // long overlapped
        end local 0 // sun.nio.ch.WindowsAsynchronousFileChannelImpl$LockTask this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   27     0        this  Lsun/nio/ch/WindowsAsynchronousFileChannelImpl$LockTask<TA;>;
            1   27     1  overlapped  J
            7   11     4           n  I
           16   20     3           x  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           4     9      13  any
          10    12      13  any
          13    14      13  any
           1     9      15  Class java.lang.Throwable
          10    15      15  Class java.lang.Throwable
           1     9      21  any
          10    20      21  any

  public void completed(int, boolean);
    descriptor: (IZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // sun.nio.ch.WindowsAsynchronousFileChannelImpl$LockTask this
        start local 1 // int bytesTransferred
        start local 2 // boolean canInvokeDirect
         0: .line 267
            aload 0 /* this */
            getfield sun.nio.ch.WindowsAsynchronousFileChannelImpl$LockTask.result:Lsun/nio/ch/PendingFuture;
            aload 0 /* this */
            getfield sun.nio.ch.WindowsAsynchronousFileChannelImpl$LockTask.fli:Lsun/nio/ch/FileLockImpl;
            invokevirtual sun.nio.ch.PendingFuture.setResult:(Ljava/lang/Object;)V
         1: .line 268
            iload 2 /* canInvokeDirect */
            ifeq 4
         2: .line 269
            aload 0 /* this */
            getfield sun.nio.ch.WindowsAsynchronousFileChannelImpl$LockTask.result:Lsun/nio/ch/PendingFuture;
            invokestatic sun.nio.ch.Invoker.invokeUnchecked:(Lsun/nio/ch/PendingFuture;)V
         3: .line 270
            goto 5
         4: .line 271
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.WindowsAsynchronousFileChannelImpl$LockTask.result:Lsun/nio/ch/PendingFuture;
            invokestatic sun.nio.ch.Invoker.invoke:(Lsun/nio/ch/PendingFuture;)V
         5: .line 273
      StackMap locals:
      StackMap stack:
            return
        end local 2 // boolean canInvokeDirect
        end local 1 // int bytesTransferred
        end local 0 // sun.nio.ch.WindowsAsynchronousFileChannelImpl$LockTask this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    6     0              this  Lsun/nio/ch/WindowsAsynchronousFileChannelImpl$LockTask<TA;>;
            0    6     1  bytesTransferred  I
            0    6     2   canInvokeDirect  Z
    MethodParameters:
                  Name  Flags
      bytesTransferred  
      canInvokeDirect   

  public void failed(int, java.io.IOException);
    descriptor: (ILjava/io/IOException;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.nio.ch.WindowsAsynchronousFileChannelImpl$LockTask this
        start local 1 // int error
        start local 2 // java.io.IOException x
         0: .line 278
            aload 0 /* this */
            getfield sun.nio.ch.WindowsAsynchronousFileChannelImpl$LockTask.this$0:Lsun/nio/ch/WindowsAsynchronousFileChannelImpl;
            aload 0 /* this */
            getfield sun.nio.ch.WindowsAsynchronousFileChannelImpl$LockTask.fli:Lsun/nio/ch/FileLockImpl;
            invokevirtual sun.nio.ch.WindowsAsynchronousFileChannelImpl.removeFromFileLockTable:(Lsun/nio/ch/FileLockImpl;)V
         1: .line 281
            aload 0 /* this */
            getfield sun.nio.ch.WindowsAsynchronousFileChannelImpl$LockTask.this$0:Lsun/nio/ch/WindowsAsynchronousFileChannelImpl;
            invokevirtual sun.nio.ch.WindowsAsynchronousFileChannelImpl.isOpen:()Z
            ifeq 4
         2: .line 282
            aload 0 /* this */
            getfield sun.nio.ch.WindowsAsynchronousFileChannelImpl$LockTask.result:Lsun/nio/ch/PendingFuture;
            aload 2 /* x */
            invokevirtual sun.nio.ch.PendingFuture.setFailure:(Ljava/lang/Throwable;)V
         3: .line 283
            goto 5
         4: .line 284
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.WindowsAsynchronousFileChannelImpl$LockTask.result:Lsun/nio/ch/PendingFuture;
            new java.nio.channels.AsynchronousCloseException
            dup
            invokespecial java.nio.channels.AsynchronousCloseException.<init>:()V
            invokevirtual sun.nio.ch.PendingFuture.setFailure:(Ljava/lang/Throwable;)V
         5: .line 286
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.WindowsAsynchronousFileChannelImpl$LockTask.result:Lsun/nio/ch/PendingFuture;
            invokestatic sun.nio.ch.Invoker.invoke:(Lsun/nio/ch/PendingFuture;)V
         6: .line 287
            return
        end local 2 // java.io.IOException x
        end local 1 // int error
        end local 0 // sun.nio.ch.WindowsAsynchronousFileChannelImpl$LockTask this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lsun/nio/ch/WindowsAsynchronousFileChannelImpl$LockTask<TA;>;
            0    7     1  error  I
            0    7     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: "WindowsAsynchronousFileChannelImpl.java"
NestHost: sun.nio.ch.WindowsAsynchronousFileChannelImpl
InnerClasses:
  abstract ResultHandler = sun.nio.ch.Iocp$ResultHandler of sun.nio.ch.Iocp
  private LockTask = sun.nio.ch.WindowsAsynchronousFileChannelImpl$LockTask of sun.nio.ch.WindowsAsynchronousFileChannelImpl