RFR: 8305755: [JVMCI] missing barriers in CompilerToVM.readFieldValue for Reference.referent [v3]

Doug Simon dnsimon at openjdk.org
Thu Apr 13 07:30:34 UTC 2023


On Wed, 12 Apr 2023 19:32:38 GMT, Tom Rodriguez <never at openjdk.org> wrote:

>> Add missing GC barrier for reflective read.  I'm not sure the idiom I've chosen it the correct one so please correct me if there's a better way to write this.  In testing, this resolved the issue.
>
> Tom Rodriguez has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Add MO_SEQ_CST for primtive types

Marked as reviewed by dnsimon (Committer).

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

PR Review: https://git.openjdk.org/jdk/pull/13389#pullrequestreview-1382802080


More information about the hotspot-compiler-dev mailing list