RFR: 8256302: releasing oopStorage when deflating allows for faster deleting [v3]
Daniel D. Daugherty
dcubed at openjdk.org
Wed May 31 18:50:24 UTC 2023
On Mon, 22 May 2023 20:02:21 GMT, Daniel D. Daugherty <dcubed at openjdk.org> wrote:
>> Releasing ObjectMonitor oopStorage earlier when deflating allows ObjectMonitor
>> deletion by a JavaThread (usually the MonitorDeflationThread) to happen while a
>> ThreadBlockInVM helper is in place. This should improve time-to-safepoint.
>
> Daniel D. Daugherty has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains three commits:
>
> - Merge tag 'jdk-21+23' into JDK-8256302
>
> Added tag jdk-21+23 for changeset 6d4782bc
> - address the easy dholmes and kimbarrett CR comments
> - 8256302: releasing oopStorage when deflating allows for faster deleting
Plus side: With core dumps disabled on my MBP13, the crash doesn't lock up launchd.
Minus side: I don't have a core file to check out.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/11296#issuecomment-1561925701
More information about the hotspot-runtime-dev
mailing list