[asm] Re: bootstrap methods in the constant pool

John Rose john.r.rose at oracle.com
Tue Jul 13 10:02:36 PDT 2010


On Jul 13, 2010, at 5:39 AM, Eugene Kuleshov wrote:

> what would be the meaning of bootstrap method pointing to a 
> method handle of get/putField or get/putStatic type?

It's syntactically valid as a classfile, but the instruction will fail to link with InvokeDynamicBootstrapError, with cause WrongMethodTypeException.

-- John


More information about the mlvm-dev mailing list