class sun.reflect.ReflectionFactory$1 implements java.security.PrivilegedAction<java.lang.Void>
  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 370
            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 java.lang.Void run();
    descriptor: ()Ljava/lang/Void;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // sun.reflect.ReflectionFactory$1 this
         0: .line 381
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            ifnonnull 2
         1: .line 383
            aconst_null
            areturn
         2: .line 386
      StackMap locals:
      StackMap stack:
            ldc "sun.reflect.noInflation"
            invokestatic java.lang.System.getProperty:(Ljava/lang/String;)Ljava/lang/String;
            astore 1 /* val */
        start local 1 // java.lang.String val
         3: .line 387
            aload 1 /* val */
            ifnull 5
            aload 1 /* val */
            ldc "true"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 5
         4: .line 388
            iconst_1
            putstatic sun.reflect.ReflectionFactory.noInflation:Z
         5: .line 391
      StackMap locals: java.lang.String
      StackMap stack:
            ldc "sun.reflect.inflationThreshold"
            invokestatic java.lang.System.getProperty:(Ljava/lang/String;)Ljava/lang/String;
            astore 1 /* val */
         6: .line 392
            aload 1 /* val */
            ifnull 13
         7: .line 394
            aload 1 /* val */
            invokestatic java.lang.Integer.parseInt:(Ljava/lang/String;)I
            putstatic sun.reflect.ReflectionFactory.inflationThreshold:I
         8: .line 395
            goto 13
      StackMap locals:
      StackMap stack: java.lang.NumberFormatException
         9: astore 2 /* e */
        start local 2 // java.lang.NumberFormatException e
        10: .line 397
            new java.lang.RuntimeException
            dup
            ldc "Unable to parse property sun.reflect.inflationThreshold"
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
        11: .line 398
            aload 2 /* e */
            invokevirtual java.lang.RuntimeException.initCause:(Ljava/lang/Throwable;)Ljava/lang/Throwable;
        12: .line 396
            checkcast java.lang.RuntimeException
            athrow
        end local 2 // java.lang.NumberFormatException e
        13: .line 402
      StackMap locals:
      StackMap stack:
            iconst_1
            putstatic sun.reflect.ReflectionFactory.initted:Z
        14: .line 403
            aconst_null
            areturn
        end local 1 // java.lang.String val
        end local 0 // sun.reflect.ReflectionFactory$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lsun/reflect/ReflectionFactory$1;
            3   15     1   val  Ljava/lang/String;
           10   13     2     e  Ljava/lang/NumberFormatException;
      Exception table:
        from    to  target  type
           7     8       9  Class java.lang.NumberFormatException

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