RFR: 8368006: Parallel: Skip full regions in dense prefix during Full GC [v2]
Albert Mingkun Yang
ayang at openjdk.org
Fri Sep 26 07:30:34 UTC 2025
On Fri, 19 Sep 2025 15:09:25 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:
>> Implement skip-full-region optimization for filler related operations on dense-prefix. I constrained the filler-creation task to a single worker for simpler implementation. During the compaction phase, the most expensive part is almost always the non-dense-prefix part, so letting the rest of workers to start with the expensive tasks seems sensible.
>>
>> Synthetic bms shows good reduction in full-gc time in debug build; perf-neutral for other bms (specjvm2008,specjbb2015) in release build.
>>
>> Test: tier1-5
>
> Albert Mingkun Yang has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains three additional commits since the last revision:
>
> - review
> - Merge branch 'master' into pgc-skip-full-region
> - pgc-skip-full-region
Thanks for review.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/27369#issuecomment-3337132000
More information about the hotspot-gc-dev
mailing list