InstructionHandle insertHandle =
insertExit(mg, il, handle, cp);
if (insertHandle != null) {
// We need to redirect branches etc.... twice
// so that the if fork doesn't get erroneous modified.
il.redirectBranches(handle, insertHandle);
il.redirectExceptionHandlers(
mg.getExceptionHandlers(),
handle,
insertHandle);
il.redirectLocalVariables(