RFR: Preempt old preparation [v3]
William Kemper
wkemper at openjdk.java.net
Wed Oct 13 18:27:26 UTC 2021
On Tue, 12 Oct 2021 23:28:46 GMT, Kelvin Nilsen <kdnilsen at openjdk.org> wrote:
>> Previously, all old-gen regions not selected as collection set candidates were "made parseable" during the final-mark safepoint. Making each of these regions parseable involves coalescing consecutive unmarked objects into contiguous larger objects that contain no pointers. The process of identifying each span of consecutive unmarked objects within a large number of large heap regions was found to require hundreds of ms in some cases. This patch changes the behavior so that preparation of heap regions for subsequent evacuation is performed during a concurrent phase of operation. This concurrent phase must complete before any of the old heap regions placed in the candidate collection set can be evacuated.
>
> Kelvin Nilsen has updated the pull request incrementally with one additional commit since the last revision:
>
> Fix bad comment
Marked as reviewed by wkemper (Committer).
-------------
PR: https://git.openjdk.java.net/shenandoah/pull/88
More information about the shenandoah-dev
mailing list