/* */ try {
/* 397 */ Javac jv = new Javac(cc);
/* 398 */ if (delegateMethod != null) {
/* 399 */ jv.recordProceed(delegateObj, delegateMethod);
/* */ }
/* 401 */ Bytecode b = jv.compileBody(this, src);
/* 402 */ this.methodInfo.setCodeAttribute(b.toCodeAttribute());
/* 403 */ this.methodInfo.setAccessFlags(this.methodInfo.getAccessFlags() & 0xFFFFFBFF);
/* */
/* 405 */ this.methodInfo.rebuildStackMapIf6(cc.getClassPool(), cc.getClassFile2());
/* 406 */ this.declaringClass.rebuildClassFile();