Re: Good news, bad news

2011-05-21 Thread John Rose
Yes we do agree. And thank you for framing up the question so clearly. -- John (on my iPhone) On May 20, 2011, at 4:31 PM, Charles Oliver Nutter wrote: > do we agree that an invokedynamic bound to a GWT plus some intermediate > adapter handles ending in a direct handle should inline as well

Re: Behavior of MethodHandles.convertArguments

2011-05-21 Thread John Rose
On May 15, 2011, at 9:40 AM, Raffaello Giulietti wrote: > I would expect a WrongMethodTypeException to be thrown by > convertArguments in the following snippet, on the ground that String > is neither a wrapper nor a supertype of a wrapper of int, the return > type of mh0. > >MethodHandle