class sun.nio.fs.WindowsLinkSupport
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.nio.fs.WindowsLinkSupport
  super_class: java.lang.Object
{
  private static final jdk.internal.misc.Unsafe unsafe;
    descriptor: Ljdk/internal/misc/Unsafe;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 42
            ldc Lsun/nio/fs/WindowsLinkSupport;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic sun.nio.fs.WindowsLinkSupport.$assertionsDisabled:Z
         3: .line 43
            invokestatic jdk.internal.misc.Unsafe.getUnsafe:()Ljdk/internal/misc/Unsafe;
            putstatic sun.nio.fs.WindowsLinkSupport.unsafe:Ljdk/internal/misc/Unsafe;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.nio.fs.WindowsLinkSupport this
         0: .line 45
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 46
            return
        end local 0 // sun.nio.fs.WindowsLinkSupport this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/nio/fs/WindowsLinkSupport;

  static java.lang.String readLink(sun.nio.fs.WindowsPath);
    descriptor: (Lsun/nio/fs/WindowsPath;)Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=5, args_size=1
        start local 0 // sun.nio.fs.WindowsPath path
         0: .line 52
            lconst_0
            lstore 1 /* handle */
        start local 1 // long handle
         1: .line 54
            aload 0 /* path */
            iconst_0
            invokevirtual sun.nio.fs.WindowsPath.openForReadAttributeAccess:(Z)J
            lstore 1 /* handle */
         2: .line 55
            goto 5
      StackMap locals: sun.nio.fs.WindowsPath long
      StackMap stack: sun.nio.fs.WindowsException
         3: astore 3 /* x */
        start local 3 // sun.nio.fs.WindowsException x
         4: .line 56
            aload 3 /* x */
            aload 0 /* path */
            invokevirtual sun.nio.fs.WindowsException.rethrowAsIOException:(Lsun/nio/fs/WindowsPath;)V
        end local 3 // sun.nio.fs.WindowsException x
         5: .line 59
      StackMap locals:
      StackMap stack:
            lload 1 /* handle */
            invokestatic sun.nio.fs.WindowsLinkSupport.readLinkImpl:(J)Ljava/lang/String;
            astore 4
         6: .line 61
            lload 1 /* handle */
            invokestatic sun.nio.fs.WindowsNativeDispatcher.CloseHandle:(J)V
         7: .line 59
            aload 4
            areturn
         8: .line 60
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 3
         9: .line 61
            lload 1 /* handle */
            invokestatic sun.nio.fs.WindowsNativeDispatcher.CloseHandle:(J)V
        10: .line 62
            aload 3
            athrow
        end local 1 // long handle
        end local 0 // sun.nio.fs.WindowsPath path
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   11     0    path  Lsun/nio/fs/WindowsPath;
            1   11     1  handle  J
            4    5     3       x  Lsun/nio/fs/WindowsException;
      Exception table:
        from    to  target  type
           1     2       3  Class sun.nio.fs.WindowsException
           5     6       8  any
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      path  

  static java.lang.String getFinalPath(sun.nio.fs.WindowsPath);
    descriptor: (Lsun/nio/fs/WindowsPath;)Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=6, args_size=1
        start local 0 // sun.nio.fs.WindowsPath input
         0: .line 70
            lconst_0
            lstore 1 /* h */
        start local 1 // long h
         1: .line 72
            aload 0 /* input */
            iconst_1
            invokevirtual sun.nio.fs.WindowsPath.openForReadAttributeAccess:(Z)J
            lstore 1 /* h */
         2: .line 73
            goto 5
      StackMap locals: sun.nio.fs.WindowsPath long
      StackMap stack: sun.nio.fs.WindowsException
         3: astore 3 /* x */
        start local 3 // sun.nio.fs.WindowsException x
         4: .line 74
            aload 3 /* x */
            aload 0 /* input */
            invokevirtual sun.nio.fs.WindowsException.rethrowAsIOException:(Lsun/nio/fs/WindowsPath;)V
        end local 3 // sun.nio.fs.WindowsException x
         5: .line 77
      StackMap locals:
      StackMap stack:
            lload 1 /* h */
            invokestatic sun.nio.fs.WindowsNativeDispatcher.GetFinalPathNameByHandle:(J)Ljava/lang/String;
            invokestatic sun.nio.fs.WindowsLinkSupport.stripPrefix:(Ljava/lang/String;)Ljava/lang/String;
            astore 5
         6: .line 84
            lload 1 /* h */
            invokestatic sun.nio.fs.WindowsNativeDispatcher.CloseHandle:(J)V
         7: .line 77
            aload 5
            areturn
         8: .line 78
      StackMap locals:
      StackMap stack: sun.nio.fs.WindowsException
            astore 3 /* x */
        start local 3 // sun.nio.fs.WindowsException x
         9: .line 81
            aload 3 /* x */
            invokevirtual sun.nio.fs.WindowsException.lastError:()I
            bipush 124
            if_icmpeq 11
        10: .line 82
            aload 3 /* x */
            aload 0 /* input */
            invokevirtual sun.nio.fs.WindowsException.rethrowAsIOException:(Lsun/nio/fs/WindowsPath;)V
        end local 3 // sun.nio.fs.WindowsException x
        11: .line 84
      StackMap locals:
      StackMap stack:
            lload 1 /* h */
            invokestatic sun.nio.fs.WindowsNativeDispatcher.CloseHandle:(J)V
            goto 15
        12: .line 83
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4
        13: .line 84
            lload 1 /* h */
            invokestatic sun.nio.fs.WindowsNativeDispatcher.CloseHandle:(J)V
        14: .line 85
            aload 4
            athrow
        15: .line 86
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // long h
        end local 0 // sun.nio.fs.WindowsPath input
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   16     0  input  Lsun/nio/fs/WindowsPath;
            1   16     1      h  J
            4    5     3      x  Lsun/nio/fs/WindowsException;
            9   11     3      x  Lsun/nio/fs/WindowsException;
      Exception table:
        from    to  target  type
           1     2       3  Class sun.nio.fs.WindowsException
           5     6       8  Class sun.nio.fs.WindowsException
           5     6      12  any
           8    11      12  any
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      input  

  static java.lang.String getFinalPath(sun.nio.fs.WindowsPath, boolean);
    descriptor: (Lsun/nio/fs/WindowsPath;Z)Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=9, args_size=2
        start local 0 // sun.nio.fs.WindowsPath input
        start local 1 // boolean followLinks
         0: .line 96
            aload 0 /* input */
            invokevirtual sun.nio.fs.WindowsPath.getFileSystem:()Lsun/nio/fs/WindowsFileSystem;
            astore 2 /* fs */
        start local 2 // sun.nio.fs.WindowsFileSystem fs
         1: .line 99
            iload 1 /* followLinks */
            ifne 4
         2: .line 100
            aload 0 /* input */
            invokevirtual sun.nio.fs.WindowsPath.getPathForWin32Calls:()Ljava/lang/String;
         3: areturn
         4: .line 103
      StackMap locals: sun.nio.fs.WindowsFileSystem
      StackMap stack:
            aload 0 /* input */
            iconst_0
            invokestatic sun.nio.fs.WindowsFileAttributes.get:(Lsun/nio/fs/WindowsPath;Z)Lsun/nio/fs/WindowsFileAttributes;
            invokevirtual sun.nio.fs.WindowsFileAttributes.isSymbolicLink:()Z
            ifne 9
         5: .line 104
            aload 0 /* input */
            invokevirtual sun.nio.fs.WindowsPath.getPathForWin32Calls:()Ljava/lang/String;
         6: areturn
         7: .line 106
      StackMap locals:
      StackMap stack: sun.nio.fs.WindowsException
            astore 3 /* x */
        start local 3 // sun.nio.fs.WindowsException x
         8: .line 107
            aload 3 /* x */
            aload 0 /* input */
            invokevirtual sun.nio.fs.WindowsException.rethrowAsIOException:(Lsun/nio/fs/WindowsPath;)V
        end local 3 // sun.nio.fs.WindowsException x
         9: .line 111
      StackMap locals:
      StackMap stack:
            aload 0 /* input */
            invokestatic sun.nio.fs.WindowsLinkSupport.getFinalPath:(Lsun/nio/fs/WindowsPath;)Ljava/lang/String;
            astore 3 /* result */
        start local 3 // java.lang.String result
        10: .line 112
            aload 3 /* result */
            ifnull 12
        11: .line 113
            aload 3 /* result */
            areturn
        12: .line 117
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* input */
            astore 4 /* target */
        start local 4 // sun.nio.fs.WindowsPath target
        13: .line 118
            iconst_0
            istore 5 /* linkCount */
        start local 5 // int linkCount
        14: .line 122
      StackMap locals: sun.nio.fs.WindowsPath int
      StackMap stack:
            aload 4 /* target */
            iconst_0
            invokestatic sun.nio.fs.WindowsFileAttributes.get:(Lsun/nio/fs/WindowsPath;Z)Lsun/nio/fs/WindowsFileAttributes;
        15: .line 121
            astore 6 /* attrs */
        start local 6 // sun.nio.fs.WindowsFileAttributes attrs
        16: .line 124
            aload 6 /* attrs */
            invokevirtual sun.nio.fs.WindowsFileAttributes.isSymbolicLink:()Z
            ifne 21
        17: .line 125
            aload 4 /* target */
            invokevirtual sun.nio.fs.WindowsPath.getPathForWin32Calls:()Ljava/lang/String;
        18: areturn
        end local 6 // sun.nio.fs.WindowsFileAttributes attrs
        19: .line 127
      StackMap locals:
      StackMap stack: sun.nio.fs.WindowsException
            astore 6 /* x */
        start local 6 // sun.nio.fs.WindowsException x
        20: .line 128
            aload 6 /* x */
            aload 4 /* target */
            invokevirtual sun.nio.fs.WindowsException.rethrowAsIOException:(Lsun/nio/fs/WindowsPath;)V
        end local 6 // sun.nio.fs.WindowsException x
        21: .line 131
      StackMap locals:
      StackMap stack:
            aload 2 /* fs */
            aload 4 /* target */
            invokestatic sun.nio.fs.WindowsLinkSupport.readLink:(Lsun/nio/fs/WindowsPath;)Ljava/lang/String;
            invokestatic sun.nio.fs.WindowsPath.createFromNormalizedPath:(Lsun/nio/fs/WindowsFileSystem;Ljava/lang/String;)Lsun/nio/fs/WindowsPath;
        22: .line 130
            astore 6 /* link */
        start local 6 // sun.nio.fs.WindowsPath link
        23: .line 132
            aload 4 /* target */
            invokevirtual sun.nio.fs.WindowsPath.getParent:()Lsun/nio/fs/WindowsPath;
            astore 7 /* parent */
        start local 7 // sun.nio.fs.WindowsPath parent
        24: .line 133
            aload 7 /* parent */
            ifnonnull 29
        25: .line 135
            aload 4 /* target */
            astore 8 /* t */
        start local 8 // sun.nio.fs.WindowsPath t
        26: .line 137
            new sun.nio.fs.WindowsLinkSupport$1
            dup
            aload 8 /* t */
            invokespecial sun.nio.fs.WindowsLinkSupport$1.<init>:(Lsun/nio/fs/WindowsPath;)V
            invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedAction;)Ljava/lang/Object;
            checkcast sun.nio.fs.WindowsPath
        27: .line 136
            astore 4 /* target */
        28: .line 142
            aload 4 /* target */
            invokevirtual sun.nio.fs.WindowsPath.getParent:()Lsun/nio/fs/WindowsPath;
            astore 7 /* parent */
        end local 8 // sun.nio.fs.WindowsPath t
        29: .line 144
      StackMap locals: sun.nio.fs.WindowsPath sun.nio.fs.WindowsPath
      StackMap stack:
            aload 7 /* parent */
            aload 6 /* link */
            invokevirtual sun.nio.fs.WindowsPath.resolve:(Ljava/nio/file/Path;)Lsun/nio/fs/WindowsPath;
            astore 4 /* target */
        end local 7 // sun.nio.fs.WindowsPath parent
        end local 6 // sun.nio.fs.WindowsPath link
        30: .line 146
            iinc 5 /* linkCount */ 1
            iload 5 /* linkCount */
            bipush 32
        31: .line 119
            if_icmplt 14
        32: .line 148
            new java.nio.file.FileSystemException
            dup
            aload 0 /* input */
            invokevirtual sun.nio.fs.WindowsPath.getPathForExceptionMessage:()Ljava/lang/String;
            aconst_null
        33: .line 149
            ldc "Too many links"
        34: .line 148
            invokespecial java.nio.file.FileSystemException.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
            athrow
        end local 5 // int linkCount
        end local 4 // sun.nio.fs.WindowsPath target
        end local 3 // java.lang.String result
        end local 2 // sun.nio.fs.WindowsFileSystem fs
        end local 1 // boolean followLinks
        end local 0 // sun.nio.fs.WindowsPath input
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   35     0        input  Lsun/nio/fs/WindowsPath;
            0   35     1  followLinks  Z
            1   35     2           fs  Lsun/nio/fs/WindowsFileSystem;
            8    9     3            x  Lsun/nio/fs/WindowsException;
           10   35     3       result  Ljava/lang/String;
           13   35     4       target  Lsun/nio/fs/WindowsPath;
           14   35     5    linkCount  I
           16   19     6        attrs  Lsun/nio/fs/WindowsFileAttributes;
           20   21     6            x  Lsun/nio/fs/WindowsException;
           23   30     6         link  Lsun/nio/fs/WindowsPath;
           24   30     7       parent  Lsun/nio/fs/WindowsPath;
           26   29     8            t  Lsun/nio/fs/WindowsPath;
      Exception table:
        from    to  target  type
           1     3       7  Class sun.nio.fs.WindowsException
           4     6       7  Class sun.nio.fs.WindowsException
          14    18      19  Class sun.nio.fs.WindowsException
    Exceptions:
      throws java.io.IOException
    MethodParameters:
             Name  Flags
      input        
      followLinks  

  static java.lang.String getRealPath(sun.nio.fs.WindowsPath, boolean);
    descriptor: (Lsun/nio/fs/WindowsPath;Z)Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=15, args_size=2
        start local 0 // sun.nio.fs.WindowsPath input
        start local 1 // boolean resolveLinks
         0: .line 159
            aload 0 /* input */
            invokevirtual sun.nio.fs.WindowsPath.getFileSystem:()Lsun/nio/fs/WindowsFileSystem;
            astore 2 /* fs */
        start local 2 // sun.nio.fs.WindowsFileSystem fs
         1: .line 162
            aconst_null
            astore 3 /* path */
        start local 3 // java.lang.String path
         2: .line 164
            aload 0 /* input */
            invokevirtual sun.nio.fs.WindowsPath.toAbsolutePath:()Lsun/nio/fs/WindowsPath;
            invokevirtual sun.nio.fs.WindowsPath.toString:()Ljava/lang/String;
            astore 3 /* path */
         3: .line 165
            goto 6
      StackMap locals: sun.nio.fs.WindowsPath int sun.nio.fs.WindowsFileSystem java.lang.String
      StackMap stack: java.io.IOError
         4: astore 4 /* x */
        start local 4 // java.io.IOError x
         5: .line 166
            aload 4 /* x */
            invokevirtual java.io.IOError.getCause:()Ljava/lang/Throwable;
            checkcast java.io.IOException
            athrow
        end local 4 // java.io.IOError x
         6: .line 170
      StackMap locals:
      StackMap stack:
            aload 3 /* path */
            bipush 46
            invokevirtual java.lang.String.indexOf:(I)I
            iflt 11
         7: .line 172
            aload 3 /* path */
            invokestatic sun.nio.fs.WindowsNativeDispatcher.GetFullPathName:(Ljava/lang/String;)Ljava/lang/String;
            astore 3 /* path */
         8: .line 173
            goto 11
      StackMap locals:
      StackMap stack: sun.nio.fs.WindowsException
         9: astore 4 /* x */
        start local 4 // sun.nio.fs.WindowsException x
        10: .line 174
            aload 4 /* x */
            aload 0 /* input */
            invokevirtual sun.nio.fs.WindowsException.rethrowAsIOException:(Lsun/nio/fs/WindowsPath;)V
        end local 4 // sun.nio.fs.WindowsException x
        11: .line 179
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            aload 3 /* path */
            invokevirtual java.lang.String.length:()I
            invokespecial java.lang.StringBuilder.<init>:(I)V
            astore 4 /* sb */
        start local 4 // java.lang.StringBuilder sb
        12: .line 183
            aload 3 /* path */
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            istore 6 /* c0 */
        start local 6 // char c0
        13: .line 184
            aload 3 /* path */
            iconst_1
            invokevirtual java.lang.String.charAt:(I)C
            istore 7 /* c1 */
        start local 7 // char c1
        14: .line 185
            iload 6 /* c0 */
            bipush 122
            if_icmpgt 15
            iload 6 /* c0 */
            bipush 97
            if_icmpge 16
      StackMap locals: sun.nio.fs.WindowsPath int sun.nio.fs.WindowsFileSystem java.lang.String java.lang.StringBuilder top int int
      StackMap stack:
        15: iload 6 /* c0 */
            bipush 90
            if_icmpgt 21
            iload 6 /* c0 */
            bipush 65
            if_icmplt 21
        16: .line 186
      StackMap locals:
      StackMap stack:
            iload 7 /* c1 */
            bipush 58
            if_icmpne 21
            aload 3 /* path */
            iconst_2
            invokevirtual java.lang.String.charAt:(I)C
            bipush 92
            if_icmpne 21
        17: .line 188
            aload 4 /* sb */
            iload 6 /* c0 */
            invokestatic java.lang.Character.toUpperCase:(C)C
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        18: .line 189
            aload 4 /* sb */
            ldc ":\\"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        19: .line 190
            iconst_3
            istore 5 /* start */
        start local 5 // int start
        20: .line 191
            goto 37
        end local 5 // int start
      StackMap locals:
      StackMap stack:
        21: iload 6 /* c0 */
            bipush 92
            if_icmpne 36
            iload 7 /* c1 */
            bipush 92
            if_icmpne 36
        22: .line 193
            aload 3 /* path */
            invokevirtual java.lang.String.length:()I
            iconst_1
            isub
            istore 8 /* last */
        start local 8 // int last
        23: .line 194
            aload 3 /* path */
            bipush 92
            iconst_2
            invokevirtual java.lang.String.indexOf:(II)I
            istore 9 /* pos */
        start local 9 // int pos
        24: .line 196
            iload 9 /* pos */
            iconst_m1
            if_icmpeq 25
            iload 9 /* pos */
            iload 8 /* last */
            if_icmpne 28
        25: .line 198
      StackMap locals: int int
      StackMap stack:
            new java.nio.file.FileSystemException
            dup
            aload 0 /* input */
            invokevirtual sun.nio.fs.WindowsPath.getPathForExceptionMessage:()Ljava/lang/String;
        26: .line 199
            aconst_null
            ldc "UNC has invalid share"
        27: .line 198
            invokespecial java.nio.file.FileSystemException.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
            athrow
        28: .line 201
      StackMap locals:
      StackMap stack:
            aload 3 /* path */
            bipush 92
            iload 9 /* pos */
            iconst_1
            iadd
            invokevirtual java.lang.String.indexOf:(II)I
            istore 9 /* pos */
        29: .line 202
            iload 9 /* pos */
            ifge 33
        30: .line 203
            iload 8 /* last */
            istore 9 /* pos */
        31: .line 204
            aload 4 /* sb */
            aload 3 /* path */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "\\"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        32: .line 205
            goto 34
        33: .line 206
      StackMap locals:
      StackMap stack:
            aload 4 /* sb */
            aload 3 /* path */
            iconst_0
            iload 9 /* pos */
            iconst_1
            iadd
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/CharSequence;II)Ljava/lang/StringBuilder;
            pop
        34: .line 208
      StackMap locals:
      StackMap stack:
            iload 9 /* pos */
            iconst_1
            iadd
            istore 5 /* start */
        end local 9 // int pos
        end local 8 // int last
        start local 5 // int start
        35: .line 209
            goto 37
        end local 5 // int start
        36: .line 210
      StackMap locals:
      StackMap stack:
            new java.lang.AssertionError
            dup
            ldc "path type not recognized"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        start local 5 // int start
        37: .line 214
      StackMap locals: sun.nio.fs.WindowsPath int sun.nio.fs.WindowsFileSystem java.lang.String java.lang.StringBuilder int int int
      StackMap stack:
            iload 5 /* start */
            aload 3 /* path */
            invokevirtual java.lang.String.length:()I
            if_icmplt 44
        38: .line 215
            aload 4 /* sb */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 8 /* result */
        start local 8 // java.lang.String result
        39: .line 217
            aload 8 /* result */
            invokestatic sun.nio.fs.WindowsNativeDispatcher.GetFileAttributes:(Ljava/lang/String;)I
            pop
        40: .line 218
            goto 43
      StackMap locals: sun.nio.fs.WindowsPath int sun.nio.fs.WindowsFileSystem java.lang.String java.lang.StringBuilder int int int java.lang.String
      StackMap stack: sun.nio.fs.WindowsException
        41: astore 9 /* x */
        start local 9 // sun.nio.fs.WindowsException x
        42: .line 219
            aload 9 /* x */
            aload 3 /* path */
            invokevirtual sun.nio.fs.WindowsException.rethrowAsIOException:(Ljava/lang/String;)V
        end local 9 // sun.nio.fs.WindowsException x
        43: .line 221
      StackMap locals:
      StackMap stack:
            aload 8 /* result */
            areturn
        end local 8 // java.lang.String result
        44: .line 226
      StackMap locals:
      StackMap stack:
            iload 5 /* start */
            istore 8 /* curr */
        start local 8 // int curr
        45: .line 227
            goto 69
        46: .line 228
      StackMap locals: int
      StackMap stack:
            aload 3 /* path */
            bipush 92
            iload 8 /* curr */
            invokevirtual java.lang.String.indexOf:(II)I
            istore 9 /* next */
        start local 9 // int next
        47: .line 229
            iload 9 /* next */
            iconst_m1
            if_icmpne 48
            aload 3 /* path */
            invokevirtual java.lang.String.length:()I
            goto 49
      StackMap locals: int
      StackMap stack:
        48: iload 9 /* next */
      StackMap locals:
      StackMap stack: int
        49: istore 10 /* end */
        start local 10 // int end
        50: .line 230
            new java.lang.StringBuilder
            dup
            aload 4 /* sb */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 3 /* path */
            iload 8 /* curr */
            iload 10 /* end */
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 11 /* search */
        start local 11 // java.lang.String search
        51: .line 232
            aload 11 /* search */
            invokestatic sun.nio.fs.WindowsPath.addPrefixIfNeeded:(Ljava/lang/String;)Ljava/lang/String;
            invokestatic sun.nio.fs.WindowsNativeDispatcher.FindFirstFile:(Ljava/lang/String;)Lsun/nio/fs/WindowsNativeDispatcher$FirstFile;
            astore 12 /* fileData */
        start local 12 // sun.nio.fs.WindowsNativeDispatcher$FirstFile fileData
        52: .line 233
            aload 12 /* fileData */
            invokevirtual sun.nio.fs.WindowsNativeDispatcher$FirstFile.handle:()J
            invokestatic sun.nio.fs.WindowsNativeDispatcher.FindClose:(J)V
        53: .line 237
            iload 1 /* resolveLinks */
            ifeq 62
        54: .line 238
            aload 12 /* fileData */
            invokevirtual sun.nio.fs.WindowsNativeDispatcher$FirstFile.attributes:()I
            invokestatic sun.nio.fs.WindowsFileAttributes.isReparsePoint:(I)Z
            ifeq 62
        55: .line 240
            aload 0 /* input */
            invokestatic sun.nio.fs.WindowsLinkSupport.getFinalPath:(Lsun/nio/fs/WindowsPath;)Ljava/lang/String;
            astore 13 /* result */
        start local 13 // java.lang.String result
        56: .line 241
            aload 13 /* result */
            ifnonnull 60
        57: .line 245
            aload 2 /* fs */
            aload 3 /* path */
            invokestatic sun.nio.fs.WindowsPath.createFromNormalizedPath:(Lsun/nio/fs/WindowsFileSystem;Ljava/lang/String;)Lsun/nio/fs/WindowsPath;
        58: .line 244
            invokestatic sun.nio.fs.WindowsLinkSupport.resolveAllLinks:(Lsun/nio/fs/WindowsPath;)Lsun/nio/fs/WindowsPath;
            astore 14 /* resolved */
        start local 14 // sun.nio.fs.WindowsPath resolved
        59: .line 246
            aload 14 /* resolved */
            iconst_0
            invokestatic sun.nio.fs.WindowsLinkSupport.getRealPath:(Lsun/nio/fs/WindowsPath;Z)Ljava/lang/String;
            astore 13 /* result */
        end local 14 // sun.nio.fs.WindowsPath resolved
        60: .line 248
      StackMap locals: sun.nio.fs.WindowsPath int sun.nio.fs.WindowsFileSystem java.lang.String java.lang.StringBuilder int int int int int int java.lang.String sun.nio.fs.WindowsNativeDispatcher$FirstFile java.lang.String
      StackMap stack:
            aload 13 /* result */
        61: areturn
        end local 13 // java.lang.String result
        62: .line 252
      StackMap locals:
      StackMap stack:
            aload 4 /* sb */
            aload 12 /* fileData */
            invokevirtual sun.nio.fs.WindowsNativeDispatcher$FirstFile.name:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        63: .line 253
            iload 9 /* next */
            iconst_m1
            if_icmpeq 68
        64: .line 254
            aload 4 /* sb */
            bipush 92
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        end local 12 // sun.nio.fs.WindowsNativeDispatcher$FirstFile fileData
        65: .line 256
            goto 68
      StackMap locals: sun.nio.fs.WindowsPath int sun.nio.fs.WindowsFileSystem java.lang.String java.lang.StringBuilder int int int int int int java.lang.String
      StackMap stack: sun.nio.fs.WindowsException
        66: astore 12 /* e */
        start local 12 // sun.nio.fs.WindowsException e
        67: .line 257
            aload 12 /* e */
            aload 3 /* path */
            invokevirtual sun.nio.fs.WindowsException.rethrowAsIOException:(Ljava/lang/String;)V
        end local 12 // sun.nio.fs.WindowsException e
        68: .line 259
      StackMap locals:
      StackMap stack:
            iload 10 /* end */
            iconst_1
            iadd
            istore 8 /* curr */
        end local 11 // java.lang.String search
        end local 10 // int end
        end local 9 // int next
        69: .line 227
      StackMap locals:
      StackMap stack:
            iload 8 /* curr */
            aload 3 /* path */
            invokevirtual java.lang.String.length:()I
            if_icmplt 46
        70: .line 262
            aload 4 /* sb */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 8 // int curr
        end local 7 // char c1
        end local 6 // char c0
        end local 5 // int start
        end local 4 // java.lang.StringBuilder sb
        end local 3 // java.lang.String path
        end local 2 // sun.nio.fs.WindowsFileSystem fs
        end local 1 // boolean resolveLinks
        end local 0 // sun.nio.fs.WindowsPath input
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   71     0         input  Lsun/nio/fs/WindowsPath;
            0   71     1  resolveLinks  Z
            1   71     2            fs  Lsun/nio/fs/WindowsFileSystem;
            2   71     3          path  Ljava/lang/String;
            5    6     4             x  Ljava/io/IOError;
           10   11     4             x  Lsun/nio/fs/WindowsException;
           12   71     4            sb  Ljava/lang/StringBuilder;
           20   21     5         start  I
           35   36     5         start  I
           37   71     5         start  I
           13   71     6            c0  C
           14   71     7            c1  C
           23   35     8          last  I
           24   35     9           pos  I
           39   44     8        result  Ljava/lang/String;
           42   43     9             x  Lsun/nio/fs/WindowsException;
           45   71     8          curr  I
           47   69     9          next  I
           50   69    10           end  I
           51   69    11        search  Ljava/lang/String;
           52   65    12      fileData  Lsun/nio/fs/WindowsNativeDispatcher$FirstFile;
           56   62    13        result  Ljava/lang/String;
           59   60    14      resolved  Lsun/nio/fs/WindowsPath;
           67   68    12             e  Lsun/nio/fs/WindowsException;
      Exception table:
        from    to  target  type
           2     3       4  Class java.io.IOError
           7     8       9  Class sun.nio.fs.WindowsException
          39    40      41  Class sun.nio.fs.WindowsException
          51    61      66  Class sun.nio.fs.WindowsException
          62    65      66  Class sun.nio.fs.WindowsException
    Exceptions:
      throws java.io.IOException
    MethodParameters:
              Name  Flags
      input         
      resolveLinks  

  private static java.lang.String readLinkImpl(long);
    descriptor: (J)Ljava/lang/String;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=9, locals=11, args_size=1
        start local 0 // long handle
         0: .line 270
            sipush 16384
            istore 2 /* size */
        start local 2 // int size
         1: .line 271
            iload 2 /* size */
            invokestatic sun.nio.fs.NativeBuffers.getNativeBuffer:(I)Lsun/nio/fs/NativeBuffer;
            astore 3 /* buffer */
        start local 3 // sun.nio.fs.NativeBuffer buffer
         2: .line 274
            lload 0 /* handle */
            aload 3 /* buffer */
            invokevirtual sun.nio.fs.NativeBuffer.address:()J
            iload 2 /* size */
            invokestatic sun.nio.fs.WindowsNativeDispatcher.DeviceIoControlGetReparsePoint:(JJI)V
         3: .line 275
            goto 8
      StackMap locals: long int sun.nio.fs.NativeBuffer
      StackMap stack: sun.nio.fs.WindowsException
         4: astore 4 /* x */
        start local 4 // sun.nio.fs.WindowsException x
         5: .line 277
            aload 4 /* x */
            invokevirtual sun.nio.fs.WindowsException.lastError:()I
            sipush 4390
            if_icmpne 7
         6: .line 278
            new java.nio.file.NotLinkException
            dup
            aconst_null
            aconst_null
            aload 4 /* x */
            invokevirtual sun.nio.fs.WindowsException.errorString:()Ljava/lang/String;
            invokespecial java.nio.file.NotLinkException.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
            athrow
         7: .line 279
      StackMap locals: sun.nio.fs.WindowsException
      StackMap stack:
            aload 4 /* x */
            aconst_null
            invokevirtual sun.nio.fs.WindowsException.rethrowAsIOException:(Ljava/lang/String;)V
        end local 4 // sun.nio.fs.WindowsException x
         8: .line 313
      StackMap locals:
      StackMap stack:
            getstatic sun.nio.fs.WindowsLinkSupport.unsafe:Ljdk/internal/misc/Unsafe;
            aload 3 /* buffer */
            invokevirtual sun.nio.fs.NativeBuffer.address:()J
            lconst_0
            ladd
            invokevirtual jdk.internal.misc.Unsafe.getLong:(J)J
            l2i
            istore 4 /* tag */
        start local 4 // int tag
         9: .line 314
            iload 4 /* tag */
            ldc -1610612724
            if_icmpeq 11
        10: .line 316
            new java.nio.file.NotLinkException
            dup
            aconst_null
            aconst_null
            ldc "Reparse point is not a symbolic link"
            invokespecial java.nio.file.NotLinkException.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
            athrow
        11: .line 320
      StackMap locals: int
      StackMap stack:
            getstatic sun.nio.fs.WindowsLinkSupport.unsafe:Ljdk/internal/misc/Unsafe;
            aload 3 /* buffer */
            invokevirtual sun.nio.fs.NativeBuffer.address:()J
            ldc 8
            ladd
            invokevirtual jdk.internal.misc.Unsafe.getShort:(J)S
            istore 5 /* nameOffset */
        start local 5 // short nameOffset
        12: .line 321
            getstatic sun.nio.fs.WindowsLinkSupport.unsafe:Ljdk/internal/misc/Unsafe;
            aload 3 /* buffer */
            invokevirtual sun.nio.fs.NativeBuffer.address:()J
            ldc 10
            ladd
            invokevirtual jdk.internal.misc.Unsafe.getShort:(J)S
            istore 6 /* nameLengthInBytes */
        start local 6 // short nameLengthInBytes
        13: .line 322
            iload 6 /* nameLengthInBytes */
            iconst_2
            irem
            ifeq 15
        14: .line 323
            new java.nio.file.FileSystemException
            dup
            aconst_null
            aconst_null
            ldc "Symbolic link corrupted"
            invokespecial java.nio.file.FileSystemException.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
            athrow
        15: .line 326
      StackMap locals: int int
      StackMap stack:
            iload 6 /* nameLengthInBytes */
            iconst_2
            idiv
            newarray 5
            astore 7 /* name */
        start local 7 // char[] name
        16: .line 327
            getstatic sun.nio.fs.WindowsLinkSupport.unsafe:Ljdk/internal/misc/Unsafe;
            aconst_null
            aload 3 /* buffer */
            invokevirtual sun.nio.fs.NativeBuffer.address:()J
            ldc 20
            ladd
            iload 5 /* nameOffset */
            i2l
            ladd
        17: .line 328
            aload 7 /* name */
            getstatic jdk.internal.misc.Unsafe.ARRAY_CHAR_BASE_OFFSET:I
            i2l
            iload 6 /* nameLengthInBytes */
            i2l
        18: .line 327
            invokevirtual jdk.internal.misc.Unsafe.copyMemory:(Ljava/lang/Object;JLjava/lang/Object;JJ)V
        19: .line 331
            new java.lang.String
            dup
            aload 7 /* name */
            invokespecial java.lang.String.<init>:([C)V
            invokestatic sun.nio.fs.WindowsLinkSupport.stripPrefix:(Ljava/lang/String;)Ljava/lang/String;
            astore 8 /* target */
        start local 8 // java.lang.String target
        20: .line 332
            aload 8 /* target */
            invokevirtual java.lang.String.isEmpty:()Z
            ifeq 22
        21: .line 333
            new java.io.IOException
            dup
            ldc "Symbolic link target is invalid"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
        22: .line 335
      StackMap locals: char[] java.lang.String
      StackMap stack:
            aload 8 /* target */
            astore 10
        23: .line 337
            aload 3 /* buffer */
            invokevirtual sun.nio.fs.NativeBuffer.release:()V
        24: .line 335
            aload 10
            areturn
        end local 8 // java.lang.String target
        end local 7 // char[] name
        end local 6 // short nameLengthInBytes
        end local 5 // short nameOffset
        end local 4 // int tag
        25: .line 336
      StackMap locals: long int sun.nio.fs.NativeBuffer
      StackMap stack: java.lang.Throwable
            astore 9
        26: .line 337
            aload 3 /* buffer */
            invokevirtual sun.nio.fs.NativeBuffer.release:()V
        27: .line 338
            aload 9
            athrow
        end local 3 // sun.nio.fs.NativeBuffer buffer
        end local 2 // int size
        end local 0 // long handle
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   28     0             handle  J
            1   28     2               size  I
            2   28     3             buffer  Lsun/nio/fs/NativeBuffer;
            5    8     4                  x  Lsun/nio/fs/WindowsException;
            9   25     4                tag  I
           12   25     5         nameOffset  S
           13   25     6  nameLengthInBytes  S
           16   25     7               name  [C
           20   25     8             target  Ljava/lang/String;
      Exception table:
        from    to  target  type
           2     3       4  Class sun.nio.fs.WindowsException
           2    23      25  any
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      handle  

  private static sun.nio.fs.WindowsPath resolveAllLinks(sun.nio.fs.WindowsPath);
    descriptor: (Lsun/nio/fs/WindowsPath;)Lsun/nio/fs/WindowsPath;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=10, args_size=1
        start local 0 // sun.nio.fs.WindowsPath path
         0: .line 347
            getstatic sun.nio.fs.WindowsLinkSupport.$assertionsDisabled:Z
            ifne 1
            aload 0 /* path */
            invokevirtual sun.nio.fs.WindowsPath.isAbsolute:()Z
            ifne 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 348
      StackMap locals:
      StackMap stack:
            aload 0 /* path */
            invokevirtual sun.nio.fs.WindowsPath.getFileSystem:()Lsun/nio/fs/WindowsFileSystem;
            astore 1 /* fs */
        start local 1 // sun.nio.fs.WindowsFileSystem fs
         2: .line 352
            iconst_0
            istore 2 /* linkCount */
        start local 2 // int linkCount
         3: .line 353
            iconst_0
            istore 3 /* elem */
        start local 3 // int elem
         4: .line 354
            goto 33
         5: .line 355
      StackMap locals: sun.nio.fs.WindowsFileSystem int int
      StackMap stack:
            aload 0 /* path */
            invokevirtual sun.nio.fs.WindowsPath.getRoot:()Lsun/nio/fs/WindowsPath;
            aload 0 /* path */
            iconst_0
            iload 3 /* elem */
            iconst_1
            iadd
            invokevirtual sun.nio.fs.WindowsPath.subpath:(II)Lsun/nio/fs/WindowsPath;
            invokevirtual sun.nio.fs.WindowsPath.resolve:(Ljava/nio/file/Path;)Lsun/nio/fs/WindowsPath;
            astore 4 /* current */
        start local 4 // sun.nio.fs.WindowsPath current
         6: .line 357
            aconst_null
            astore 5 /* attrs */
        start local 5 // sun.nio.fs.WindowsFileAttributes attrs
         7: .line 359
            aload 4 /* current */
            iconst_0
            invokestatic sun.nio.fs.WindowsFileAttributes.get:(Lsun/nio/fs/WindowsPath;Z)Lsun/nio/fs/WindowsFileAttributes;
            astore 5 /* attrs */
         8: .line 360
            goto 11
      StackMap locals: sun.nio.fs.WindowsPath sun.nio.fs.WindowsFileSystem int int sun.nio.fs.WindowsPath sun.nio.fs.WindowsFileAttributes
      StackMap stack: sun.nio.fs.WindowsException
         9: astore 6 /* x */
        start local 6 // sun.nio.fs.WindowsException x
        10: .line 361
            aload 6 /* x */
            aload 4 /* current */
            invokevirtual sun.nio.fs.WindowsException.rethrowAsIOException:(Lsun/nio/fs/WindowsPath;)V
        end local 6 // sun.nio.fs.WindowsException x
        11: .line 371
      StackMap locals:
      StackMap stack:
            aload 5 /* attrs */
            invokevirtual sun.nio.fs.WindowsFileAttributes.isSymbolicLink:()Z
            ifeq 32
        12: .line 372
            iinc 2 /* linkCount */ 1
        13: .line 373
            iload 2 /* linkCount */
            bipush 32
            if_icmple 15
        14: .line 374
            new java.io.IOException
            dup
            ldc "Too many links"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
        15: .line 376
      StackMap locals:
      StackMap stack:
            aload 1 /* fs */
            aload 4 /* current */
            invokestatic sun.nio.fs.WindowsLinkSupport.readLink:(Lsun/nio/fs/WindowsPath;)Ljava/lang/String;
            invokestatic sun.nio.fs.WindowsPath.createFromNormalizedPath:(Lsun/nio/fs/WindowsFileSystem;Ljava/lang/String;)Lsun/nio/fs/WindowsPath;
        16: .line 375
            astore 6 /* target */
        start local 6 // sun.nio.fs.WindowsPath target
        17: .line 377
            aconst_null
            astore 7 /* remainder */
        start local 7 // sun.nio.fs.WindowsPath remainder
        18: .line 378
            aload 0 /* path */
            invokevirtual sun.nio.fs.WindowsPath.getNameCount:()I
            istore 8 /* count */
        start local 8 // int count
        19: .line 379
            iload 3 /* elem */
            iconst_1
            iadd
            iload 8 /* count */
            if_icmpge 21
        20: .line 380
            aload 0 /* path */
            iload 3 /* elem */
            iconst_1
            iadd
            iload 8 /* count */
            invokevirtual sun.nio.fs.WindowsPath.subpath:(II)Lsun/nio/fs/WindowsPath;
            astore 7 /* remainder */
        21: .line 382
      StackMap locals: sun.nio.fs.WindowsPath sun.nio.fs.WindowsPath int
      StackMap stack:
            aload 4 /* current */
            invokevirtual sun.nio.fs.WindowsPath.getParent:()Lsun/nio/fs/WindowsPath;
            aload 6 /* target */
            invokevirtual sun.nio.fs.WindowsPath.resolve:(Ljava/nio/file/Path;)Lsun/nio/fs/WindowsPath;
            astore 0 /* path */
        22: .line 384
            aload 0 /* path */
            invokevirtual sun.nio.fs.WindowsPath.toString:()Ljava/lang/String;
            invokestatic sun.nio.fs.WindowsNativeDispatcher.GetFullPathName:(Ljava/lang/String;)Ljava/lang/String;
            astore 9 /* full */
        start local 9 // java.lang.String full
        23: .line 385
            aload 9 /* full */
            aload 0 /* path */
            invokevirtual sun.nio.fs.WindowsPath.toString:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 28
        24: .line 386
            aload 1 /* fs */
            aload 9 /* full */
            invokestatic sun.nio.fs.WindowsPath.createFromNormalizedPath:(Lsun/nio/fs/WindowsFileSystem;Ljava/lang/String;)Lsun/nio/fs/WindowsPath;
            astore 0 /* path */
        end local 9 // java.lang.String full
        25: .line 388
            goto 28
      StackMap locals:
      StackMap stack: sun.nio.fs.WindowsException
        26: astore 9 /* x */
        start local 9 // sun.nio.fs.WindowsException x
        27: .line 389
            aload 9 /* x */
            aload 0 /* path */
            invokevirtual sun.nio.fs.WindowsException.rethrowAsIOException:(Lsun/nio/fs/WindowsPath;)V
        end local 9 // sun.nio.fs.WindowsException x
        28: .line 391
      StackMap locals:
      StackMap stack:
            aload 7 /* remainder */
            ifnull 30
        29: .line 392
            aload 0 /* path */
            aload 7 /* remainder */
            invokevirtual sun.nio.fs.WindowsPath.resolve:(Ljava/nio/file/Path;)Lsun/nio/fs/WindowsPath;
            astore 0 /* path */
        30: .line 396
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* elem */
        end local 8 // int count
        end local 7 // sun.nio.fs.WindowsPath remainder
        end local 6 // sun.nio.fs.WindowsPath target
        31: .line 397
            goto 33
        32: .line 399
      StackMap locals:
      StackMap stack:
            iinc 3 /* elem */ 1
        end local 5 // sun.nio.fs.WindowsFileAttributes attrs
        end local 4 // sun.nio.fs.WindowsPath current
        33: .line 354
      StackMap locals:
      StackMap stack:
            iload 3 /* elem */
            aload 0 /* path */
            invokevirtual sun.nio.fs.WindowsPath.getNameCount:()I
            if_icmplt 5
        34: .line 403
            aload 0 /* path */
            areturn
        end local 3 // int elem
        end local 2 // int linkCount
        end local 1 // sun.nio.fs.WindowsFileSystem fs
        end local 0 // sun.nio.fs.WindowsPath path
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   35     0       path  Lsun/nio/fs/WindowsPath;
            2   35     1         fs  Lsun/nio/fs/WindowsFileSystem;
            3   35     2  linkCount  I
            4   35     3       elem  I
            6   33     4    current  Lsun/nio/fs/WindowsPath;
            7   33     5      attrs  Lsun/nio/fs/WindowsFileAttributes;
           10   11     6          x  Lsun/nio/fs/WindowsException;
           17   31     6     target  Lsun/nio/fs/WindowsPath;
           18   31     7  remainder  Lsun/nio/fs/WindowsPath;
           19   31     8      count  I
           23   25     9       full  Ljava/lang/String;
           27   28     9          x  Lsun/nio/fs/WindowsException;
      Exception table:
        from    to  target  type
           7     8       9  Class sun.nio.fs.WindowsException
          22    25      26  Class sun.nio.fs.WindowsException
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      path  

  private static java.lang.String stripPrefix(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.String path
         0: .line 411
            aload 0 /* path */
            ldc "\\\\?\\"
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifeq 6
         1: .line 412
            aload 0 /* path */
            ldc "\\\\?\\UNC\\"
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifeq 4
         2: .line 413
            new java.lang.StringBuilder
            dup
            ldc "\\"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* path */
            bipush 7
            invokevirtual java.lang.String.substring:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 0 /* path */
         3: .line 414
            goto 5
         4: .line 415
      StackMap locals:
      StackMap stack:
            aload 0 /* path */
            iconst_4
            invokevirtual java.lang.String.substring:(I)Ljava/lang/String;
            astore 0 /* path */
         5: .line 417
      StackMap locals:
      StackMap stack:
            aload 0 /* path */
            areturn
         6: .line 421
      StackMap locals:
      StackMap stack:
            aload 0 /* path */
            ldc "\\??\\"
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifeq 12
         7: .line 422
            aload 0 /* path */
            ldc "\\??\\UNC\\"
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifeq 10
         8: .line 423
            new java.lang.StringBuilder
            dup
            ldc "\\"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* path */
            bipush 7
            invokevirtual java.lang.String.substring:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 0 /* path */
         9: .line 424
            goto 11
        10: .line 425
      StackMap locals:
      StackMap stack:
            aload 0 /* path */
            iconst_4
            invokevirtual java.lang.String.substring:(I)Ljava/lang/String;
            astore 0 /* path */
        11: .line 427
      StackMap locals:
      StackMap stack:
            aload 0 /* path */
            areturn
        12: .line 429
      StackMap locals:
      StackMap stack:
            aload 0 /* path */
            areturn
        end local 0 // java.lang.String path
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  path  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      path  
}
SourceFile: "WindowsLinkSupport.java"
NestMembers:
  sun.nio.fs.WindowsLinkSupport$1
InnerClasses:
  sun.nio.fs.WindowsLinkSupport$1
  FirstFile = sun.nio.fs.WindowsNativeDispatcher$FirstFile of sun.nio.fs.WindowsNativeDispatcher