class sun.reflect.ReflectionFactory$1 implements java.security.PrivilegedAction<jdk.internal.reflect.ReflectionFactory>
  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 // sun.reflect.ReflectionFactory$1 this
         0: .line 54
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.reflect.ReflectionFactory$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/reflect/ReflectionFactory$1;

  public jdk.internal.reflect.ReflectionFactory run();
    descriptor: ()Ljdk/internal/reflect/ReflectionFactory;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.reflect.ReflectionFactory$1 this
         0: .line 56
            invokestatic jdk.internal.reflect.ReflectionFactory.getReflectionFactory:()Ljdk/internal/reflect/ReflectionFactory;
            areturn
        end local 0 // sun.reflect.ReflectionFactory$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/reflect/ReflectionFactory$1;

  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.ReflectionFactory$1.run:()Ljdk/internal/reflect/ReflectionFactory;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/security/PrivilegedAction<Ljdk/internal/reflect/ReflectionFactory;>;
SourceFile: "ReflectionFactory.java"
EnclosingMethod: sun.reflect.ReflectionFactory
NestHost: sun.reflect.ReflectionFactory
InnerClasses:
  sun.reflect.ReflectionFactory$1