Re: 7087658: MethodHandles.Lookup.findVirtual is confused by interface methods that are multiply inherited

2012-03-29 Thread Christian Thalinger
Looks good. -- Chris On Mar 29, 2012, at 1:54 AM, John Rose wrote: > http://cr.openjdk.java.net/~jrose/7087658/webrev.00/ > > 7087658: MethodHandles.Lookup.findVirtual is confused by interface methods > that are multiply inherited > > This is a point fix for JDK 8, and will

7087658: MethodHandles.Lookup.findVirtual is confused by interface methods that are multiply inherited

2012-03-28 Thread John Rose
http://cr.openjdk.java.net/~jrose/7087658/webrev.00/ 7087658: MethodHandles.Lookup.findVirtual is confused by interface methods that are multiply inherited This is a point fix for JDK 8, and will (pending approval) also be back-ported to JDK 7u. — John Notes on process: This code is part of