RFR: 8341238: G1: Refactor G1Policy to move collection set selection methods into G1CollectionSet

Thomas Schatzl tschatzl at openjdk.org
Mon Oct 7 08:27:41 UTC 2024


On Fri, 4 Oct 2024 07:25:32 GMT, Ivan Walulya <iwalulya at openjdk.org> wrote:

> Hi,
> 
> Please review this code migration patch to move collection set candidate selection methods out of G1Policy into G1CollectionSet.  By relocating these methods, we can simplify the method signatures and reduce the interdependency between the classes.
> 
> Testing: Tier 1

Marked as reviewed by tschatzl (Reviewer).

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

PR Review: https://git.openjdk.org/jdk/pull/21347#pullrequestreview-2351254930


More information about the hotspot-gc-dev mailing list