RFR: 8366363: MemBaseline accesses VMT without using lock [v13]
Johan Sjölen
jsjolen at openjdk.org
Thu Sep 4 11:43:24 UTC 2025
> Hi,
>
> The `MemBaseline` used to access the VMT instance directly without a lock. We fix that, and we switch from using a `LinkedList` to a copied `RegionsTree` instead.
Johan Sjölen has updated the pull request incrementally with one additional commit since the last revision:
Move into rbTree.inline.hpp file
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/27003/files
- new: https://git.openjdk.org/jdk/pull/27003/files/82df750b..615598e6
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=27003&range=12
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=27003&range=11-12
Stats: 96 lines in 2 files changed: 49 ins; 46 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/27003.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/27003/head:pull/27003
PR: https://git.openjdk.org/jdk/pull/27003
More information about the hotspot-dev
mailing list