RFR: 8278461: Use Executable.getSharedParameterTypes() instead of Executable.getParameterTypes() in trusted code [v2]
Claes Redestad
redestad at openjdk.java.net
Mon Jan 10 10:28:29 UTC 2022
On Mon, 10 Jan 2022 10:02:18 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.
>
> Сергей Цыпанов has updated the pull request incrementally with one additional commit since the last revision:
>
> 8278461: Revert Executable
Marked as reviewed by redestad (Reviewer).
-------------
PR: https://git.openjdk.java.net/jdk/pull/6782
More information about the core-libs-dev
mailing list