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 // sun.reflect.annotation.AnnotationSupport$1 this
         0: .line 228
            aload 0 /* this */
            aload 1
            putfield sun.reflect.annotation.AnnotationSupport$1.val$m:Ljava/lang/reflect/Method;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.reflect.annotation.AnnotationSupport$1 this
      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 // sun.reflect.annotation.AnnotationSupport$1 this
         0: .line 231
            invokestatic jdk.internal.reflect.ReflectionFactory.getReflectionFactory:()Ljdk/internal/reflect/ReflectionFactory;
            aload 0 /* this */
            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 /* res */
        start local 1 // java.lang.reflect.Method res
         1: .line 232
            aload 1 /* res */
            iconst_1
            invokevirtual java.lang.reflect.Method.setAccessible:(Z)V
         2: .line 233
            aload 1 /* res */
            areturn
        end local 1 // java.lang.reflect.Method res
        end local 0 // sun.reflect.annotation.AnnotationSupport$1 this
      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: .line 1
            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