RFR: Fix check for volatile in putfield_or_static

Man Cao manc at openjdk.java.net
Tue Apr 14 18:11:00 UTC 2020


On Tue, 14 Apr 2020 17:51:03 GMT, Arthur Eubanks <aeubanks at openjdk.org> wrote:

> rdx contains the raw flags without shifts. We want to check if it contains the volatile bit, so testl against the
> volatile bit.

LGTM.

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

Marked as reviewed by manc (Reviewer).

PR: https://git.openjdk.java.net/tsan/pull/4


More information about the tsan-dev mailing list