CtClass clazz = obtainCtClassInfo(pool, className, classfileBuffer);
CtClass woven = instrumentClass(manager, pool, clazz, true);
if (woven != null)
{
pool.lockInCache(woven);
if (AspectManager.debugClasses)
{
SecurityActions.debugWriteFile(clazz);
}
byte[] rtn = woven.toBytecode();