Re: Bound MethodHandle at runtime

2011-07-20 Thread Rémi Forax
On 07/20/2011 12:42 PM, Sebastian Sickelmann wrote: Hi, first of all. Your Job at invokedynamic is really awesome. I have started a project called "mockinject" at java.net a few year ago that need to hook inside method calls and invokedynamic will make it really easy to do it in jdk7. I got so

Bound MethodHandle at runtime

2011-07-20 Thread Sebastian Sickelmann
Hi, first of all. Your Job at invokedynamic is really awesome. I have started a project called "mockinject" at java.net a few year ago that need to hook inside method calls and invokedynamic will make it really easy to do it in jdk7. I got some problem with the actual implementation some time a