[10] RFR 8186469 MethodHandle.invokeWithArguments jumbo-arity

John Rose john.r.rose at oracle.com
Tue Aug 22 20:52:41 UTC 2017


On Aug 22, 2017, at 11:52 AM, Vladimir Ivanov <vladimir.x.ivanov at oracle.com> wrote:
> 
> I'm curious why there's a special case for Object[].class.
> Also, should Object.class be used instead of Object[].class?

You might be right. The optimization that we want is for an array of Object refs arguments. 


More information about the core-libs-dev mailing list