On Mon, 25 Oct 2021 14:33:27 GMT, Doug Simon <dnsi...@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 by using `<type>_field_acquire` accessors for all aligned reads 
> and only using `<type>_field` accessors for unaligned reads.

@shipilev , it would be great if you could review this.

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

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

Reply via email to