On Nov 13, 2019, at 2:28 AM, Vladimir Ivanov <[email protected] <mailto:[email protected]>> wrote: > > private void emitPopInsn(BasicType type) { > mv.visitVarInsn(popInsnOpcode(type)); > } >
Thanks for suggesting that Vladimir. That indeed is how the existing code is organized.
