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

Tom Rodriguez never at openjdk.org
Wed Apr 12 19:32:38 UTC 2023


> 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

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/13389/files
  - new: https://git.openjdk.org/jdk/pull/13389/files/3cd12b39..16856123

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=13389&range=02
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=13389&range=01-02

  Stats: 6 lines in 1 file changed: 0 ins; 0 del; 6 mod
  Patch: https://git.openjdk.org/jdk/pull/13389.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/13389/head:pull/13389

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


More information about the hotspot-compiler-dev mailing list