RFR: 8300237: Minor improvements in MethodHandles
Sergey Tsypanov
stsypanov at openjdk.org
Tue Jan 17 08:31:02 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()`
-------------
Commit messages:
- Fix test
- Improve MH
Changes: https://git.openjdk.org/jdk/pull/12025/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=12025&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8300237
Stats: 14 lines in 1 file changed: 2 ins; 6 del; 6 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