RFR: 8282621: G1: G1SegmentedArray remove unnecessary template parameter [v5]
Ivan Walulya
iwalulya at openjdk.java.net
Mon Mar 7 14:22:32 UTC 2022
> Hi all,
>
> Please review this refactoring change to remove unnecessary template parameters. The change has two commits, one to remove the template parameter, this allows for the second clean up to hoist `G1CardSetAllocator` parameter independent methods and variables into a base class.
>
> Testing: Tier 1.
Ivan Walulya has updated the pull request incrementally with one additional commit since the last revision:
Kim and Thomas reviews
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/7689/files
- new: https://git.openjdk.java.net/jdk/pull/7689/files/fdb75011..067482ec
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=7689&range=04
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=7689&range=03-04
Stats: 5 lines in 2 files changed: 0 ins; 0 del; 5 mod
Patch: https://git.openjdk.java.net/jdk/pull/7689.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/7689/head:pull/7689
PR: https://git.openjdk.java.net/jdk/pull/7689
More information about the hotspot-gc-dev
mailing list