Re: naming of internal MH classes

2011-08-19 Thread Rémi Forax
On 08/19/2011 01:31 AM, John Rose wrote: > Here is a heads-up before an engineering code review! > > The OpenJDK implementation of JSR 292 has a number of private MH subclasses, > including DirectMethodHandle, BoundMethodHandle, AdapterMethodHandle, > AdapterMethodHandle.AsVarargsCollector. Exce

naming of internal MH classes

2011-08-18 Thread John Rose
Here is a heads-up before an engineering code review! The OpenJDK implementation of JSR 292 has a number of private MH subclasses, including DirectMethodHandle, BoundMethodHandle, AdapterMethodHandle, AdapterMethodHandle.AsVarargsCollector. Except for the last, these names date back to the day