class net.sf.cglib.core.ReflectUtils$3 implements java.security.PrivilegedExceptionAction
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: net.sf.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 // net.sf.cglib.core.ReflectUtils$3 this
         0: .line 88
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // net.sf.cglib.core.ReflectUtils$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sf/cglib/core/ReflectUtils$3;

  public java.lang.Object run();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=1
        start local 0 // net.sf.cglib.core.ReflectUtils$3 this
         0: .line 90
            ldc Ljava/lang/Object;
            invokevirtual java.lang.Class.getDeclaredMethods:()[Ljava/lang/reflect/Method;
            astore 1 /* methods */
        start local 1 // java.lang.reflect.Method[] methods
         1: .line 91
            aload 1 /* methods */
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 8
      StackMap locals: net.sf.cglib.core.ReflectUtils$3 java.lang.reflect.Method[] top int int java.lang.reflect.Method[]
      StackMap stack:
         2: aload 5
            iload 3
            aaload
            astore 2 /* method */
        start local 2 // java.lang.reflect.Method method
         3: .line 92
            ldc "finalize"
            aload 2 /* method */
            invokevirtual java.lang.reflect.Method.getName:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 7
         4: .line 93
            aload 2 /* method */
            invokevirtual java.lang.reflect.Method.getModifiers:()I
            bipush 24
            iand
            ifle 6
         5: .line 94
            goto 7
         6: .line 96
      StackMap locals: net.sf.cglib.core.ReflectUtils$3 java.lang.reflect.Method[] java.lang.reflect.Method int int java.lang.reflect.Method[]
      StackMap stack:
            getstatic net.sf.cglib.core.ReflectUtils.OBJECT_METHODS:Ljava/util/List;
            aload 2 /* method */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 2 // java.lang.reflect.Method method
         7: .line 91
      StackMap locals: net.sf.cglib.core.ReflectUtils$3 java.lang.reflect.Method[] top int int java.lang.reflect.Method[]
      StackMap stack:
            iinc 3 1
      StackMap locals:
      StackMap stack:
         8: iload 3
            iload 4
            if_icmplt 2
         9: .line 98
            aconst_null
            areturn
        end local 1 // java.lang.reflect.Method[] methods
        end local 0 // net.sf.cglib.core.ReflectUtils$3 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   10     0     this  Lnet/sf/cglib/core/ReflectUtils$3;
            1   10     1  methods  [Ljava/lang/reflect/Method;
            3    7     2   method  Ljava/lang/reflect/Method;
    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$3