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

Сергей Цыпанов duke at openjdk.org
Sun Oct 2 20:57:12 UTC 2022


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

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

Commit messages:
 - 8294698: Remove unused 'checkedExceptions' param from MethodAccessorGenerator.generateMethod()

Changes: https://git.openjdk.org/jdk/pull/10526/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=10526&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8294698
  Stats: 16 lines in 4 files changed: 0 ins; 12 del; 4 mod
  Patch: https://git.openjdk.org/jdk/pull/10526.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/10526/head:pull/10526

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


More information about the core-libs-dev mailing list