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