Integrated: 8341238: G1: Refactor G1Policy to move collection set selection methods into G1CollectionSet
Ivan Walulya
iwalulya at openjdk.org
Mon Oct 7 13:29:42 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
This pull request has now been integrated.
Changeset: a2372c60
Author: Ivan Walulya <iwalulya at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/a2372c607c940589f239d4e59b675d3b2e626fd9
Stats: 475 lines in 4 files changed: 226 ins; 239 del; 10 mod
8341238: G1: Refactor G1Policy to move collection set selection methods into G1CollectionSet
Reviewed-by: tschatzl, mli
-------------
PR: https://git.openjdk.org/jdk/pull/21347
More information about the hotspot-gc-dev
mailing list