public final class jdk.internal.reflect.ReflectionFactory$GetReflectionFactoryAction implements java.security.PrivilegedAction<jdk.internal.reflect.ReflectionFactory>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: jdk.internal.reflect.ReflectionFactory$GetReflectionFactoryAction
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.internal.reflect.ReflectionFactory$GetReflectionFactoryAction this
         0: .line 105
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // jdk.internal.reflect.ReflectionFactory$GetReflectionFactoryAction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/internal/reflect/ReflectionFactory$GetReflectionFactoryAction;

  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 // jdk.internal.reflect.ReflectionFactory$GetReflectionFactoryAction this
         0: .line 108
            invokestatic jdk.internal.reflect.ReflectionFactory.getReflectionFactory:()Ljdk/internal/reflect/ReflectionFactory;
            areturn
        end local 0 // jdk.internal.reflect.ReflectionFactory$GetReflectionFactoryAction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/internal/reflect/ReflectionFactory$GetReflectionFactoryAction;

  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 jdk.internal.reflect.ReflectionFactory$GetReflectionFactoryAction.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"
NestHost: jdk.internal.reflect.ReflectionFactory
InnerClasses:
  public final GetReflectionFactoryAction = jdk.internal.reflect.ReflectionFactory$GetReflectionFactoryAction of jdk.internal.reflect.ReflectionFactory