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=14, 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_m1
            istore 6 /* fd */
        start local 6 // int fd
         6: .line 78
            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 6 /* fd */
         7: .line 79
            iload 6 /* fd */
            iconst_m1
            if_icmpeq 14
         8: .line 80
            iconst_1
            istore 4 /* haveFd */
         9: .line 81
            invokestatic sun.nio.fs.UnixNativeDispatcher.futimesSupported:()Z
            istore 5 /* useFutimes */
        10: .line 83
            goto 14
      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
      StackMap stack: sun.nio.fs.UnixException
        11: astore 7 /* x */
        start local 7 // sun.nio.fs.UnixException x
        12: .line 84
            aload 7 /* x */
            invokevirtual sun.nio.fs.UnixException.errno:()I
            bipush 6
            if_icmpeq 14
        13: .line 85
            aload 7 /* 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 7 // sun.nio.fs.UnixException x
        14: .line 93
      StackMap locals:
      StackMap stack:
            aload 1 /* lastModifiedTime */
            ifnull 15
            aload 2 /* lastAccessTime */
            ifnonnull 26
        15: .line 95
      StackMap locals:
      StackMap stack:
            iload 4 /* haveFd */
            ifeq 17
        16: .line 96
            iload 6 /* fd */
            invokestatic sun.nio.fs.UnixFileAttributes.get:(I)Lsun/nio/fs/UnixFileAttributes;
            goto 18
        17: .line 97
      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;
        18: .line 95
      StackMap locals:
      StackMap stack: sun.nio.fs.UnixFileAttributes
            astore 7 /* attrs */
        start local 7 // sun.nio.fs.UnixFileAttributes attrs
        19: .line 98
            aload 1 /* lastModifiedTime */
            ifnonnull 21
        20: .line 99
            aload 7 /* attrs */
            invokevirtual sun.nio.fs.UnixFileAttributes.lastModifiedTime:()Ljava/nio/file/attribute/FileTime;
            astore 1 /* lastModifiedTime */
        21: .line 100
      StackMap locals: sun.nio.fs.UnixFileAttributes
      StackMap stack:
            aload 2 /* lastAccessTime */
            ifnonnull 26
        22: .line 101
            aload 7 /* attrs */
            invokevirtual sun.nio.fs.UnixFileAttributes.lastAccessTime:()Ljava/nio/file/attribute/FileTime;
            astore 2 /* lastAccessTime */
        end local 7 // sun.nio.fs.UnixFileAttributes attrs
        23: .line 102
            goto 26
      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
      StackMap stack: sun.nio.fs.UnixException
        24: astore 7 /* x */
        start local 7 // sun.nio.fs.UnixException x
        25: .line 103
            aload 7 /* 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 7 // sun.nio.fs.UnixException x
        26: .line 108
      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 7 /* modValue */
        start local 7 // long modValue
        27: .line 109
            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 9 /* accessValue */
        start local 9 // long accessValue
        28: .line 111
            iconst_0
            istore 11 /* retry */
        start local 11 // boolean retry
        29: .line 113
            iload 5 /* useFutimes */
            ifeq 32
        30: .line 114
            iload 6 /* fd */
            lload 9 /* accessValue */
            lload 7 /* modValue */
            invokestatic sun.nio.fs.UnixNativeDispatcher.futimes:(IJJ)V
        31: .line 115
            goto 40
        32: .line 116
      StackMap locals: long long int
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.fs.UnixFileAttributeViews$Basic.file:Lsun/nio/fs/UnixPath;
            lload 9 /* accessValue */
            lload 7 /* modValue */
            invokestatic sun.nio.fs.UnixNativeDispatcher.utimes:(Lsun/nio/fs/UnixPath;JJ)V
        33: .line 118
            goto 40
      StackMap locals:
      StackMap stack: sun.nio.fs.UnixException
        34: astore 12 /* x */
        start local 12 // sun.nio.fs.UnixException x
        35: .line 121
            aload 12 /* x */
            invokevirtual sun.nio.fs.UnixException.errno:()I
            bipush 22
            if_icmpne 39
        36: .line 122
            lload 7 /* modValue */
            lconst_0
            lcmp
            iflt 37
            lload 9 /* accessValue */
            lconst_0
            lcmp
            ifge 39
        37: .line 123
      StackMap locals: sun.nio.fs.UnixException
      StackMap stack:
            iconst_1
            istore 11 /* retry */
        38: .line 124
            goto 40
        39: .line 125
      StackMap locals:
      StackMap stack:
            aload 12 /* 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 12 // sun.nio.fs.UnixException x
        40: .line 128
      StackMap locals:
      StackMap stack:
            iload 11 /* retry */
            ifeq 54
        41: .line 129
            lload 7 /* modValue */
            lconst_0
            lcmp
            ifge 42
            lconst_0
            lstore 7 /* modValue */
        42: .line 130
      StackMap locals:
      StackMap stack:
            lload 9 /* accessValue */
            lconst_0
            lcmp
            ifge 43
            lconst_0
            lstore 9 /* accessValue */
        43: .line 132
      StackMap locals:
      StackMap stack:
            iload 5 /* useFutimes */
            ifeq 46
        44: .line 133
            iload 6 /* fd */
            lload 9 /* accessValue */
            lload 7 /* modValue */
            invokestatic sun.nio.fs.UnixNativeDispatcher.futimes:(IJJ)V
        45: .line 134
            goto 54
        46: .line 135
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.fs.UnixFileAttributeViews$Basic.file:Lsun/nio/fs/UnixPath;
            lload 9 /* accessValue */
            lload 7 /* modValue */
            invokestatic sun.nio.fs.UnixNativeDispatcher.utimes:(Lsun/nio/fs/UnixPath;JJ)V
        47: .line 137
            goto 54
      StackMap locals:
      StackMap stack: sun.nio.fs.UnixException
        48: astore 12 /* x */
        start local 12 // sun.nio.fs.UnixException x
        49: .line 138
            aload 12 /* 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 12 // sun.nio.fs.UnixException x
        end local 11 // boolean retry
        end local 9 // long accessValue
        end local 7 // long modValue
        50: .line 141
            goto 54
      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
      StackMap stack: java.lang.Throwable
        51: astore 13
        52: .line 142
            iload 6 /* fd */
            invokestatic sun.nio.fs.UnixNativeDispatcher.close:(I)V
        53: .line 143
            aload 13
            athrow
        54: .line 142
      StackMap locals:
      StackMap stack:
            iload 6 /* fd */
            invokestatic sun.nio.fs.UnixNativeDispatcher.close:(I)V
        55: .line 144
            return
        end local 6 // int fd
        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   56     0              this  Lsun/nio/fs/UnixFileAttributeViews$Basic;
            0   56     1  lastModifiedTime  Ljava/nio/file/attribute/FileTime;
            0   56     2    lastAccessTime  Ljava/nio/file/attribute/FileTime;
            0   56     3        createTime  Ljava/nio/file/attribute/FileTime;
            4   56     4            haveFd  Z
            5   56     5        useFutimes  Z
            6   56     6                fd  I
           12   14     7                 x  Lsun/nio/fs/UnixException;
           19   23     7             attrs  Lsun/nio/fs/UnixFileAttributes;
           25   26     7                 x  Lsun/nio/fs/UnixException;
           27   50     7          modValue  J
           28   50     9       accessValue  J
           29   50    11             retry  Z
           35   40    12                 x  Lsun/nio/fs/UnixException;
           49   50    12                 x  Lsun/nio/fs/UnixException;
      Exception table:
        from    to  target  type
           6    10      11  Class sun.nio.fs.UnixException
          15    23      24  Class sun.nio.fs.UnixException
          29    33      34  Class sun.nio.fs.UnixException
          43    47      48  Class sun.nio.fs.UnixException
          14    51      51  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