Skip to content

Commit 750387b

Browse files
committed
8297887: Update Siphash
Backport-of: bacf652311a74d93f6f802c51a1a2150522704cb
1 parent 2854320 commit 750387b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/hotspot/share/classfile/altHashing.cpp

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2012, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2012, 2023, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -31,9 +31,7 @@
3131
/*
3232
SipHash reference C implementation
3333
34-
Copyright (c) 2012-2021 Jean-Philippe Aumasson
35-
<jeanphilippe.aumasson@gmail.com>
36-
Copyright (c) 2012-2014 Daniel J. Bernstein <djb@cr.yp.to>
34+
Copyright (c) 2016 Jean-Philippe Aumasson <jeanphilippe.aumasson@gmail.com>
3735
3836
To the extent possible under law, the author(s) have dedicated all copyright
3937
and related and neighboring rights to this software to the public domain

0 commit comments

Comments
 (0)