Integrated: 8294900: Refactor ZObjArrayAllocator

Stefan Karlsson stefank at openjdk.org
Wed Oct 12 12:11:11 UTC 2022


On Thu, 6 Oct 2022 11:43:00 GMT, Stefan Karlsson <stefank at openjdk.org> wrote:

> In Generational ZGC, we rewrote parts of the chunked array clearing. I'd like to bring over the refactoring that we did there to upstream ZGC.
> 
> The patch backtracks on the change we did to allow ZObjArrayAllocator to override the finish function, and instead performs the chunked clearing in an overridden initialize function.

This pull request has now been integrated.

Changeset: adaff7d5
Author:    Stefan Karlsson <stefank at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/adaff7d585757786355d37693596c42ba128c609
Stats:     73 lines in 4 files changed: 42 ins; 10 del; 21 mod

8294900: Refactor ZObjArrayAllocator

Reviewed-by: eosterlund

-------------

PR: https://git.openjdk.org/jdk/pull/10593



More information about the hotspot-gc-dev mailing list