/* 61 */ if (manager.isNonAdvisableClassName(className))
/* */ {
/* 63 */ Object localObject1 = null;
/* */ return localObject1;
/* */ }
/* 66 */ AOPClassPool pool = (AOPClassPool)manager.registerClassLoader(loader);
/* */
/* 68 */ CtClass clazz = obtainCtClassInfo(pool, className, classfileBuffer);
/* */
/* 70 */ CtClass woven = instrumentClass(manager, pool, clazz, true);
/* 71 */ if (woven != null)
/* */ {
/* 73 */ pool.lockInCache(woven);
/* 74 */ if (AspectManager.debugClasses)
/* */ {
/* 76 */ SecurityActions.debugWriteFile(clazz);
/* */ }
/* 78 */ rtn = woven.toBytecode();
/* 79 */ if (AspectManager.getPrune()) woven.prune();
/* 80 */ byte[] arrayOfByte1 = rtn;
/* */ return arrayOfByte1;
/* */ }
/* 84 */ pool.soften(clazz);
/* */
/* 86 */ byte[] rtn = null;
/* */ return rtn;
/* */ }
/* */ catch (Exception ex)