RFR: JDK-8301092 - Add benchmark for CRC32

Sandhya Viswanathan sviswanathan at openjdk.org
Wed Jan 25 22:22:02 UTC 2023


On Wed, 25 Jan 2023 15:03:05 GMT, Scott Gibbons <duke at openjdk.org> wrote:

> Adding a performance benchmark test for CRC32.  This does exactly the same test as for CRC32C.

test/micro/org/openjdk/bench/java/util/TestCRC32.java line 2:

> 1: /*
> 2:  * Copyright (c) 2021, 2022, 2023, Oracle and/or its affiliates. All rights reserved.

The copyright line should be as follows:
 * Copyright (c) 2021,  2023, Oracle and/or its affiliates. All rights reserved.

Rest of the patch looks good to me.

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

PR: https://git.openjdk.org/jdk/pull/12199


More information about the core-libs-dev mailing list