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