Integrated: 8275874: [JVMCI] only support aligned reads in c2v_readFieldValue

Doug Simon dnsimon at openjdk.java.net
Tue Oct 26 18:53:19 UTC 2021


On Mon, 25 Oct 2021 14:33:27 GMT, Doug Simon <dnsimon at openjdk.org> wrote:

> [JDK-8275645](https://bugs.openjdk.java.net/browse/JDK-8275645) resulted in loosing single-copy atomicity for reads in `c2v_readFieldValue`. This PR fixes that only doing aligned reads in `c2v_readFieldValue`.

This pull request has now been integrated.

Changeset: 2448b3f5
Author:    Doug Simon <dnsimon at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/2448b3f5f96ec4d9ea8fe9dae32a0aab725fb4ad
Stats:     52 lines in 5 files changed: 21 ins; 19 del; 12 mod

8275874: [JVMCI] only support aligned reads in c2v_readFieldValue

Reviewed-by: never, shade

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

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


More information about the hotspot-compiler-dev mailing list