RFR: 8335925: Serial: Move allocation API from Generation to subclasses [v3]
Kim Barrett
kbarrett at openjdk.org
Wed Aug 7 04:45:38 UTC 2024
On Fri, 26 Jul 2024 10:18:08 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:
>> Trivial moving methods from parent class to subclasses. The unused second arg is also removed along the way. The API names are descriptive enough so that the accompanying comments are dropped as well.
>
> Albert Mingkun Yang has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains five additional commits since the last revision:
>
> - review
> - Merge branch 'master' into s1-gen-alloc
> - review
> - Merge branch 'master' into s1-gen-alloc
> - s1-gen-alloc
Looks good. Probably the name "Generation" ought to be changed at some point,
as part of the described future development.
-------------
Marked as reviewed by kbarrett (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/20084#pullrequestreview-2222616549
More information about the hotspot-gc-dev
mailing list