RFR 8233920: MethodHandles::tryFinally generates illegal bytecode for long/double return types

John Rose john.r.rose at oracle.com
Wed Nov 13 19:05:54 UTC 2019


On Nov 13, 2019, at 2:28 AM, Vladimir Ivanov <vladimir.x.ivanov at oracle.com <mailto:vladimir.x.ivanov at oracle.com>> wrote:
> 
>    private void emitPopInsn(BasicType type) {
>      mv.visitVarInsn(popInsnOpcode(type));
>    }
> 

Thanks for suggesting that Vladimir.  That indeed is how the existing code is organized.


More information about the core-libs-dev mailing list