Integrated: 8295658 G1: Refactor G1SegmentedArray to indicate that it is an allocator

Ivan Walulya iwalulya at openjdk.org
Tue Nov 8 09:06:32 UTC 2022


On Wed, 19 Oct 2022 14:52:07 GMT, Ivan Walulya <iwalulya at openjdk.org> wrote:

> Hi,
> 
> Please review this refactoring change of G1SegmentedArray to G1MonotonicArena which is a more appropriate name for the intended use of the class objects.
> 
> The change has two commits, with the first commit refactoring the class names and the second commit adding the corresponding changes to file names. 
> 
> Testing: builds

This pull request has now been integrated.

Changeset: dd5d4df5
Author:    Ivan Walulya <iwalulya at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/dd5d4df5b68a40923987841a206fac5032d72f71
Stats:     2431 lines in 26 files changed: 1193 ins; 1193 del; 45 mod

8295658: G1: Refactor G1SegmentedArray to indicate that it is an allocator

Reviewed-by: tschatzl, sjohanss

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

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


More information about the hotspot-gc-dev mailing list