class org.springframework.cglib.core.ReflectUtils$3 implements java.security.PrivilegedExceptionAction
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.cglib.core.ReflectUtils$3
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.cglib.core.ReflectUtils$3 this
         0: .line 99
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.springframework.cglib.core.ReflectUtils$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/cglib/core/ReflectUtils$3;

  public java.lang.Object run();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // org.springframework.cglib.core.ReflectUtils$3 this
         0: .line 101
            ldc Ljava/lang/ClassLoader;
            ldc "defineClass"
            iconst_5
            anewarray java.lang.Class
            dup
            iconst_0
         1: .line 102
            ldc Ljava/lang/String;
            aastore
            dup
            iconst_1
            ldc [B
            aastore
            dup
            iconst_2
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            aastore
            dup
            iconst_3
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            aastore
            dup
            iconst_4
            ldc Ljava/security/ProtectionDomain;
            aastore
         2: .line 101
            invokevirtual java.lang.Class.getDeclaredMethod:(Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;
            areturn
        end local 0 // org.springframework.cglib.core.ReflectUtils$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/springframework/cglib/core/ReflectUtils$3;
    Exceptions:
      throws java.lang.Exception
}
SourceFile: "ReflectUtils.java"
EnclosingMethod: org.springframework.cglib.core.ReflectUtils
NestHost: org.springframework.cglib.core.ReflectUtils
InnerClasses:
  org.springframework.cglib.core.ReflectUtils$3