RFR: 8294698: Remove unused 'checkedExceptions' param from MethodAccessorGenerator.generateMethod()

Mandy Chung mchung at openjdk.org
Tue Oct 4 22:00:37 UTC 2022


On Sun, 2 Oct 2022 20:45:02 GMT, Сергей Цыпанов <duke at openjdk.org> wrote:

> `checkedExceptions` param of `MethodAccessorGenerator.generateMethod()` is unused and should be removed in order to prevent allocations from `Method.getExceptionTypes()`

Thanks.  This is for serialization and not the use of the core reflection which is what JEP 416 covered.

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

PR: https://git.openjdk.org/jdk/pull/10526


More information about the core-libs-dev mailing list