Re: RFR: 8312164: Refactor Arrays.hashCode for long, boolean, and Object arrays [v3]

2023-07-19 Thread Roger Riggs
On Wed, 19 Jul 2023 13:14:23 GMT, Pavel Rappo 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 w

Re: RFR: 8312164: Refactor Arrays.hashCode for long, boolean, and Object arrays [v3]

2023-07-19 Thread Pavel Rappo
> 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 one additional commit since the last revision: Fix ha