final CodeAttribute codeAttr
= new CodeAttribute(getCodeAttributeUtf8(),
3, // maxStack: allow for long/double
3, // maxLocals: allow for long/double
begin,
new ExceptionTable(),
new AttributeVector());
augmenter.addMethod(methodName, methodSig, accessFlags,
codeAttr, exceptAttr);
}