mv.visitMaxs(0, 0);
mv.visitEnd();
mv = cw.visitMethod(ACC_PUBLIC, "wideLocals", "(I)I", null, null);
mv.visitCode();
Label l0 = new Label();
Label l1 = new Label();
mv.visitJumpInsn(GOTO, l1); // will give GOTO_W
mv.visitLabel(l0);
mv.visitIincInsn(300, 1); // covers 'update maxlocals' in MethodWriter
mv.visitVarInsn(ILOAD, 300); // will give wide form