RFR: 8327130: Serial: Remove Generation::record_spaces_top
Guoxiong Li
gli at openjdk.org
Sat Mar 2 06:08:51 UTC 2024
On Fri, 1 Mar 2024 14:36:55 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:
> Trivial removing effectively dead code in the super class.
Maybe it is good to distinguish the two methods in two generations by renaming them to `record_young_spaces_top` and `record_old_spaces_top / record_tenured_spaces_top`. But I am also OK with the current code.
-------------
Marked as reviewed by gli (Committer).
PR Review: https://git.openjdk.org/jdk/pull/18082#pullrequestreview-1912586385
More information about the hotspot-gc-dev
mailing list