// form of handling does not break exception table
// So, we minimize damage by handling this differently
ins.getBytes()[1] += (byte)maxLocalsInOtherList;
break;
case Opcodes.LSTORE_0:
newList.replace(i, factory.lstore(maxLocalsInOtherList));
break;
case Opcodes.LSTORE_1:
newList.replace(i, factory.lstore(maxLocalsInOtherList + 1));
break;
case Opcodes.LSTORE_2: