RFR: 8325082: Rename headers named 'heapRegion*' of G1

David Holmes dholmes at openjdk.org
Thu Feb 1 07:19:04 UTC 2024


On Thu, 1 Feb 2024 03:57:48 GMT, Lei Zaakjyu <duke at openjdk.org> wrote:

> 8325082: Rename headers named 'heapRegion*' of G1

src/hotspot/cpu/aarch64/gc/g1/g1BarrierSetAssembler_aarch64.cpp line 32:

> 30: #include "gc/g1/g1CardTable.hpp"
> 31: #include "gc/g1/g1ThreadLocalData.hpp"
> 32: #include "gc/g1/g1HeapRegion.hpp"

Drive by comment, but if you make this change you also have to move it to preserve the include order.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/17666#discussion_r1473899160


More information about the graal-dev mailing list