RFR: 8366363: MemBaseline accesses VMT without using lock [v3]
Johan Sjölen
jsjolen at openjdk.org
Tue Sep 2 07:07:41 UTC 2025
On Tue, 2 Sep 2025 07:03:27 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 refreshed the contents of this pull request, and previous commits have been removed. Incremental views are not available.
Oops, I accidentally committed to my current branch, I meant to commit to a new one. I'm going to rewrite history a bit, sorry bot.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/27003#issuecomment-3244054097
More information about the hotspot-dev
mailing list