class sun.nio.fs.AixFileStore extends sun.nio.fs.UnixFileStore
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.nio.fs.AixFileStore
  super_class: sun.nio.fs.UnixFileStore
{
  void <init>(sun.nio.fs.UnixPath);
    descriptor: (Lsun/nio/fs/UnixPath;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.nio.fs.AixFileStore this
        start local 1 // sun.nio.fs.UnixPath file
         0: .line 42
            aload 0 /* this */
            aload 1 /* file */
            invokespecial sun.nio.fs.UnixFileStore.<init>:(Lsun/nio/fs/UnixPath;)V
         1: .line 43
            return
        end local 1 // sun.nio.fs.UnixPath file
        end local 0 // sun.nio.fs.AixFileStore this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/nio/fs/AixFileStore;
            0    2     1  file  Lsun/nio/fs/UnixPath;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      file  

  void <init>(sun.nio.fs.UnixFileSystem, sun.nio.fs.UnixMountEntry);
    descriptor: (Lsun/nio/fs/UnixFileSystem;Lsun/nio/fs/UnixMountEntry;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.nio.fs.AixFileStore this
        start local 1 // sun.nio.fs.UnixFileSystem fs
        start local 2 // sun.nio.fs.UnixMountEntry entry
         0: .line 46
            aload 0 /* this */
            aload 1 /* fs */
            aload 2 /* entry */
            invokespecial sun.nio.fs.UnixFileStore.<init>:(Lsun/nio/fs/UnixFileSystem;Lsun/nio/fs/UnixMountEntry;)V
         1: .line 47
            return
        end local 2 // sun.nio.fs.UnixMountEntry entry
        end local 1 // sun.nio.fs.UnixFileSystem fs
        end local 0 // sun.nio.fs.AixFileStore this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lsun/nio/fs/AixFileStore;
            0    2     1     fs  Lsun/nio/fs/UnixFileSystem;
            0    2     2  entry  Lsun/nio/fs/UnixMountEntry;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      fs     
      entry  

  sun.nio.fs.UnixMountEntry findMountEntry();
    descriptor: ()Lsun/nio/fs/UnixMountEntry;
    flags: (0x0000) 
    Code:
      stack=4, locals=7, args_size=1
        start local 0 // sun.nio.fs.AixFileStore this
         0: .line 55
            aload 0 /* this */
            invokevirtual sun.nio.fs.AixFileStore.file:()Lsun/nio/fs/UnixPath;
            invokevirtual sun.nio.fs.UnixPath.getFileSystem:()Lsun/nio/fs/UnixFileSystem;
            checkcast sun.nio.fs.AixFileSystem
            astore 1 /* fs */
        start local 1 // sun.nio.fs.AixFileSystem fs
         1: .line 58
            aconst_null
            astore 2 /* path */
        start local 2 // sun.nio.fs.UnixPath path
         2: .line 60
            aload 0 /* this */
            invokevirtual sun.nio.fs.AixFileStore.file:()Lsun/nio/fs/UnixPath;
            invokestatic sun.nio.fs.UnixNativeDispatcher.realpath:(Lsun/nio/fs/UnixPath;)[B
            astore 3 /* rp */
        start local 3 // byte[] rp
         3: .line 61
            new sun.nio.fs.UnixPath
            dup
            aload 1 /* fs */
            aload 3 /* rp */
            invokespecial sun.nio.fs.UnixPath.<init>:(Lsun/nio/fs/UnixFileSystem;[B)V
            astore 2 /* path */
        end local 3 // byte[] rp
         4: .line 62
            goto 7
      StackMap locals: sun.nio.fs.AixFileStore sun.nio.fs.AixFileSystem sun.nio.fs.UnixPath
      StackMap stack: sun.nio.fs.UnixException
         5: astore 3 /* x */
        start local 3 // sun.nio.fs.UnixException x
         6: .line 63
            aload 3 /* x */
            aload 0 /* this */
            invokevirtual sun.nio.fs.AixFileStore.file:()Lsun/nio/fs/UnixPath;
            invokevirtual sun.nio.fs.UnixException.rethrowAsIOException:(Lsun/nio/fs/UnixPath;)V
        end local 3 // sun.nio.fs.UnixException x
         7: .line 67
      StackMap locals:
      StackMap stack:
            aload 2 /* path */
            invokevirtual sun.nio.fs.UnixPath.getParent:()Lsun/nio/fs/UnixPath;
            astore 3 /* parent */
        start local 3 // sun.nio.fs.UnixPath parent
         8: .line 68
            goto 18
         9: .line 69
      StackMap locals: sun.nio.fs.UnixPath
      StackMap stack:
            aconst_null
            astore 4 /* attrs */
        start local 4 // sun.nio.fs.UnixFileAttributes attrs
        10: .line 71
            aload 3 /* parent */
            iconst_1
            invokestatic sun.nio.fs.UnixFileAttributes.get:(Lsun/nio/fs/UnixPath;Z)Lsun/nio/fs/UnixFileAttributes;
            astore 4 /* attrs */
        11: .line 72
            goto 14
      StackMap locals: sun.nio.fs.AixFileStore sun.nio.fs.AixFileSystem sun.nio.fs.UnixPath sun.nio.fs.UnixPath sun.nio.fs.UnixFileAttributes
      StackMap stack: sun.nio.fs.UnixException
        12: astore 5 /* x */
        start local 5 // sun.nio.fs.UnixException x
        13: .line 73
            aload 5 /* x */
            aload 3 /* parent */
            invokevirtual sun.nio.fs.UnixException.rethrowAsIOException:(Lsun/nio/fs/UnixPath;)V
        end local 5 // sun.nio.fs.UnixException x
        14: .line 75
      StackMap locals:
      StackMap stack:
            aload 4 /* attrs */
            invokevirtual sun.nio.fs.UnixFileAttributes.dev:()J
            aload 0 /* this */
            invokevirtual sun.nio.fs.AixFileStore.dev:()J
            lcmp
            ifeq 16
        15: .line 76
            goto 19
        16: .line 77
      StackMap locals:
      StackMap stack:
            aload 3 /* parent */
            astore 2 /* path */
        17: .line 78
            aload 3 /* parent */
            invokevirtual sun.nio.fs.UnixPath.getParent:()Lsun/nio/fs/UnixPath;
            astore 3 /* parent */
        end local 4 // sun.nio.fs.UnixFileAttributes attrs
        18: .line 68
      StackMap locals:
      StackMap stack:
            aload 3 /* parent */
            ifnonnull 9
        19: .line 82
      StackMap locals:
      StackMap stack:
            aload 2 /* path */
            invokevirtual sun.nio.fs.UnixPath.asByteArray:()[B
            astore 4 /* dir */
        start local 4 // byte[] dir
        20: .line 83
            aload 1 /* fs */
            invokevirtual sun.nio.fs.AixFileSystem.getMountEntries:()Ljava/lang/Iterable;
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 6
            goto 24
      StackMap locals: sun.nio.fs.AixFileStore sun.nio.fs.AixFileSystem sun.nio.fs.UnixPath sun.nio.fs.UnixPath byte[] top java.util.Iterator
      StackMap stack:
        21: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast sun.nio.fs.UnixMountEntry
            astore 5 /* entry */
        start local 5 // sun.nio.fs.UnixMountEntry entry
        22: .line 84
            aload 4 /* dir */
            aload 5 /* entry */
            invokevirtual sun.nio.fs.UnixMountEntry.dir:()[B
            invokestatic java.util.Arrays.equals:([B[B)Z
            ifeq 24
        23: .line 85
            aload 5 /* entry */
            areturn
        end local 5 // sun.nio.fs.UnixMountEntry entry
        24: .line 83
      StackMap locals:
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 21
        25: .line 88
            new java.io.IOException
            dup
            ldc "Mount point not found"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
        end local 4 // byte[] dir
        end local 3 // sun.nio.fs.UnixPath parent
        end local 2 // sun.nio.fs.UnixPath path
        end local 1 // sun.nio.fs.AixFileSystem fs
        end local 0 // sun.nio.fs.AixFileStore this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   26     0    this  Lsun/nio/fs/AixFileStore;
            1   26     1      fs  Lsun/nio/fs/AixFileSystem;
            2   26     2    path  Lsun/nio/fs/UnixPath;
            3    4     3      rp  [B
            6    7     3       x  Lsun/nio/fs/UnixException;
            8   26     3  parent  Lsun/nio/fs/UnixPath;
           10   18     4   attrs  Lsun/nio/fs/UnixFileAttributes;
           13   14     5       x  Lsun/nio/fs/UnixException;
           20   26     4     dir  [B
           22   24     5   entry  Lsun/nio/fs/UnixMountEntry;
      Exception table:
        from    to  target  type
           2     4       5  Class sun.nio.fs.UnixException
          10    11      12  Class sun.nio.fs.UnixException
    Exceptions:
      throws java.io.IOException

  private boolean isExtendedAttributesEnabled(sun.nio.fs.UnixPath);
    descriptor: (Lsun/nio/fs/UnixPath;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // sun.nio.fs.AixFileStore this
        start local 1 // sun.nio.fs.UnixPath path
         0: .line 94
            iconst_0
            ireturn
        end local 1 // sun.nio.fs.UnixPath path
        end local 0 // sun.nio.fs.AixFileStore this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/fs/AixFileStore;
            0    1     1  path  Lsun/nio/fs/UnixPath;
    MethodParameters:
      Name  Flags
      path  

  public boolean supportsFileAttributeView(java.lang.Class<? extends java.nio.file.attribute.FileAttributeView>);
    descriptor: (Ljava/lang/Class;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.nio.fs.AixFileStore this
        start local 1 // java.lang.Class type
         0: .line 99
            aload 0 /* this */
            aload 1 /* type */
            invokespecial sun.nio.fs.UnixFileStore.supportsFileAttributeView:(Ljava/lang/Class;)Z
            ireturn
        end local 1 // java.lang.Class type
        end local 0 // sun.nio.fs.AixFileStore this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/fs/AixFileStore;
            0    1     1  type  Ljava/lang/Class<+Ljava/nio/file/attribute/FileAttributeView;>;
    Signature: (Ljava/lang/Class<+Ljava/nio/file/attribute/FileAttributeView;>;)Z
    MethodParameters:
      Name  Flags
      type  

  public boolean supportsFileAttributeView(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.nio.fs.AixFileStore this
        start local 1 // java.lang.String name
         0: .line 104
            aload 0 /* this */
            aload 1 /* name */
            invokespecial sun.nio.fs.UnixFileStore.supportsFileAttributeView:(Ljava/lang/String;)Z
            ireturn
        end local 1 // java.lang.String name
        end local 0 // sun.nio.fs.AixFileStore this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/fs/AixFileStore;
            0    1     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  
}
SourceFile: "AixFileStore.java"