RFR: 8312164: Refactor Arrays.hashCode for long, boolean, and Object arrays [v2]
Pavel Rappo
prappo at openjdk.org
Wed Jul 19 13:14:27 UTC 2023
On Wed, 19 Jul 2023 13:07:01 GMT, Pavel Rappo <prappo at openjdk.org> wrote:
>> Please review this PR to refactor Arrays.hashCode for long[], boolean[], and Object[]. I've been told elsewhere that it shouldn't have significant performance implications.
>
> Pavel Rappo has updated the pull request incrementally with two additional commits since the last revision:
>
> - Fix hashCode(double[]): part 2
> - Fix hashCode(double[]): part 1
Please (re-)review this PR. The recent three commits improve readability of hashCode(double[]) and hashCode(float[]).
-------------
PR Comment: https://git.openjdk.org/jdk/pull/14900#issuecomment-1642052942
More information about the core-libs-dev
mailing list