7u40 RFR: 8012144 - Missing memory barriers
Aleksey Shipilev
aleksey.shipilev at oracle.com
Tue Jul 9 02:35:59 PDT 2013
On 07/09/2013 04:43 AM, David Holmes wrote:
> The webrev is here:
> http://cr.openjdk.java.net/~dholmes/8012144/webrev.hs24/
My understanding of the issue tells me this is a correct patch.
(AFAIU, it would help to "just" load age with load_acquire, if only
load_acquire was correctly implemented on PPC, doing the full-blown
fence to ensure sequential consistency. The same effect is gained with
the explicit barrier in this patch).
-Aleksey.
More information about the hotspot-dev
mailing list