RFR: Coalesce and fill dead objects after class unloading
Kelvin Nilsen
kdnilsen at openjdk.java.net
Tue Feb 8 17:10:48 UTC 2022
On Tue, 8 Feb 2022 16:48:05 GMT, William Kemper <wkemper at openjdk.org> wrote:
> This reverts a recent change to coalesce and fill dead objects immediately after final mark. These objects cannot be filled until after class unloading to support a use case where the LRB needs to access from-space objects. So, rather than coalesce and fill during the concurrent mark phase, we move it to the evacuation phase of a degenerated cycle.
Marked as reviewed by kdnilsen (Committer).
-------------
PR: https://git.openjdk.java.net/shenandoah/pull/111
More information about the shenandoah-dev
mailing list