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=15, 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 /* useLutimes */
        start local 6 // boolean useLutimes
         6: .line 77
            iconst_m1
            istore 7 /* fd */
        start local 7 // int fd
         7: .line 79
            aload 0 /* this */
            getfield sun.nio.fs.UnixFileAttributeViews$Basic.followLinks:Z
            ifne 13
         8: .line 80
            invokestatic sun.nio.fs.UnixNativeDispatcher.lutimesSupported:()Z
            ifeq 11
         9: .line 81
            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 11
        10: .line 80
            iconst_1
            goto 12
      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
      StackMap stack:
        11: iconst_0
      StackMap locals:
      StackMap stack: int
        12: istore 6 /* useLutimes */
        13: .line 83
      StackMap locals:
      StackMap stack:
            iload 6 /* useLutimes */
            ifne 23
        14: .line 84
            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 7 /* fd */
        15: .line 85
            iload 7 /* fd */
            iconst_m1
            if_icmpeq 23
        16: .line 86
            iconst_1
            istore 4 /* haveFd */
        17: .line 87
            invokestatic sun.nio.fs.UnixNativeDispatcher.futimesSupported:()Z
            istore 5 /* useFutimes */
        18: .line 90
            goto 23
      StackMap locals:
      StackMap stack: sun.nio.fs.UnixException
        19: astore 8 /* x */
        start local 8 // sun.nio.fs.UnixException x
        20: .line 91
            aload 8 /* x */
            invokevirtual sun.nio.fs.UnixException.errno:()I
            bipush 6
            if_icmpeq 23
        21: .line 92
            aload 8 /* x */
            invokevirtual sun.nio.fs.UnixException.errno:()I
            bipush 40
            if_icmpne 22
            iload 6 /* useLutimes */
            ifne 23
        22: .line 93
      StackMap locals: sun.nio.fs.UnixException
      StackMap stack:
            aload 8 /* 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 8 // sun.nio.fs.UnixException x
        23: .line 101
      StackMap locals:
      StackMap stack:
            aload 1 /* lastModifiedTime */
            ifnull 24
            aload 2 /* lastAccessTime */
            ifnonnull 35
        24: .line 103
      StackMap locals:
      StackMap stack:
            iload 4 /* haveFd */
            ifeq 26
        25: .line 104
            iload 7 /* fd */
            invokestatic sun.nio.fs.UnixFileAttributes.get:(I)Lsun/nio/fs/UnixFileAttributes;
            goto 27
        26: .line 105
      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;
        27: .line 103
      StackMap locals:
      StackMap stack: sun.nio.fs.UnixFileAttributes
            astore 8 /* attrs */
        start local 8 // sun.nio.fs.UnixFileAttributes attrs
        28: .line 106
            aload 1 /* lastModifiedTime */
            ifnonnull 30
        29: .line 107
            aload 8 /* attrs */
            invokevirtual sun.nio.fs.UnixFileAttributes.lastModifiedTime:()Ljava/nio/file/attribute/FileTime;
            astore 1 /* lastModifiedTime */
        30: .line 108
      StackMap locals: sun.nio.fs.UnixFileAttributes
      StackMap stack:
            aload 2 /* lastAccessTime */
            ifnonnull 35
        31: .line 109
            aload 8 /* attrs */
            invokevirtual sun.nio.fs.UnixFileAttributes.lastAccessTime:()Ljava/nio/file/attribute/FileTime;
            astore 2 /* lastAccessTime */
        end local 8 // sun.nio.fs.UnixFileAttributes attrs
        32: .line 110
            goto 35
      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
      StackMap stack: sun.nio.fs.UnixException
        33: astore 8 /* x */
        start local 8 // sun.nio.fs.UnixException x
        34: .line 111
            aload 8 /* 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 8 // sun.nio.fs.UnixException x
        35: .line 116
      StackMap locals:
      StackMap stack:
            aload 1 /* lastModifiedTime */
            getstatic java.util.concurrent.TimeUnit.MICROSECONDS:Ljava/util/concurrent/TimeUnit;
            invokevirtual java.nio.file.attribute.FileTime.to:(Ljava/util/concurrent/TimeUnit;)J
            lstore 8 /* modValue */
        start local 8 // long modValue
        36: .line 117
            aload 2 /* lastAccessTime */
            getstatic java.util.concurrent.TimeUnit.MICROSECONDS:Ljava/util/concurrent/TimeUnit;
            invokevirtual java.nio.file.attribute.FileTime.to:(Ljava/util/concurrent/TimeUnit;)J
            lstore 10 /* accessValue */
        start local 10 // long accessValue
        37: .line 119
            iconst_0
            istore 12 /* retry */
        start local 12 // boolean retry
        38: .line 121
            iload 5 /* useFutimes */
            ifeq 41
        39: .line 122
            iload 7 /* fd */
            lload 10 /* accessValue */
            lload 8 /* modValue */
            invokestatic sun.nio.fs.UnixNativeDispatcher.futimes:(IJJ)V
        40: .line 123
            goto 52
      StackMap locals: long long int
      StackMap stack:
        41: iload 6 /* useLutimes */
            ifeq 44
        42: .line 124
            aload 0 /* this */
            getfield sun.nio.fs.UnixFileAttributeViews$Basic.file:Lsun/nio/fs/UnixPath;
            lload 10 /* accessValue */
            lload 8 /* modValue */
            invokestatic sun.nio.fs.UnixNativeDispatcher.lutimes:(Lsun/nio/fs/UnixPath;JJ)V
        43: .line 125
            goto 52
        44: .line 126
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.fs.UnixFileAttributeViews$Basic.file:Lsun/nio/fs/UnixPath;
            lload 10 /* accessValue */
            lload 8 /* modValue */
            invokestatic sun.nio.fs.UnixNativeDispatcher.utimes:(Lsun/nio/fs/UnixPath;JJ)V
        45: .line 128
            goto 52
      StackMap locals:
      StackMap stack: sun.nio.fs.UnixException
        46: astore 13 /* x */
        start local 13 // sun.nio.fs.UnixException x
        47: .line 131
            aload 13 /* x */
            invokevirtual sun.nio.fs.UnixException.errno:()I
            bipush 22
            if_icmpne 51
        48: .line 132
            lload 8 /* modValue */
            lconst_0
            lcmp
            iflt 49
            lload 10 /* accessValue */
            lconst_0
            lcmp
            ifge 51
        49: .line 133
      StackMap locals: sun.nio.fs.UnixException
      StackMap stack:
            iconst_1
            istore 12 /* retry */
        50: .line 134
            goto 52
        51: .line 135
      StackMap locals:
      StackMap stack:
            aload 13 /* 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 13 // sun.nio.fs.UnixException x
        52: .line 138
      StackMap locals:
      StackMap stack:
            iload 12 /* retry */
            ifeq 69
        53: .line 139
            lload 8 /* modValue */
            lconst_0
            lcmp
            ifge 54
            lconst_0
            lstore 8 /* modValue */
        54: .line 140
      StackMap locals:
      StackMap stack:
            lload 10 /* accessValue */
            lconst_0
            lcmp
            ifge 55
            lconst_0
            lstore 10 /* accessValue */
        55: .line 142
      StackMap locals:
      StackMap stack:
            iload 5 /* useFutimes */
            ifeq 58
        56: .line 143
            iload 7 /* fd */
            lload 10 /* accessValue */
            lload 8 /* modValue */
            invokestatic sun.nio.fs.UnixNativeDispatcher.futimes:(IJJ)V
        57: .line 144
            goto 69
      StackMap locals:
      StackMap stack:
        58: iload 6 /* useLutimes */
            ifeq 61
        59: .line 145
            aload 0 /* this */
            getfield sun.nio.fs.UnixFileAttributeViews$Basic.file:Lsun/nio/fs/UnixPath;
            lload 10 /* accessValue */
            lload 8 /* modValue */
            invokestatic sun.nio.fs.UnixNativeDispatcher.lutimes:(Lsun/nio/fs/UnixPath;JJ)V
        60: .line 146
            goto 69
        61: .line 147
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.fs.UnixFileAttributeViews$Basic.file:Lsun/nio/fs/UnixPath;
            lload 10 /* accessValue */
            lload 8 /* modValue */
            invokestatic sun.nio.fs.UnixNativeDispatcher.utimes:(Lsun/nio/fs/UnixPath;JJ)V
        62: .line 149
            goto 69
      StackMap locals:
      StackMap stack: sun.nio.fs.UnixException
        63: astore 13 /* x */
        start local 13 // sun.nio.fs.UnixException x
        64: .line 150
            aload 13 /* 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 13 // sun.nio.fs.UnixException x
        end local 12 // boolean retry
        end local 10 // long accessValue
        end local 8 // long modValue
        65: .line 153
            goto 69
      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
      StackMap stack: java.lang.Throwable
        66: astore 14
        67: .line 154
            iload 7 /* fd */
            invokestatic sun.nio.fs.UnixNativeDispatcher.close:(I)V
        68: .line 155
            aload 14
            athrow
        69: .line 154
      StackMap locals:
      StackMap stack:
            iload 7 /* fd */
            invokestatic sun.nio.fs.UnixNativeDispatcher.close:(I)V
        70: .line 156
            return
        end local 7 // int fd
        end local 6 // boolean useLutimes
        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   71     0              this  Lsun/nio/fs/UnixFileAttributeViews$Basic;
            0   71     1  lastModifiedTime  Ljava/nio/file/attribute/FileTime;
            0   71     2    lastAccessTime  Ljava/nio/file/attribute/FileTime;
            0   71     3        createTime  Ljava/nio/file/attribute/FileTime;
            4   71     4            haveFd  Z
            5   71     5        useFutimes  Z
            6   71     6        useLutimes  Z
            7   71     7                fd  I
           20   23     8                 x  Lsun/nio/fs/UnixException;
           28   32     8             attrs  Lsun/nio/fs/UnixFileAttributes;
           34   35     8                 x  Lsun/nio/fs/UnixException;
           36   65     8          modValue  J
           37   65    10       accessValue  J
           38   65    12             retry  Z
           47   52    13                 x  Lsun/nio/fs/UnixException;
           64   65    13                 x  Lsun/nio/fs/UnixException;
      Exception table:
        from    to  target  type
           7    18      19  Class sun.nio.fs.UnixException
          24    32      33  Class sun.nio.fs.UnixException
          38    45      46  Class sun.nio.fs.UnixException
          55    62      63  Class sun.nio.fs.UnixException
          23    66      66  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