RFR: 8288904: Incorrect memory ordering in UL [v2]
David Holmes
dholmes at openjdk.org
Wed Jun 22 12:34:53 UTC 2022
On Wed, 22 Jun 2022 07:45:26 GMT, Johan Sjölén <duke at openjdk.org> wrote:
>> Please review this fix for JDK-8288904, thank you.
>>
>> Currently running tier1-3 tests.
>
> Johan Sjölén has updated the pull request incrementally with one additional commit since the last revision:
>
> Comment the loadstore
This fix in itself looks good.
But it raises a lot of questions for me about how concurrent access is actual controlled here. I can't see what stops a new reader from becoming active after we see _active_readers go to zero?
Thanks.
-------------
Marked as reviewed by dholmes (Reviewer).
PR: https://git.openjdk.org/jdk/pull/9225
More information about the hotspot-runtime-dev
mailing list