RFR: 8273590: Move helper classes in G1 post evacuation sub tasks to cpp files

Stefan Johansson sjohanss at openjdk.java.net
Wed Sep 15 06:59:02 UTC 2021


On Fri, 10 Sep 2021 10:52:53 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:

> Hi all,
> 
>   can I have reviews for this straightforward refactoring, moving helper classes that are not required to .cpp files. The nice side effect of this is that it removes around 100 LOC. No changes to code, except for removal of one unused local variable in
> ```RemoveSelfForwardPtrsTask::~RemoveSelfForwardPtrsTask`.
> 
> Testing: compilation, gha, local jtreg/gc/g1
> 
> Thanks,
>   Thomas

👍

-------------

Marked as reviewed by sjohanss (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/5461



More information about the hotspot-gc-dev mailing list