RFR: 8335217: Fix memory ordering in ClassLoaderData::ChunkedHandleList [v5]
Zhengyu Gu
zgu at openjdk.org
Fri Jun 28 17:02:30 UTC 2024
> 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
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/19919/files
- new: https://git.openjdk.org/jdk/pull/19919/files/86bb359b..b8d23ddf
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=19919&range=04
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=19919&range=03-04
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/19919.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/19919/head:pull/19919
PR: https://git.openjdk.org/jdk/pull/19919
More information about the hotspot-runtime-dev
mailing list