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