RFR: 8366363: MemBaseline accesses VMT without using lock [v14]
Afshin Zafari
azafari at openjdk.org
Mon Sep 8 12:15:13 UTC 2025
On Thu, 4 Sep 2025 11:46:26 GMT, Johan Sjölen <jsjolen at openjdk.org> wrote:
>> 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:
>
> Missed const-ness
Still good. Thanks!
-------------
Marked as reviewed by azafari (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/27003#pullrequestreview-3196243257
More information about the hotspot-runtime-dev
mailing list