Integrated: 8304393: Provide method to iterate over regions of humongous object in G1

Thomas Schatzl tschatzl at openjdk.org
Mon Mar 20 16:28:53 UTC 2023


On Fri, 17 Mar 2023 16:11:04 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:

> Hi all,
> 
>   please review this refactoring that introduces a method to iterate over all regions of a humongous object and apply a function to it to decrease the five times code duplication.
> 
> Testing: gha
> 
> Thanks,
>   Thomas

This pull request has now been integrated.

Changeset: 4ed73505
Author:    Thomas Schatzl <tschatzl at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/4ed7350573af73428d922a9a90ff7ce5c4acbc8b
Stats:     68 lines in 7 files changed: 16 ins; 23 del; 29 mod

8304393: Provide method to iterate over regions of humongous object in G1

Reviewed-by: iwalulya, ayang

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

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


More information about the hotspot-gc-dev mailing list