RFR: 8282621: G1: G1SegmentedArray remove unnecessary template parameter [v3]
Ivan Walulya
iwalulya at openjdk.java.net
Fri Mar 4 21:24:37 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:
Remove G1CardSetContainer type info from the allocator
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/7689/files
- new: https://git.openjdk.java.net/jdk/pull/7689/files/2b51f247..044a15af
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=7689&range=02
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=7689&range=01-02
Stats: 9 lines in 4 files changed: 0 ins; 3 del; 6 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