RFR: 8294900: Refactor ZObjArrayAllocator
Erik Österlund
eosterlund at openjdk.org
Wed Oct 12 12:07:27 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.
Looks good.
-------------
Marked as reviewed by eosterlund (Reviewer).
PR: https://git.openjdk.org/jdk/pull/10593
More information about the hotspot-gc-dev
mailing list