RFR: AArch64: 8179954: AArch64: C1 and C2 volatile accesses are not sequentially consistent

Andrew Haley aph at redhat.com
Thu May 11 15:58:59 UTC 2017


On 11/05/17 16:34, Stuart Monteith wrote:
>    It looks fine as far as I can tell. Could the comment be explicit
> about replacing the code sequence:
> 
> STLR
> LDR
> DMB
> 
> with:
>   STLR
>   DMB
>   LDR

I've put it in the bug report.  I think that should do it.

Andrew.



More information about the hotspot-dev mailing list