public class sun.management.FileSystemImpl extends sun.management.FileSystem
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.management.FileSystemImpl
  super_class: sun.management.FileSystem
{
  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 52
            new sun.management.FileSystemImpl$1
            dup
            invokespecial sun.management.FileSystemImpl$1.<init>:()V
         1: .line 51
            invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedAction;)Ljava/lang/Object;
            pop
         2: .line 58
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.management.FileSystemImpl this
         0: .line 34
            aload 0 /* this */
            invokespecial sun.management.FileSystem.<init>:()V
            return
        end local 0 // sun.management.FileSystemImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/management/FileSystemImpl;

  public boolean supportsFileSecurity(java.io.File);
    descriptor: (Ljava/io/File;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // sun.management.FileSystemImpl this
        start local 1 // java.io.File f
         0: .line 37
            iconst_1
            ireturn
        end local 1 // java.io.File f
        end local 0 // sun.management.FileSystemImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/management/FileSystemImpl;
            0    1     1     f  Ljava/io/File;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      f     

  public boolean isAccessUserOnly(java.io.File);
    descriptor: (Ljava/io/File;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // sun.management.FileSystemImpl this
        start local 1 // java.io.File f
         0: .line 41
            aload 1 /* f */
            invokevirtual java.io.File.getPath:()Ljava/lang/String;
            invokestatic sun.management.FileSystemImpl.isAccessUserOnly0:(Ljava/lang/String;)Z
            ireturn
        end local 1 // java.io.File f
        end local 0 // sun.management.FileSystemImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/management/FileSystemImpl;
            0    1     1     f  Ljava/io/File;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      f     

  static native boolean isAccessUserOnly0(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0108) ACC_STATIC, ACC_NATIVE
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      path  
}
SourceFile: "FileSystemImpl.java"
NestMembers:
  sun.management.FileSystemImpl$1
InnerClasses:
  sun.management.FileSystemImpl$1