lswitch.setDefaultTarget(switchTarget);
code.next(); // step over switch target
// if (arrIdx != -1)
code.constant().setValue(-1);
JumpInstruction ifins = code.ificmpne();
code.vreturn();
// create null target, then move before it
Instruction nullTarget = code.aload().setThis();
code.previous();