RFR: 8278461: Use Executable.getSharedParameterTypes() instead of Executable.getParameterTypes() in trusted code

Сергей Цыпанов duke at openjdk.java.net
Thu Jan 6 14:30:12 UTC 2022


On Thu, 9 Dec 2021 11:50:50 GMT, Сергей Цыпанов <duke at openjdk.java.net> wrote:

> `Executable.getParameterTypes()` creates a copy of underlying array which is redundant in trusted code when we are sure the action is read-only.

Let's wait

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

PR: https://git.openjdk.java.net/jdk/pull/6782


More information about the core-libs-dev mailing list