class sun.reflect.ReflectionFactory$1 implements java.security.PrivilegedAction<java.lang.Void>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.reflect.ReflectionFactory$1
super_class: java.lang.Object
{
void <init>();
descriptor: ()V
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/reflect/ReflectionFactory$1;
public java.lang.Void run();
descriptor: ()Ljava/lang/Void;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=1
start local 0 0: getstatic java.lang.System.out:Ljava/io/PrintStream;
ifnonnull 2
1: aconst_null
areturn
2: StackMap locals:
StackMap stack:
ldc "sun.reflect.noInflation"
invokestatic java.lang.System.getProperty:(Ljava/lang/String;)Ljava/lang/String;
astore 1
start local 1 3: aload 1
ifnull 5
aload 1
ldc "true"
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 5
4: iconst_1
putstatic sun.reflect.ReflectionFactory.noInflation:Z
5: StackMap locals: java.lang.String
StackMap stack:
ldc "sun.reflect.inflationThreshold"
invokestatic java.lang.System.getProperty:(Ljava/lang/String;)Ljava/lang/String;
astore 1
6: aload 1
ifnull 13
7: aload 1
invokestatic java.lang.Integer.parseInt:(Ljava/lang/String;)I
putstatic sun.reflect.ReflectionFactory.inflationThreshold:I
8: goto 13
StackMap locals:
StackMap stack: java.lang.NumberFormatException
9: astore 2
start local 2 10: new java.lang.RuntimeException
dup
ldc "Unable to parse property sun.reflect.inflationThreshold"
invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
11: aload 2
invokevirtual java.lang.RuntimeException.initCause:(Ljava/lang/Throwable;)Ljava/lang/Throwable;
12: checkcast java.lang.RuntimeException
athrow
end local 2 13: StackMap locals:
StackMap stack:
iconst_1
putstatic sun.reflect.ReflectionFactory.initted:Z
14: aconst_null
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 15 0 this Lsun/reflect/ReflectionFactory$1;
3 15 1 val Ljava/lang/String;
10 13 2 e Ljava/lang/NumberFormatException;
Exception table:
from to target type
7 8 9 Class java.lang.NumberFormatException
public java.lang.Object run();
descriptor: ()Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual sun.reflect.ReflectionFactory$1.run:()Ljava/lang/Void;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljava/lang/Object;Ljava/security/PrivilegedAction<Ljava/lang/Void;>;
SourceFile: "ReflectionFactory.java"
EnclosingMethod: sun.reflect.ReflectionFactory.checkInitted:()V
NestHost: sun.reflect.ReflectionFactory
InnerClasses:
sun.reflect.ReflectionFactory$1