On Mon, 25 Oct 2021 22:39:47 GMT, intrigus <d...@openjdk.java.net> wrote:

> Question: Can someone confirm that `Method.invoke` will still work with 255 
> parameters after this PR gets merged?

Thanks for the test case.  For the case when method handles cannot be created 
due to the arity limit, it can fall back to the VM native reflection support.  
I have a fix for it.

-------------

PR: https://git.openjdk.java.net/jdk/pull/5027

Reply via email to