RFR: 8282621: G1: G1SegmentedArray remove unnecessary template parameter [v2]
Ivan Walulya
iwalulya at openjdk.java.net
Fri Mar 4 20:13:29 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 review: remove template parameter completely
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/7689/files
- new: https://git.openjdk.java.net/jdk/pull/7689/files/49ffecd7..2b51f247
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=7689&range=01
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=7689&range=00-01
Stats: 71 lines in 4 files changed: 14 ins; 34 del; 23 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