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=6, locals=12, 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
            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 4 /* fd */
        start local 4 // int fd
         4: .line 77
            aload 1 /* lastModifiedTime */
            ifnull 5
            aload 2 /* lastAccessTime */
            ifnonnull 13
         5: .line 79
      StackMap locals: int
      StackMap stack:
            iload 4 /* fd */
            invokestatic sun.nio.fs.UnixFileAttributes.get:(I)Lsun/nio/fs/UnixFileAttributes;
            astore 5 /* attrs */
        start local 5 // sun.nio.fs.UnixFileAttributes attrs
         6: .line 80
            aload 1 /* lastModifiedTime */
            ifnonnull 8
         7: .line 81
            aload 5 /* attrs */
            invokevirtual sun.nio.fs.UnixFileAttributes.lastModifiedTime:()Ljava/nio/file/attribute/FileTime;
            astore 1 /* lastModifiedTime */
         8: .line 82
      StackMap locals: sun.nio.fs.UnixFileAttributes
      StackMap stack:
            aload 2 /* lastAccessTime */
            ifnonnull 13
         9: .line 83
            aload 5 /* attrs */
            invokevirtual sun.nio.fs.UnixFileAttributes.lastAccessTime:()Ljava/nio/file/attribute/FileTime;
            astore 2 /* lastAccessTime */
        end local 5 // sun.nio.fs.UnixFileAttributes attrs
        10: .line 84
            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
      StackMap stack: sun.nio.fs.UnixException
        11: astore 5 /* x */
        start local 5 // sun.nio.fs.UnixException x
        12: .line 85
            aload 5 /* 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 5 // sun.nio.fs.UnixException x
        13: .line 90
      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 5 /* modValue */
        start local 5 // long modValue
        14: .line 91
            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 7 /* accessValue */
        start local 7 // long accessValue
        15: .line 93
            iconst_0
            istore 9 /* retry */
        start local 9 // boolean retry
        16: .line 96
            iload 4 /* fd */
            lload 7 /* accessValue */
            lload 5 /* modValue */
            aload 0 /* this */
            getfield sun.nio.fs.UnixFileAttributeViews$Basic.file:Lsun/nio/fs/UnixPath;
            invokestatic sun.nio.fs.UnixNativeDispatcher.futimes:(IJJLsun/nio/fs/UnixPath;)V
        17: .line 97
            goto 24
      StackMap locals: sun.nio.fs.UnixFileAttributeViews$Basic java.nio.file.attribute.FileTime java.nio.file.attribute.FileTime java.nio.file.attribute.FileTime int long long int
      StackMap stack: sun.nio.fs.UnixException
        18: astore 10 /* x */
        start local 10 // sun.nio.fs.UnixException x
        19: .line 100
            aload 10 /* x */
            invokevirtual sun.nio.fs.UnixException.errno:()I
            bipush 22
            if_icmpne 23
        20: .line 101
            lload 5 /* modValue */
            lconst_0
            lcmp
            iflt 21
            lload 7 /* accessValue */
            lconst_0
            lcmp
            ifge 23
        21: .line 102
      StackMap locals: sun.nio.fs.UnixException
      StackMap stack:
            iconst_1
            istore 9 /* retry */
        22: .line 103
            goto 24
        23: .line 104
      StackMap locals:
      StackMap stack:
            aload 10 /* 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 10 // sun.nio.fs.UnixException x
        24: .line 107
      StackMap locals:
      StackMap stack:
            iload 9 /* retry */
            ifeq 35
        25: .line 108
            lload 5 /* modValue */
            lconst_0
            lcmp
            ifge 26
            lconst_0
            lstore 5 /* modValue */
        26: .line 109
      StackMap locals:
      StackMap stack:
            lload 7 /* accessValue */
            lconst_0
            lcmp
            ifge 27
            lconst_0
            lstore 7 /* accessValue */
        27: .line 112
      StackMap locals:
      StackMap stack:
            iload 4 /* fd */
            lload 7 /* accessValue */
            lload 5 /* modValue */
            aload 0 /* this */
            getfield sun.nio.fs.UnixFileAttributeViews$Basic.file:Lsun/nio/fs/UnixPath;
            invokestatic sun.nio.fs.UnixNativeDispatcher.futimes:(IJJLsun/nio/fs/UnixPath;)V
        28: .line 113
            goto 35
      StackMap locals:
      StackMap stack: sun.nio.fs.UnixException
        29: astore 10 /* x */
        start local 10 // sun.nio.fs.UnixException x
        30: .line 114
            aload 10 /* 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 10 // sun.nio.fs.UnixException x
        end local 9 // boolean retry
        end local 7 // long accessValue
        end local 5 // long modValue
        31: .line 117
            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
      StackMap stack: java.lang.Throwable
        32: astore 11
        33: .line 118
            iload 4 /* fd */
            invokestatic sun.nio.fs.UnixNativeDispatcher.close:(I)V
        34: .line 119
            aload 11
            athrow
        35: .line 118
      StackMap locals:
      StackMap stack:
            iload 4 /* fd */
            invokestatic sun.nio.fs.UnixNativeDispatcher.close:(I)V
        36: .line 120
            return
        end local 4 // int fd
        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   37     0              this  Lsun/nio/fs/UnixFileAttributeViews$Basic;
            0   37     1  lastModifiedTime  Ljava/nio/file/attribute/FileTime;
            0   37     2    lastAccessTime  Ljava/nio/file/attribute/FileTime;
            0   37     3        createTime  Ljava/nio/file/attribute/FileTime;
            4   37     4                fd  I
            6   10     5             attrs  Lsun/nio/fs/UnixFileAttributes;
           12   13     5                 x  Lsun/nio/fs/UnixException;
           14   31     5          modValue  J
           15   31     7       accessValue  J
           16   31     9             retry  Z
           19   24    10                 x  Lsun/nio/fs/UnixException;
           30   31    10                 x  Lsun/nio/fs/UnixException;
      Exception table:
        from    to  target  type
           5    10      11  Class sun.nio.fs.UnixException
          16    17      18  Class sun.nio.fs.UnixException
          27    28      29  Class sun.nio.fs.UnixException
           4    32      32  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