RFR: 8273439: Fix G1CollectedHeap includes and forward declarations
Kim Barrett
kbarrett at openjdk.java.net
Wed Sep 8 23:48:58 UTC 2021
On Tue, 7 Sep 2021 15:40:28 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:
> Hi all,
>
> can I have reviews for this change that
> * removes unnecessary includes (just one actually)
> * removes unnecessary forwards (either not used, or already covered by the #include declaration)
> * sorts the forward declarations
> * adds necessary forwards that were not directly included
>
> Testing: building on various platforms
>
> Thanks,
> Thomas
Looks good.
-------------
Marked as reviewed by kbarrett (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/5393
More information about the hotspot-gc-dev
mailing list