Mangled names for invokedynamic

2009-08-01 Thread Attila Szegedi
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)

Re: Few java.dyn API and JavaDoc observations

2009-08-01 Thread Rémi Forax
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

Few java.dyn API and JavaDoc observations

2009-08-01 Thread Attila Szegedi
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