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

  public java.lang.Object run();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // net.sf.cglib.core.ReflectUtils$2 this
         0: .line 73
            ldc "sun.misc.Unsafe"
            invokestatic java.lang.Class.forName:(Ljava/lang/String;)Ljava/lang/Class;
            astore 1 /* u */
        start local 1 // java.lang.Class u
         1: .line 74
            aload 1 /* u */
            ldc "theUnsafe"
            invokevirtual java.lang.Class.getDeclaredField:(Ljava/lang/String;)Ljava/lang/reflect/Field;
            astore 2 /* theUnsafe */
        start local 2 // java.lang.reflect.Field theUnsafe
         2: .line 75
            aload 2 /* theUnsafe */
            iconst_1
            invokevirtual java.lang.reflect.Field.setAccessible:(Z)V
         3: .line 76
            aload 2 /* theUnsafe */
            aconst_null
            invokevirtual java.lang.reflect.Field.get:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 2 // java.lang.reflect.Field theUnsafe
        end local 1 // java.lang.Class u
        end local 0 // net.sf.cglib.core.ReflectUtils$2 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lnet/sf/cglib/core/ReflectUtils$2;
            1    4     1          u  Ljava/lang/Class;
            2    4     2  theUnsafe  Ljava/lang/reflect/Field;
    Exceptions:
      throws java.lang.Exception
}
SourceFile: "ReflectUtils.java"
EnclosingMethod: net.sf.cglib.core.ReflectUtils
NestHost: net.sf.cglib.core.ReflectUtils
InnerClasses:
  net.sf.cglib.core.ReflectUtils$2