The JSR 292 — invokedynamic

Tuesday, May 20th, 2008

I read through the first draft of JSR 292 this morning and had several questions that I’m not 100% sure the current specification addresses:

Can I rebind the CallSite after I have set the MethodHandle?
Can I keep a reference to CallSites at all?
Is the setMethodHanlde method implied to be thread-safe?

The reason I’m asking is that the [...]