RFR: 8341238: G1: Refactor G1Policy to move collection set selection methods into G1CollectionSet
Ivan Walulya
iwalulya at openjdk.org
Mon Oct 7 13:26:37 UTC 2024
On Mon, 7 Oct 2024 10:29:42 GMT, Hamlin Li <mli 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 mli (Reviewer).
Thanks @Hamlin-Li and @tschatzl for the reviews!
-------------
PR Comment: https://git.openjdk.org/jdk/pull/21347#issuecomment-2396926825
More information about the hotspot-gc-dev
mailing list