RFR: 8273341: Update Siphash to version 1.0 [v2]

David Holmes dholmes at openjdk.java.net
Mon Nov 22 02:19:07 UTC 2021


On Fri, 19 Nov 2021 20:59:40 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

>> The SipHash hash function that we use for rehashing had an update to avoid a strict aliasing violation.  We compile with anti-aliasing, so it's not a problem for Hotspot, but the fix is made to keep us consistent.
>> 
>> Tested with tier1-3 and special test cases for original issue.
>
> Coleen Phillimore has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Update the SipHash copyright to match current sources.

Hi Coleen,

Patch seems fine and trivial.

Thanks,
David

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

Marked as reviewed by dholmes (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/6482


More information about the hotspot-runtime-dev mailing list