Integrated: 8273439: Fix G1CollectedHeap includes and forward declarations

Thomas Schatzl tschatzl at openjdk.java.net
Thu Sep 9 07:32:09 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

This pull request has now been integrated.

Changeset: 5b1dfe4e
Author:    Thomas Schatzl <tschatzl at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/5b1dfe4e358d249aef9330e39b6404a13b4ebc0e
Stats:     38 lines in 1 file changed: 7 ins; 23 del; 8 mod

8273439: Fix G1CollectedHeap includes and forward declarations

Reviewed-by: ayang, kbarrett

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

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



More information about the hotspot-gc-dev mailing list