Integrated: 8300237: Minor improvements in MethodHandles
Sergey Tsypanov
stsypanov at openjdk.org
Wed Jan 18 13:59:48 UTC 2023
On Tue, 17 Jan 2023 08:22:28 GMT, Sergey Tsypanov <stsypanov at openjdk.org> wrote:
> - `MethodType.ptypes()` can be used instead of `MethodType.parameterList()` when we don't need a copy
> - comparison of two lists can be done without `Stream.reduce()`
This pull request has now been integrated.
Changeset: 754f6e61
Author: Sergey Tsypanov <stsypanov at openjdk.org>
Committer: Claes Redestad <redestad at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/754f6e6116b8889c49abf34d01f6fc3e9f1b3cb7
Stats: 15 lines in 1 file changed: 1 ins; 6 del; 8 mod
8300237: Minor improvements in MethodHandles
Reviewed-by: redestad
-------------
PR: https://git.openjdk.org/jdk/pull/12025
More information about the core-libs-dev
mailing list