RFR: 8366363: MemBaseline accesses VMT without using lock [v9]

Johan Sjölen jsjolen at openjdk.org
Tue Sep 2 11:54:19 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 three additional commits since the last revision:

 - Yup
 - Some more ugly casts
 - Aha, _root is typed as an IntrusiveRBNode

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/27003/files
  - new: https://git.openjdk.org/jdk/pull/27003/files/1cceebf2..04b5a99b

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=27003&range=08
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=27003&range=07-08

  Stats: 3 lines in 1 file changed: 1 ins; 0 del; 2 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