RFR: 8300237: Minor improvements in MethodHandles [v5]
Sergey Tsypanov
stsypanov at openjdk.org
Wed Jan 18 07:32:58 UTC 2023
> - `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()`
Sergey Tsypanov has updated the pull request incrementally with one additional commit since the last revision:
Use comparingInt()
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/12025/files
- new: https://git.openjdk.org/jdk/pull/12025/files/f3fc18dc..85662895
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=12025&range=04
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=12025&range=03-04
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/12025.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/12025/head:pull/12025
PR: https://git.openjdk.org/jdk/pull/12025
More information about the core-libs-dev
mailing list