RFR: 8329521: Serial: Rename MarkSweep to SerialFullGC
Ivan Walulya
iwalulya at openjdk.org
Thu Apr 4 11:26:09 UTC 2024
On Thu, 4 Apr 2024 10:32:43 GMT, Guoxiong Li <gli at openjdk.org> wrote:
> Hi all,
>
> This patch renames the `MarkSweep` to `SerialFullGC` and fixes some comments related to `MarkSweep`.
>
> The tests `make test-tier1_gc` passed locally. Thanks for taking the time to review.
>
> Best Regards,
> -- Guoxiong
LGTM!
Minor nit.
src/hotspot/share/gc/serial/tenuredGeneration.cpp line 28:
> 26: #include "gc/serial/cardTableRS.hpp"
> 27: #include "gc/serial/serialFullGC.hpp"
> 28: #include "gc/serial/serialBlockOffsetTable.inline.hpp"
Ordering of includes
-------------
Marked as reviewed by iwalulya (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/18619#pullrequestreview-1979565447
PR Review Comment: https://git.openjdk.org/jdk/pull/18619#discussion_r1551487819
More information about the hotspot-gc-dev
mailing list