RFR: 8352171: Arrays.hashCode for sub-range of byte array API addition [v3]
Zihao Lin
zlin at openjdk.org
Mon Feb 9 21:35:33 UTC 2026
> Add the java.util.Arrays.hashCode(byte[], int start, int end).
>
> Hi team, I am new here, please give me some guidance. Thank you.
Zihao Lin has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains five additional commits since the last revision:
- rename to hashCodeOfRange
- Merge branch 'master' into dev
- Merge branch 'openjdk:master' into dev
- Merge branch 'openjdk:master' into dev
- 8352171: Arrays.hashCode for sub-range of byte array API addition
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/24128/files
- new: https://git.openjdk.org/jdk/pull/24128/files/57298dc4..25c1765b
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=24128&range=02
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=24128&range=01-02
Stats: 1315600 lines in 13996 files changed: 758430 ins; 415629 del; 141541 mod
Patch: https://git.openjdk.org/jdk/pull/24128.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/24128/head:pull/24128
PR: https://git.openjdk.org/jdk/pull/24128
More information about the core-libs-dev
mailing list