On Tue, Mar 16, 2010 at 10:22 AM, Rémi Forax wrote:
> Le 16/03/2010 03:37, Charles Oliver Nutter a écrit :
>> 1. Do I need to use all direct method handles to get inlining from the
>> caller to the callee?
>>
>
> Yes.
>
>> 2. If I have a Java method handle that does a MethodHandle.invoke call
>> i
It occurred to me today that if we had more of java.dyn in a javax
package, we'd be able to ship a backported jar that doesn't require
rewriting everything on load. As it stands right now, everything I
write that touches java.dyn has to be duplicated and usually
reflectively loaded, since those cla