callWrappers.get( methodIdx ).put(
joinpointPattern.pattern(), cWrapper );
// get the new method and replace the old version
targetClass.getMethods()[methodIdx.intValue()] =
mp.install();
// and update the class because of this change
targetClass.setConstantPool(
constPoolGen.getFinalConstantPool() );
}