class sun.nio.fs.WindowsSecurity$1 implements sun.nio.fs.WindowsSecurity$Privilege
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.nio.fs.WindowsSecurity$1
  super_class: java.lang.Object
{
  private final long val$token;
    descriptor: J
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final boolean val$stopImpersontating;
    descriptor: Z
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final boolean val$needToRevert;
    descriptor: Z
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final long val$pLuid;
    descriptor: J
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(long, boolean, boolean, long);
    descriptor: (JZZJ)V
    flags: (0x0000) 
    Code:
      stack=3, locals=7, args_size=5
        start local 0 // sun.nio.fs.WindowsSecurity$1 this
         0: .line 105
            aload 0 /* this */
            lload 1
            putfield sun.nio.fs.WindowsSecurity$1.val$token:J
            aload 0 /* this */
            iload 3
            putfield sun.nio.fs.WindowsSecurity$1.val$stopImpersontating:Z
            aload 0 /* this */
            iload 4
            putfield sun.nio.fs.WindowsSecurity$1.val$needToRevert:Z
            aload 0 /* this */
            lload 5
            putfield sun.nio.fs.WindowsSecurity$1.val$pLuid:J
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.nio.fs.WindowsSecurity$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/fs/WindowsSecurity$1;
    MethodParameters:
                        Name  Flags
      val$token               final
      val$stopImpersontating  final
      val$needToRevert        final
      val$pLuid               final

  public void drop();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // sun.nio.fs.WindowsSecurity$1 this
         0: .line 108
            aload 0 /* this */
            getfield sun.nio.fs.WindowsSecurity$1.val$token:J
            lconst_0
            lcmp
            ifeq 12
         1: .line 110
            aload 0 /* this */
            getfield sun.nio.fs.WindowsSecurity$1.val$stopImpersontating:Z
            ifeq 3
         2: .line 111
            lconst_0
            lconst_0
            invokestatic sun.nio.fs.WindowsNativeDispatcher.SetThreadToken:(JJ)V
            goto 11
         3: .line 112
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.fs.WindowsSecurity$1.val$needToRevert:Z
            ifeq 11
         4: .line 113
            aload 0 /* this */
            getfield sun.nio.fs.WindowsSecurity$1.val$token:J
            aload 0 /* this */
            getfield sun.nio.fs.WindowsSecurity$1.val$pLuid:J
            iconst_0
            invokestatic sun.nio.fs.WindowsNativeDispatcher.AdjustTokenPrivileges:(JJI)V
         5: .line 114
            goto 11
      StackMap locals:
      StackMap stack: sun.nio.fs.WindowsException
         6: astore 1 /* x */
        start local 1 // sun.nio.fs.WindowsException x
         7: .line 116
            new java.lang.AssertionError
            dup
            aload 1 /* x */
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        end local 1 // sun.nio.fs.WindowsException x
         8: .line 117
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         9: .line 118
            aload 0 /* this */
            getfield sun.nio.fs.WindowsSecurity$1.val$token:J
            invokestatic sun.nio.fs.WindowsNativeDispatcher.CloseHandle:(J)V
        10: .line 119
            aload 2
            athrow
        11: .line 118
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.fs.WindowsSecurity$1.val$token:J
            invokestatic sun.nio.fs.WindowsNativeDispatcher.CloseHandle:(J)V
        12: .line 121
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.nio.fs.WindowsSecurity$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lsun/nio/fs/WindowsSecurity$1;
            7    8     1     x  Lsun/nio/fs/WindowsException;
      Exception table:
        from    to  target  type
           1     5       6  Class sun.nio.fs.WindowsException
           1     8       8  any
}
SourceFile: "WindowsSecurity.java"
EnclosingMethod: sun.nio.fs.WindowsSecurity.enablePrivilege:(Ljava/lang/String;)Lsun/nio/fs/WindowsSecurity$Privilege;
NestHost: sun.nio.fs.WindowsSecurity
InnerClasses:
  sun.nio.fs.WindowsSecurity$1
  abstract Privilege = sun.nio.fs.WindowsSecurity$Privilege of sun.nio.fs.WindowsSecurity