RFR: 8335217: Fix memory ordering in ClassLoaderData::ChunkedHandleList [v5]

Erik Österlund eosterlund at openjdk.org
Fri Jun 28 17:35:20 UTC 2024


On Fri, 28 Jun 2024 17:02:30 GMT, Zhengyu Gu <zgu at openjdk.org> wrote:

>> ClassLoaderData::ChunkedHandleList's head is installed via Atomic::release_store(). Therefore, readers need Atomic::Atomic::load_acquire() barrier to access its members safely.
>
> Zhengyu Gu has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Revert destructor change

Looks good.

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

Marked as reviewed by eosterlund (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/19919#pullrequestreview-2148605171


More information about the hotspot-runtime-dev mailing list