RFR: 8301459: Serial: Merge KeepAliveClosure into FastKeepAliveClosure
Stefan Karlsson
stefank at openjdk.org
Tue Jan 31 09:28:59 UTC 2023
On Tue, 31 Jan 2023 08:48:33 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:
> Simple removing unnecessary type hierarchy.
>
> Test: hotspot_gc
Looks good.
There seems to be an opportunity to further clean this up by renaming FastKeepAliveClosure to KeepAliveClosure. I also think that the definition of this closure could be moved to defNewGeneration.cpp
-------------
Marked as reviewed by stefank (Reviewer).
PR: https://git.openjdk.org/jdk/pull/12310
More information about the hotspot-gc-dev
mailing list