class sun.nio.fs.WindowsFileCopy$1 extends sun.nio.fs.Cancellable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.nio.fs.WindowsFileCopy$1
  super_class: sun.nio.fs.Cancellable
{
  private final java.lang.String val$sourcePath;
    descriptor: Ljava/lang/String;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final java.lang.String val$targetPath;
    descriptor: Ljava/lang/String;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final int val$flags;
    descriptor: I
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final sun.nio.fs.WindowsPath val$source;
    descriptor: Lsun/nio/fs/WindowsPath;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final sun.nio.fs.WindowsPath val$target;
    descriptor: Lsun/nio/fs/WindowsPath;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(java.lang.String, java.lang.String, int, sun.nio.fs.WindowsPath, sun.nio.fs.WindowsPath);
    descriptor: (Ljava/lang/String;Ljava/lang/String;ILsun/nio/fs/WindowsPath;Lsun/nio/fs/WindowsPath;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=6, args_size=6
        start local 0 // sun.nio.fs.WindowsFileCopy$1 this
         0: .line 174
            aload 0 /* this */
            aload 1
            putfield sun.nio.fs.WindowsFileCopy$1.val$sourcePath:Ljava/lang/String;
            aload 0 /* this */
            aload 2
            putfield sun.nio.fs.WindowsFileCopy$1.val$targetPath:Ljava/lang/String;
            aload 0 /* this */
            iload 3
            putfield sun.nio.fs.WindowsFileCopy$1.val$flags:I
            aload 0 /* this */
            aload 4
            putfield sun.nio.fs.WindowsFileCopy$1.val$source:Lsun/nio/fs/WindowsPath;
            aload 0 /* this */
            aload 5
            putfield sun.nio.fs.WindowsFileCopy$1.val$target:Lsun/nio/fs/WindowsPath;
            aload 0 /* this */
            invokespecial sun.nio.fs.Cancellable.<init>:()V
            return
        end local 0 // sun.nio.fs.WindowsFileCopy$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/fs/WindowsFileCopy$1;
    MethodParameters:
                Name  Flags
      val$sourcePath  final
      val$targetPath  final
      val$flags       final
      val$source      final
      val$target      final

  public int cancelValue();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.nio.fs.WindowsFileCopy$1 this
         0: .line 177
            iconst_1
            ireturn
        end local 0 // sun.nio.fs.WindowsFileCopy$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/fs/WindowsFileCopy$1;

  public void implRun();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // sun.nio.fs.WindowsFileCopy$1 this
         0: .line 182
            aload 0 /* this */
            getfield sun.nio.fs.WindowsFileCopy$1.val$sourcePath:Ljava/lang/String;
            aload 0 /* this */
            getfield sun.nio.fs.WindowsFileCopy$1.val$targetPath:Ljava/lang/String;
            aload 0 /* this */
            getfield sun.nio.fs.WindowsFileCopy$1.val$flags:I
         1: .line 183
            aload 0 /* this */
            invokevirtual sun.nio.fs.WindowsFileCopy$1.addressToPollForCancel:()J
         2: .line 182
            invokestatic sun.nio.fs.WindowsNativeDispatcher.CopyFileEx:(Ljava/lang/String;Ljava/lang/String;IJ)V
         3: .line 184
            goto 6
      StackMap locals:
      StackMap stack: sun.nio.fs.WindowsException
         4: astore 1 /* x */
        start local 1 // sun.nio.fs.WindowsException x
         5: .line 185
            aload 1 /* x */
            aload 0 /* this */
            getfield sun.nio.fs.WindowsFileCopy$1.val$source:Lsun/nio/fs/WindowsPath;
            aload 0 /* this */
            getfield sun.nio.fs.WindowsFileCopy$1.val$target:Lsun/nio/fs/WindowsPath;
            invokevirtual sun.nio.fs.WindowsException.rethrowAsIOException:(Lsun/nio/fs/WindowsPath;Lsun/nio/fs/WindowsPath;)V
        end local 1 // sun.nio.fs.WindowsException x
         6: .line 187
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.nio.fs.WindowsFileCopy$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/nio/fs/WindowsFileCopy$1;
            5    6     1     x  Lsun/nio/fs/WindowsException;
      Exception table:
        from    to  target  type
           0     3       4  Class sun.nio.fs.WindowsException
    Exceptions:
      throws java.io.IOException
}
SourceFile: "WindowsFileCopy.java"
EnclosingMethod: sun.nio.fs.WindowsFileCopy.copy:(Lsun/nio/fs/WindowsPath;Lsun/nio/fs/WindowsPath;[Ljava/nio/file/CopyOption;)V
NestHost: sun.nio.fs.WindowsFileCopy
InnerClasses:
  sun.nio.fs.WindowsFileCopy$1