On Sun, 2 Oct 2022 20:45:02 GMT, Сергей Цыпанов <d...@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