[jdk17u-dev] RFR: 8280377: MethodHandleProxies does not correctly invoke default methods with varags
Mandy Chung
mchung at openjdk.org
Tue Mar 5 20:55:47 UTC 2024
On Tue, 5 Mar 2024 20:50:06 GMT, Chen Liang <liach at openjdk.org> wrote:
> The alternative backport fix is for JDK versions before 16 when Proxy.invokeDefault was not available, right?
Yes. `Proxy::invokeDefault` API was introduced in Java 16.
-------------
PR Comment: https://git.openjdk.org/jdk17u-dev/pull/2235#issuecomment-1979617655
More information about the jdk-updates-dev
mailing list