break;
case Opcodes.LLOAD_2:
newList.replace(i, factory.lload(maxLocalsInOtherList + 2));
break;
case Opcodes.LLOAD_3:
newList.replace(i, factory.lload(maxLocalsInOtherList + 3));
break;
case Opcodes.LLOAD:
// Handle this differently. This
// form of handling does not break exception table
// So, we minimize damage by handling this differently