Integrated: 8294698: Remove unused 'checkedExceptions' param from MethodAccessorGenerator.generateMethod()
Сергей Цыпанов
duke at openjdk.org
Mon Oct 3 12:59:21 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()`
This pull request has now been integrated.
Changeset: 46633e64
Author: stsypanov <sergei.tsypanov at yandex.ru>
Committer: Claes Redestad <redestad at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/46633e644a8ab94ceb75803bd40739214f8a60e8
Stats: 16 lines in 4 files changed: 0 ins; 12 del; 4 mod
8294698: Remove unused 'checkedExceptions' param from MethodAccessorGenerator.generateMethod()
Reviewed-by: redestad
-------------
PR: https://git.openjdk.org/jdk/pull/10526
More information about the core-libs-dev
mailing list