RFR: 8273439: Fix G1CollectedHeap includes and forward declarations

Thomas Schatzl tschatzl at openjdk.java.net
Thu Sep 9 07:32:09 UTC 2021


On Wed, 8 Sep 2021 23:46:14 GMT, Kim Barrett <kbarrett 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.

Thanks @kimbarrett @albertnetymk for your reviews.

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

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



More information about the hotspot-gc-dev mailing list