Invokedynamic and Multiple Dispatch

2010-03-05 Thread Larry Chester
Hi all So I've been playing around with invokedynamic (with build 84), however I've stumbled on something I find quite strange! Consider two objects a and b that both reference a String. a is declared as a String but b is only an Object. When I dynamically invoke with either a or b as an argument

Re: Invokedynamic and Multiple Dispatch

2010-03-05 Thread John Rose
On Feb 28, 2010, at 3:48 PM, Larry Chester wrote: > So I've been playing around with invokedynamic (with build 84), > however I've stumbled on something I find quite strange! > > Consider two objects a and b that both reference a String. a is > declared as a String but b is only an Object. When I