FTR, I'm working on bound method handles now; they should be ready to push soon. I am temporarily avoiding VM-supported adapters, since they can be simulated by bound method handles plus (ugly) signature adapters written in Java bytecodes. The goal, of course, is to get a sub-optimal invokedynamic working sooner rather than later. -- John