RFR: 8271820: Implementation of JEP 416: Reimplement Core Reflection with Method Handle [v14]

Mandy Chung mchung at openjdk.java.net
Tue Oct 26 16:18:14 UTC 2021


On Mon, 25 Oct 2021 22:39:47 GMT, intrigus <duke at 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


More information about the core-libs-dev mailing list