RFR: 8341238: G1: Refactor G1Policy to move collection set selection methods into G1CollectionSet
Ivan Walulya
iwalulya at openjdk.org
Fri Oct 4 08:16:06 UTC 2024
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
-------------
Commit messages:
- move
Changes: https://git.openjdk.org/jdk/pull/21347/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=21347&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8341238
Stats: 475 lines in 4 files changed: 226 ins; 239 del; 10 mod
Patch: https://git.openjdk.org/jdk/pull/21347.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/21347/head:pull/21347
PR: https://git.openjdk.org/jdk/pull/21347
More information about the hotspot-gc-dev
mailing list