RFR: 8327130: Serial: Remove Generation::record_spaces_top
Guoxiong Li
gli at openjdk.org
Mon Mar 4 10:42:52 UTC 2024
On Mon, 4 Mar 2024 10:13:00 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:
> That can result into code looking like: _young_gen->record_young_spaces_top(), which IMO is rather odd due the redundant young. The proposed names would make more sense if they belong to a class including both gens, e.g. SerialHeap.
Got it. Thanks.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/18082#issuecomment-1976280411
More information about the hotspot-gc-dev
mailing list