RFR: 8350605: assert(!heap->is_uncommit_in_progress()) failed: Cannot uncommit bitmaps while resetting them [v3]
William Kemper
wkemper at openjdk.org
Fri Feb 28 17:47:53 UTC 2025
On Fri, 28 Feb 2025 17:44:36 GMT, William Kemper <wkemper at openjdk.org> wrote:
>> The protocol which is meant to prevent regions from being uncommitted while their bitmaps are being reset may fail. This happens when the control thread attempts to wait for the uncommit thread to finish, but the uncommit thread has not yet indicated that it has started.
>>
>> ## Testing
>> GHA, Dacapo, Extremem, Heapothesys, Diluvian, SpecJBB2015, SpecJVM2008 (with and without stress flags, asserts). Also have run the JTREG test that failed this assertion over 10K times (and counting).
>
> William Kemper has updated the pull request incrementally with one additional commit since the last revision:
>
> Comment tweak
That's a good point. I created a branch that enables uncommit for the test pipelines when I made this original change. I'll resurrect that branch and run that configuration again. Thanks.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/23760#issuecomment-2691218679
More information about the shenandoah-dev
mailing list