On Mon, 9 Feb 2026 21:35:33 GMT, Zihao Lin <[email protected]> wrote:

>> 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

My 2 (euro) cent, which you can ignore. Try to be consistent with the 
prevailing style of javadoc in this class. Use `{@code}` and other formatting 
only where other methods do. There's no need to use code font for numbers. 
Similarly, while I also like symbolic and mathematical notation, it doesn't fit 
this class to use `[a, b)` to denote a half-open range or interval.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/24128#issuecomment-3891336463

Reply via email to