constructorExecutionTransformer.unwrap(clazz, unwrapTargets.constructorExecutions);
methodExecutionTransformer.wrap(clazz, wrapTargets.methodExecutions);
methodExecutionTransformer.unwrap(clazz, unwrapTargets.methodExecutions);
if (!update.isEmpty())
{
clazz.instrument(converter);
classes.add(clazz);
}
}
// instrument classes that access the joinpoints whose status have changed, in
// order to make this classes access the joinpoint wrapper instead