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 0: aload 0
lload 1
putfield sun.nio.fs.WindowsSecurity$1.val$token:J
aload 0
iload 3
putfield sun.nio.fs.WindowsSecurity$1.val$stopImpersontating:Z
aload 0
iload 4
putfield sun.nio.fs.WindowsSecurity$1.val$needToRevert:Z
aload 0
lload 5
putfield sun.nio.fs.WindowsSecurity$1.val$pLuid:J
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 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 0: aload 0
getfield sun.nio.fs.WindowsSecurity$1.val$token:J
lconst_0
lcmp
ifeq 12
1: aload 0
getfield sun.nio.fs.WindowsSecurity$1.val$stopImpersontating:Z
ifeq 3
2: lconst_0
lconst_0
invokestatic sun.nio.fs.WindowsNativeDispatcher.SetThreadToken:(JJ)V
goto 11
3: StackMap locals:
StackMap stack:
aload 0
getfield sun.nio.fs.WindowsSecurity$1.val$needToRevert:Z
ifeq 11
4: aload 0
getfield sun.nio.fs.WindowsSecurity$1.val$token:J
aload 0
getfield sun.nio.fs.WindowsSecurity$1.val$pLuid:J
iconst_0
invokestatic sun.nio.fs.WindowsNativeDispatcher.AdjustTokenPrivileges:(JJI)V
5: goto 11
StackMap locals:
StackMap stack: sun.nio.fs.WindowsException
6: astore 1
start local 1 7: new java.lang.AssertionError
dup
aload 1
invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
athrow
end local 1 8: StackMap locals:
StackMap stack: java.lang.Throwable
astore 2
9: aload 0
getfield sun.nio.fs.WindowsSecurity$1.val$token:J
invokestatic sun.nio.fs.WindowsNativeDispatcher.CloseHandle:(J)V
10: aload 2
athrow
11: StackMap locals:
StackMap stack:
aload 0
getfield sun.nio.fs.WindowsSecurity$1.val$token:J
invokestatic sun.nio.fs.WindowsNativeDispatcher.CloseHandle:(J)V
12: StackMap locals:
StackMap stack:
return
end local 0 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