RFR: 8305819: LogConfigurationTest intermittently fails on AArch64
Dan Gao
duke at openjdk.org
Fri May 5 13:15:35 UTC 2023
On Fri, 5 May 2023 12:11:26 GMT, Andrew Haley <aph at openjdk.org> wrote:
> I've had an idea. How about you use a load-acquire on the reader side, making the code correct, with a FIXME comment. Something like "// FIXME: memory_order_consume could be used here." Then, I will add memory_order_consume to the shared atomic code, which we can define appropriately in the OS/CPU section. OK?
That's OK.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/13421#issuecomment-1536240817
More information about the hotspot-runtime-dev
mailing list