RFR: 8310939: [c1] The visibility of write-volatile requires membar_volatile instead of membar

Andrew Haley aph at openjdk.org
Wed Jul 19 11:25:43 UTC 2023


On Thu, 29 Jun 2023 20:47:19 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:

> I wonder if a performance improvement can be measured on any other platform. I guess StoreLoad is typically so slow that other orderings don't matter?

I know of no other processor on which StoreLoad is not also a full barrier.

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

PR Comment: https://git.openjdk.org/jdk/pull/14677#issuecomment-1641903765


More information about the hotspot-gc-dev mailing list