class sun.reflect.annotation.AnnotationSupport$1 implements java.security.PrivilegedAction<java.lang.reflect.Method>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.reflect.annotation.AnnotationSupport$1
super_class: java.lang.Object
{
private final java.lang.reflect.Method val$m;
descriptor: Ljava/lang/reflect/Method;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(java.lang.reflect.Method);
descriptor: (Ljava/lang/reflect/Method;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield sun.reflect.annotation.AnnotationSupport$1.val$m:Ljava/lang/reflect/Method;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/reflect/annotation/AnnotationSupport$1;
MethodParameters:
Name Flags
val$m final
public java.lang.reflect.Method run();
descriptor: ()Ljava/lang/reflect/Method;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: invokestatic jdk.internal.reflect.ReflectionFactory.getReflectionFactory:()Ljdk/internal/reflect/ReflectionFactory;
aload 0
getfield sun.reflect.annotation.AnnotationSupport$1.val$m:Ljava/lang/reflect/Method;
invokevirtual jdk.internal.reflect.ReflectionFactory.leafCopyMethod:(Ljava/lang/reflect/Method;)Ljava/lang/reflect/Method;
astore 1
start local 1 1: aload 1
iconst_1
invokevirtual java.lang.reflect.Method.setAccessible:(Z)V
2: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/reflect/annotation/AnnotationSupport$1;
1 3 1 res Ljava/lang/reflect/Method;
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.annotation.AnnotationSupport$1.run:()Ljava/lang/reflect/Method;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljava/lang/Object;Ljava/security/PrivilegedAction<Ljava/lang/reflect/Method;>;
SourceFile: "AnnotationSupport.java"
EnclosingMethod: sun.reflect.annotation.AnnotationSupport.getValueArray:(Ljava/lang/annotation/Annotation;)[Ljava/lang/annotation/Annotation;
NestHost: sun.reflect.annotation.AnnotationSupport
InnerClasses:
sun.reflect.annotation.AnnotationSupport$1