Folks (well, primarily John I think),
I'm trying to write a testcase for an invokedynamic call that
specifies "dyn:getprop:helloText" as the method name. So far, I've
tried the following (all using ASM to generate bytecode as I don't
know what if any is the javac-recognized syntax for these)
Le 01/08/2009 09:54, Attila Szegedi a écrit :
> Hi folks,
>
Hi Attila,
> few minor observations regarding JavaDoc and API for java.dyn:
>
> 1. Linkage.registerBootstrapMethod JavaDoc says "Register a bootstrap
> method to use when linking a given caller class. It must be a method
> handle of a
Hi folks,
few minor observations regarding JavaDoc and API for java.dyn:
1. Linkage.registerBootstrapMethod JavaDoc says "Register a bootstrap
method to use when linking a given caller class. It must be a method
handle of a type equivalent to CallSite.CallSite(java.lang.Object,
java.lang.St