RFR: 8282763: G1: G1CardSetContainer remove intrusive-list details.

Kim Barrett kbarrett at openjdk.java.net
Wed Mar 9 20:38:45 UTC 2022


On Tue, 8 Mar 2022 11:57:03 GMT, Ivan Walulya <iwalulya at openjdk.org> wrote:

> Hi all,
> 
> Please review this trivial cleanup to remove unnecessary G1CardSetContainer list details.
> 
> Testing: tier 1

Changes requested by kbarrett (Reviewer).

src/hotspot/share/gc/g1/g1CardSetContainers.hpp line 32:

> 30: #include "memory/allocation.hpp"
> 31: #include "runtime/atomic.hpp"
> 32: #include "runtime/thread.hpp"

It's not clear why some of these #includes are here.  log, thread, spinYield all seem unused in this .hpp.

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

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



More information about the hotspot-gc-dev mailing list