class sun.nio.fs.UnixFileAttributeViews$Basic extends sun.nio.fs.AbstractBasicFileAttributeView
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.nio.fs.UnixFileAttributeViews$Basic
  super_class: sun.nio.fs.AbstractBasicFileAttributeView
{
  protected final sun.nio.fs.UnixPath file;
    descriptor: Lsun/nio/fs/UnixPath;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final boolean followLinks;
    descriptor: Z
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  void <init>(sun.nio.fs.UnixPath, boolean);
    descriptor: (Lsun/nio/fs/UnixPath;Z)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // sun.nio.fs.UnixFileAttributeViews$Basic this
        start local 1 // sun.nio.fs.UnixPath file
        start local 2 // boolean followLinks
         0: .line 42
            aload 0 /* this */
            invokespecial sun.nio.fs.AbstractBasicFileAttributeView.<init>:()V
         1: .line 43
            aload 0 /* this */
            aload 1 /* file */
            putfield sun.nio.fs.UnixFileAttributeViews$Basic.file:Lsun/nio/fs/UnixPath;
         2: .line 44
            aload 0 /* this */
            iload 2 /* followLinks */
            putfield sun.nio.fs.UnixFileAttributeViews$Basic.followLinks:Z
         3: .line 45
            return
        end local 2 // boolean followLinks
        end local 1 // sun.nio.fs.UnixPath file
        end local 0 // sun.nio.fs.UnixFileAttributeViews$Basic this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lsun/nio/fs/UnixFileAttributeViews$Basic;
            0    4     1         file  Lsun/nio/fs/UnixPath;
            0    4     2  followLinks  Z
    MethodParameters:
             Name  Flags
      file         
      followLinks  

  public java.nio.file.attribute.BasicFileAttributes readAttributes();
    descriptor: ()Ljava/nio/file/attribute/BasicFileAttributes;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.nio.fs.UnixFileAttributeViews$Basic this
         0: .line 49
            aload 0 /* this */
            getfield sun.nio.fs.UnixFileAttributeViews$Basic.file:Lsun/nio/fs/UnixPath;
            invokevirtual sun.nio.fs.UnixPath.checkRead:()V
         1: .line 52
            aload 0 /* this */
            getfield sun.nio.fs.UnixFileAttributeViews$Basic.file:Lsun/nio/fs/UnixPath;
            aload 0 /* this */
            getfield sun.nio.fs.UnixFileAttributeViews$Basic.followLinks:Z
            invokestatic sun.nio.fs.UnixFileAttributes.get:(Lsun/nio/fs/UnixPath;Z)Lsun/nio/fs/UnixFileAttributes;
         2: .line 51
            astore 1 /* attrs */
        start local 1 // sun.nio.fs.UnixFileAttributes attrs
         3: .line 53
            aload 1 /* attrs */
            invokevirtual sun.nio.fs.UnixFileAttributes.asBasicFileAttributes:()Ljava/nio/file/attribute/BasicFileAttributes;
         4: areturn
        end local 1 // sun.nio.fs.UnixFileAttributes attrs
         5: .line 54
      StackMap locals:
      StackMap stack: sun.nio.fs.UnixException
            astore 1 /* x */
        start local 1 // sun.nio.fs.UnixException x
         6: .line 55
            aload 1 /* x */
            aload 0 /* this */
            getfield sun.nio.fs.UnixFileAttributeViews$Basic.file:Lsun/nio/fs/UnixPath;
            invokevirtual sun.nio.fs.UnixException.rethrowAsIOException:(Lsun/nio/fs/UnixPath;)V
         7: .line 56
            aconst_null
            areturn
        end local 1 // sun.nio.fs.UnixException x
        end local 0 // sun.nio.fs.UnixFileAttributeViews$Basic this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lsun/nio/fs/UnixFileAttributeViews$Basic;
            3    5     1  attrs  Lsun/nio/fs/UnixFileAttributes;
            6    8     1      x  Lsun/nio/fs/UnixException;
      Exception table:
        from    to  target  type
           1     4       5  Class sun.nio.fs.UnixException
    Exceptions:
      throws java.io.IOException

  public void setTimes(java.nio.file.attribute.FileTime, java.nio.file.attribute.FileTime, java.nio.file.attribute.FileTime);
    descriptor: (Ljava/nio/file/attribute/FileTime;Ljava/nio/file/attribute/FileTime;Ljava/nio/file/attribute/FileTime;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=17, args_size=4
        start local 0 // sun.nio.fs.UnixFileAttributeViews$Basic this
        start local 1 // java.nio.file.attribute.FileTime lastModifiedTime
        start local 2 // java.nio.file.attribute.FileTime lastAccessTime
        start local 3 // java.nio.file.attribute.FileTime createTime
         0: .line 66
            aload 1 /* lastModifiedTime */
            ifnonnull 2
            aload 2 /* lastAccessTime */
            ifnonnull 2
         1: .line 68
            return
         2: .line 72
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.fs.UnixFileAttributeViews$Basic.file:Lsun/nio/fs/UnixPath;
            invokevirtual sun.nio.fs.UnixPath.checkWrite:()V
         3: .line 74
            iconst_0
            istore 4 /* haveFd */
        start local 4 // boolean haveFd
         4: .line 75
            iconst_0
            istore 5 /* useFutimes */
        start local 5 // boolean useFutimes
         5: .line 76
            iconst_0
            istore 6 /* useFutimens */
        start local 6 // boolean useFutimens
         6: .line 77
            iconst_0
            istore 7 /* useLutimes */
        start local 7 // boolean useLutimes
         7: .line 78
            iconst_m1
            istore 8 /* fd */
        start local 8 // int fd
         8: .line 80
            aload 0 /* this */
            getfield sun.nio.fs.UnixFileAttributeViews$Basic.followLinks:Z
            ifne 14
         9: .line 81
            invokestatic sun.nio.fs.UnixNativeDispatcher.lutimesSupported:()Z
            ifeq 12
        10: .line 82
            aload 0 /* this */
            getfield sun.nio.fs.UnixFileAttributeViews$Basic.file:Lsun/nio/fs/UnixPath;
            iconst_0
            invokestatic sun.nio.fs.UnixFileAttributes.get:(Lsun/nio/fs/UnixPath;Z)Lsun/nio/fs/UnixFileAttributes;
            invokevirtual sun.nio.fs.UnixFileAttributes.isSymbolicLink:()Z
            ifeq 12
        11: .line 81
            iconst_1
            goto 13
      StackMap locals: sun.nio.fs.UnixFileAttributeViews$Basic java.nio.file.attribute.FileTime java.nio.file.attribute.FileTime java.nio.file.attribute.FileTime int int int int int
      StackMap stack:
        12: iconst_0
      StackMap locals:
      StackMap stack: int
        13: istore 7 /* useLutimes */
        14: .line 84
      StackMap locals:
      StackMap stack:
            iload 7 /* useLutimes */
            ifne 25
        15: .line 85
            aload 0 /* this */
            getfield sun.nio.fs.UnixFileAttributeViews$Basic.file:Lsun/nio/fs/UnixPath;
            aload 0 /* this */
            getfield sun.nio.fs.UnixFileAttributeViews$Basic.followLinks:Z
            invokevirtual sun.nio.fs.UnixPath.openForAttributeAccess:(Z)I
            istore 8 /* fd */
        16: .line 86
            iload 8 /* fd */
            iconst_m1
            if_icmpeq 25
        17: .line 87
            iconst_1
            istore 4 /* haveFd */
        18: .line 88
            invokestatic sun.nio.fs.UnixNativeDispatcher.futimensSupported:()Z
            dup
            istore 6 /* useFutimens */
            ifne 25
        19: .line 89
            invokestatic sun.nio.fs.UnixNativeDispatcher.futimesSupported:()Z
            istore 5 /* useFutimes */
        20: .line 93
            goto 25
      StackMap locals:
      StackMap stack: sun.nio.fs.UnixException
        21: astore 9 /* x */
        start local 9 // sun.nio.fs.UnixException x
        22: .line 94
            aload 9 /* x */
            invokevirtual sun.nio.fs.UnixException.errno:()I
            bipush 6
            if_icmpeq 25
        23: .line 95
            aload 9 /* x */
            invokevirtual sun.nio.fs.UnixException.errno:()I
            bipush 40
            if_icmpne 24
            iload 7 /* useLutimes */
            ifne 25
        24: .line 96
      StackMap locals: sun.nio.fs.UnixException
      StackMap stack:
            aload 9 /* x */
            aload 0 /* this */
            getfield sun.nio.fs.UnixFileAttributeViews$Basic.file:Lsun/nio/fs/UnixPath;
            invokevirtual sun.nio.fs.UnixException.rethrowAsIOException:(Lsun/nio/fs/UnixPath;)V
        end local 9 // sun.nio.fs.UnixException x
        25: .line 104
      StackMap locals:
      StackMap stack:
            aload 1 /* lastModifiedTime */
            ifnull 26
            aload 2 /* lastAccessTime */
            ifnonnull 37
        26: .line 106
      StackMap locals:
      StackMap stack:
            iload 4 /* haveFd */
            ifeq 28
        27: .line 107
            iload 8 /* fd */
            invokestatic sun.nio.fs.UnixFileAttributes.get:(I)Lsun/nio/fs/UnixFileAttributes;
            goto 29
        28: .line 108
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.fs.UnixFileAttributeViews$Basic.file:Lsun/nio/fs/UnixPath;
            aload 0 /* this */
            getfield sun.nio.fs.UnixFileAttributeViews$Basic.followLinks:Z
            invokestatic sun.nio.fs.UnixFileAttributes.get:(Lsun/nio/fs/UnixPath;Z)Lsun/nio/fs/UnixFileAttributes;
        29: .line 106
      StackMap locals:
      StackMap stack: sun.nio.fs.UnixFileAttributes
            astore 9 /* attrs */
        start local 9 // sun.nio.fs.UnixFileAttributes attrs
        30: .line 109
            aload 1 /* lastModifiedTime */
            ifnonnull 32
        31: .line 110
            aload 9 /* attrs */
            invokevirtual sun.nio.fs.UnixFileAttributes.lastModifiedTime:()Ljava/nio/file/attribute/FileTime;
            astore 1 /* lastModifiedTime */
        32: .line 111
      StackMap locals: sun.nio.fs.UnixFileAttributes
      StackMap stack:
            aload 2 /* lastAccessTime */
            ifnonnull 37
        33: .line 112
            aload 9 /* attrs */
            invokevirtual sun.nio.fs.UnixFileAttributes.lastAccessTime:()Ljava/nio/file/attribute/FileTime;
            astore 2 /* lastAccessTime */
        end local 9 // sun.nio.fs.UnixFileAttributes attrs
        34: .line 113
            goto 37
      StackMap locals: sun.nio.fs.UnixFileAttributeViews$Basic java.nio.file.attribute.FileTime java.nio.file.attribute.FileTime java.nio.file.attribute.FileTime int int int int int
      StackMap stack: sun.nio.fs.UnixException
        35: astore 9 /* x */
        start local 9 // sun.nio.fs.UnixException x
        36: .line 114
            aload 9 /* x */
            aload 0 /* this */
            getfield sun.nio.fs.UnixFileAttributeViews$Basic.file:Lsun/nio/fs/UnixPath;
            invokevirtual sun.nio.fs.UnixException.rethrowAsIOException:(Lsun/nio/fs/UnixPath;)V
        end local 9 // sun.nio.fs.UnixException x
        37: .line 119
      StackMap locals:
      StackMap stack:
            iload 6 /* useFutimens */
            ifeq 39
        38: .line 120
            getstatic java.util.concurrent.TimeUnit.NANOSECONDS:Ljava/util/concurrent/TimeUnit;
            goto 40
      StackMap locals:
      StackMap stack:
        39: getstatic java.util.concurrent.TimeUnit.MICROSECONDS:Ljava/util/concurrent/TimeUnit;
        40: .line 119
      StackMap locals:
      StackMap stack: java.util.concurrent.TimeUnit
            astore 9 /* timeUnit */
        start local 9 // java.util.concurrent.TimeUnit timeUnit
        41: .line 121
            aload 1 /* lastModifiedTime */
            aload 9 /* timeUnit */
            invokevirtual java.nio.file.attribute.FileTime.to:(Ljava/util/concurrent/TimeUnit;)J
            lstore 10 /* modValue */
        start local 10 // long modValue
        42: .line 122
            aload 2 /* lastAccessTime */
            aload 9 /* timeUnit */
            invokevirtual java.nio.file.attribute.FileTime.to:(Ljava/util/concurrent/TimeUnit;)J
            lstore 12 /* accessValue */
        start local 12 // long accessValue
        43: .line 124
            iconst_0
            istore 14 /* retry */
        start local 14 // boolean retry
        44: .line 126
            iload 6 /* useFutimens */
            ifeq 47
        45: .line 127
            iload 8 /* fd */
            lload 12 /* accessValue */
            lload 10 /* modValue */
            invokestatic sun.nio.fs.UnixNativeDispatcher.futimens:(IJJ)V
        46: .line 128
            goto 61
      StackMap locals: sun.nio.fs.UnixFileAttributeViews$Basic java.nio.file.attribute.FileTime java.nio.file.attribute.FileTime java.nio.file.attribute.FileTime int int int int int java.util.concurrent.TimeUnit long long int
      StackMap stack:
        47: iload 5 /* useFutimes */
            ifeq 50
        48: .line 129
            iload 8 /* fd */
            lload 12 /* accessValue */
            lload 10 /* modValue */
            invokestatic sun.nio.fs.UnixNativeDispatcher.futimes:(IJJ)V
        49: .line 130
            goto 61
      StackMap locals:
      StackMap stack:
        50: iload 7 /* useLutimes */
            ifeq 53
        51: .line 131
            aload 0 /* this */
            getfield sun.nio.fs.UnixFileAttributeViews$Basic.file:Lsun/nio/fs/UnixPath;
            lload 12 /* accessValue */
            lload 10 /* modValue */
            invokestatic sun.nio.fs.UnixNativeDispatcher.lutimes:(Lsun/nio/fs/UnixPath;JJ)V
        52: .line 132
            goto 61
        53: .line 133
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.fs.UnixFileAttributeViews$Basic.file:Lsun/nio/fs/UnixPath;
            lload 12 /* accessValue */
            lload 10 /* modValue */
            invokestatic sun.nio.fs.UnixNativeDispatcher.utimes:(Lsun/nio/fs/UnixPath;JJ)V
        54: .line 135
            goto 61
      StackMap locals:
      StackMap stack: sun.nio.fs.UnixException
        55: astore 15 /* x */
        start local 15 // sun.nio.fs.UnixException x
        56: .line 138
            aload 15 /* x */
            invokevirtual sun.nio.fs.UnixException.errno:()I
            bipush 22
            if_icmpne 60
        57: .line 139
            lload 10 /* modValue */
            lconst_0
            lcmp
            iflt 58
            lload 12 /* accessValue */
            lconst_0
            lcmp
            ifge 60
        58: .line 140
      StackMap locals: sun.nio.fs.UnixException
      StackMap stack:
            iconst_1
            istore 14 /* retry */
        59: .line 141
            goto 61
        60: .line 142
      StackMap locals:
      StackMap stack:
            aload 15 /* x */
            aload 0 /* this */
            getfield sun.nio.fs.UnixFileAttributeViews$Basic.file:Lsun/nio/fs/UnixPath;
            invokevirtual sun.nio.fs.UnixException.rethrowAsIOException:(Lsun/nio/fs/UnixPath;)V
        end local 15 // sun.nio.fs.UnixException x
        61: .line 145
      StackMap locals:
      StackMap stack:
            iload 14 /* retry */
            ifeq 81
        62: .line 146
            lload 10 /* modValue */
            lconst_0
            lcmp
            ifge 63
            lconst_0
            lstore 10 /* modValue */
        63: .line 147
      StackMap locals:
      StackMap stack:
            lload 12 /* accessValue */
            lconst_0
            lcmp
            ifge 64
            lconst_0
            lstore 12 /* accessValue */
        64: .line 149
      StackMap locals:
      StackMap stack:
            iload 6 /* useFutimens */
            ifeq 67
        65: .line 150
            iload 8 /* fd */
            lload 12 /* accessValue */
            lload 10 /* modValue */
            invokestatic sun.nio.fs.UnixNativeDispatcher.futimens:(IJJ)V
        66: .line 151
            goto 81
      StackMap locals:
      StackMap stack:
        67: iload 5 /* useFutimes */
            ifeq 70
        68: .line 152
            iload 8 /* fd */
            lload 12 /* accessValue */
            lload 10 /* modValue */
            invokestatic sun.nio.fs.UnixNativeDispatcher.futimes:(IJJ)V
        69: .line 153
            goto 81
      StackMap locals:
      StackMap stack:
        70: iload 7 /* useLutimes */
            ifeq 73
        71: .line 154
            aload 0 /* this */
            getfield sun.nio.fs.UnixFileAttributeViews$Basic.file:Lsun/nio/fs/UnixPath;
            lload 12 /* accessValue */
            lload 10 /* modValue */
            invokestatic sun.nio.fs.UnixNativeDispatcher.lutimes:(Lsun/nio/fs/UnixPath;JJ)V
        72: .line 155
            goto 81
        73: .line 156
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.fs.UnixFileAttributeViews$Basic.file:Lsun/nio/fs/UnixPath;
            lload 12 /* accessValue */
            lload 10 /* modValue */
            invokestatic sun.nio.fs.UnixNativeDispatcher.utimes:(Lsun/nio/fs/UnixPath;JJ)V
        74: .line 158
            goto 81
      StackMap locals:
      StackMap stack: sun.nio.fs.UnixException
        75: astore 15 /* x */
        start local 15 // sun.nio.fs.UnixException x
        76: .line 159
            aload 15 /* x */
            aload 0 /* this */
            getfield sun.nio.fs.UnixFileAttributeViews$Basic.file:Lsun/nio/fs/UnixPath;
            invokevirtual sun.nio.fs.UnixException.rethrowAsIOException:(Lsun/nio/fs/UnixPath;)V
        end local 15 // sun.nio.fs.UnixException x
        end local 14 // boolean retry
        end local 12 // long accessValue
        end local 10 // long modValue
        end local 9 // java.util.concurrent.TimeUnit timeUnit
        77: .line 162
            goto 81
      StackMap locals: sun.nio.fs.UnixFileAttributeViews$Basic java.nio.file.attribute.FileTime java.nio.file.attribute.FileTime java.nio.file.attribute.FileTime int int int int int
      StackMap stack: java.lang.Throwable
        78: astore 16
        79: .line 163
            iload 8 /* fd */
            invokestatic sun.nio.fs.UnixNativeDispatcher.close:(I)V
        80: .line 164
            aload 16
            athrow
        81: .line 163
      StackMap locals:
      StackMap stack:
            iload 8 /* fd */
            invokestatic sun.nio.fs.UnixNativeDispatcher.close:(I)V
        82: .line 165
            return
        end local 8 // int fd
        end local 7 // boolean useLutimes
        end local 6 // boolean useFutimens
        end local 5 // boolean useFutimes
        end local 4 // boolean haveFd
        end local 3 // java.nio.file.attribute.FileTime createTime
        end local 2 // java.nio.file.attribute.FileTime lastAccessTime
        end local 1 // java.nio.file.attribute.FileTime lastModifiedTime
        end local 0 // sun.nio.fs.UnixFileAttributeViews$Basic this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   83     0              this  Lsun/nio/fs/UnixFileAttributeViews$Basic;
            0   83     1  lastModifiedTime  Ljava/nio/file/attribute/FileTime;
            0   83     2    lastAccessTime  Ljava/nio/file/attribute/FileTime;
            0   83     3        createTime  Ljava/nio/file/attribute/FileTime;
            4   83     4            haveFd  Z
            5   83     5        useFutimes  Z
            6   83     6       useFutimens  Z
            7   83     7        useLutimes  Z
            8   83     8                fd  I
           22   25     9                 x  Lsun/nio/fs/UnixException;
           30   34     9             attrs  Lsun/nio/fs/UnixFileAttributes;
           36   37     9                 x  Lsun/nio/fs/UnixException;
           41   77     9          timeUnit  Ljava/util/concurrent/TimeUnit;
           42   77    10          modValue  J
           43   77    12       accessValue  J
           44   77    14             retry  Z
           56   61    15                 x  Lsun/nio/fs/UnixException;
           76   77    15                 x  Lsun/nio/fs/UnixException;
      Exception table:
        from    to  target  type
           8    20      21  Class sun.nio.fs.UnixException
          26    34      35  Class sun.nio.fs.UnixException
          44    54      55  Class sun.nio.fs.UnixException
          64    74      75  Class sun.nio.fs.UnixException
          25    78      78  any
    Exceptions:
      throws java.io.IOException
    MethodParameters:
                  Name  Flags
      lastModifiedTime  
      lastAccessTime    
      createTime        
}
SourceFile: "UnixFileAttributeViews.java"
NestHost: sun.nio.fs.UnixFileAttributeViews
InnerClasses:
  Basic = sun.nio.fs.UnixFileAttributeViews$Basic of sun.nio.fs.UnixFileAttributeViews