RFR (XXS): 8144690: g1Predictions.hpp includes allocation.inline.hpp

Stefan Karlsson stefan.karlsson at oracle.com
Fri Dec 4 19:03:51 UTC 2015


Looks good.

Thanks,
StefanK

On 2015-12-04 20:03, Thomas Schatzl wrote:
> Hi all,
>
>    we should not reference .inline.hpp files in .hpp files as per coding
> standards. G1Predictions.hpp violates this, including
> allocation.inline.hpp.
>
> This patch fixes this problem simply by removing the offending include:
> g1Predictions.hpp does not need allocations.inline.hpp at all.
>
> CR:
> https://bugs.openjdk.java.net/browse/JDK-8144690
> Webrev:
> http://cr.openjdk.java.net/~tschatzl/8144690/webrev/
> Testing:
> Building all targets in jprt
>
> Thanks,
>    Thomas
>




More information about the hotspot-gc-dev mailing list