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

Tom Rodriguez never at openjdk.org
Mon Apr 17 16:49:44 UTC 2023


On Fri, 7 Apr 2023 17:30:39 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.

This pull request has now been integrated.

Changeset: 497f9e76
Author:    Tom Rodriguez <never at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/497f9e760da6342c611a2f542090c5cf4428b9fd
Stats:     12 lines in 2 files changed: 4 ins; 0 del; 8 mod

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

Reviewed-by: eosterlund, dnsimon

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

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


More information about the hotspot-compiler-dev mailing list