RFR (XXS): 8144690: g1Predictions.hpp includes allocation.inline.hpp
Jon Masamitsu
jon.masamitsu at oracle.com
Fri Dec 4 19:12:12 UTC 2015
Looks good.
Jon
On 12/4/2015 11:03 AM, 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