class sun.reflect.annotation.AnnotationInvocationHandler$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.AnnotationInvocationHandler$1
super_class: java.lang.Object
{
final sun.reflect.annotation.AnnotationInvocationHandler this$0;
descriptor: Lsun/reflect/annotation/AnnotationInvocationHandler;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(sun.reflect.annotation.AnnotationInvocationHandler);
descriptor: (Lsun/reflect/annotation/AnnotationInvocationHandler;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 // sun.reflect.annotation.AnnotationInvocationHandler$1 this
0: .line 469
aload 0 /* this */
aload 1
putfield sun.reflect.annotation.AnnotationInvocationHandler$1.this$0:Lsun/reflect/annotation/AnnotationInvocationHandler;
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
return
end local 0 // sun.reflect.annotation.AnnotationInvocationHandler$1 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/reflect/annotation/AnnotationInvocationHandler$1;
MethodParameters:
Name Flags
this$0 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 // sun.reflect.annotation.AnnotationInvocationHandler$1 this
0: .line 471
aload 0 /* this */
getfield sun.reflect.annotation.AnnotationInvocationHandler$1.this$0:Lsun/reflect/annotation/AnnotationInvocationHandler;
getfield sun.reflect.annotation.AnnotationInvocationHandler.type:Ljava/lang/Class;
invokevirtual java.lang.Class.getDeclaredMethods:()[Ljava/lang/reflect/Method;
astore 1 /* methods */
start local 1 // java.lang.reflect.Method[] methods
1: .line 472
aload 0 /* this */
getfield sun.reflect.annotation.AnnotationInvocationHandler$1.this$0:Lsun/reflect/annotation/AnnotationInvocationHandler;
aload 1 /* methods */
invokevirtual sun.reflect.annotation.AnnotationInvocationHandler.validateAnnotationMethods:([Ljava/lang/reflect/Method;)V
2: .line 473
aload 1 /* methods */
iconst_1
invokestatic java.lang.reflect.AccessibleObject.setAccessible:([Ljava/lang/reflect/AccessibleObject;Z)V
3: .line 474
aload 1 /* methods */
areturn
end local 1 // java.lang.reflect.Method[] methods
end local 0 // sun.reflect.annotation.AnnotationInvocationHandler$1 this
LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/reflect/annotation/AnnotationInvocationHandler$1;
1 4 1 methods [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: .line 1
aload 0
invokevirtual sun.reflect.annotation.AnnotationInvocationHandler$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: "AnnotationInvocationHandler.java"
EnclosingMethod: sun.reflect.annotation.AnnotationInvocationHandler.computeMemberMethods:()[Ljava/lang/reflect/Method;
NestHost: sun.reflect.annotation.AnnotationInvocationHandler
InnerClasses:
sun.reflect.annotation.AnnotationInvocationHandler$1