RFR: 8305755: [JVMCI] missing barriers in CompilerToVM.readFieldValue for Reference.referent [v2]
Tom Rodriguez
never at openjdk.org
Tue Apr 11 00:15:41 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
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/13389/files
- new: https://git.openjdk.org/jdk/pull/13389/files/5236ddd6..3cd12b39
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=13389&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=13389&range=00-01
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 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