Integrated: 8256018: Adler32/CRC32/CRC32C missing reachabilityFence
Lance Andersen
lancea at openjdk.java.net
Wed Nov 11 15:36:55 UTC 2020
On Tue, 10 Nov 2020 21:26:59 GMT, Lance Andersen <lancea at openjdk.org> wrote:
> Hi,
>
> Please review the fix for JDK-8256018 which addresses the issue that the update(ByteBuffer) methods of Adler32, CRC32, and CRC32C should use Reference.reachabilityFence to ensure that direct byte buffer are kept kept alive when they are accessed directly.
>
> The Mach5 jdk-tier1, jdk-tier2, jdk-tier3 as well as the jck:api/java_util/zip,jck:api/java_util/jar continue to run clean.
>
> Best
> Lance
This pull request has now been integrated.
Changeset: 6247736f
Author: Lance Andersen <lancea at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/6247736f
Stats: 22 lines in 3 files changed: 15 ins; 0 del; 7 mod
8256018: Adler32/CRC32/CRC32C missing reachabilityFence
Reviewed-by: naoto, alanb
-------------
PR: https://git.openjdk.java.net/jdk/pull/1149
More information about the core-libs-dev
mailing list