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

Thomas Schatzl thomas.schatzl at oracle.com
Fri Dec 4 19:03:21 UTC 2015


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