RFR: 8058716: Add include missing in 8015774

Lindenmaier, Goetz goetz.lindenmaier at sap.com
Thu Sep 18 08:07:20 UTC 2014


Hi,

8015744 breaks the build on ppc as an inline function is not defined:
compile.hpp:812: warning: inline function 'Node_Notes* Compile::locate_node_notes(GrowableArray<Node_Notes*>*, int, bool)' used but never defined

This is because compile.hpp declares and calls locate_node_notes(), which is defined in node.hpp. Therefore codeCache.cpp must include node.hpp, too.

Bug:
https://bugs.openjdk.java.net/browse/JDK-8058716
Webrev:
http://cr.openjdk.java.net/~goetz/webrevs/8058716-inclFix/webrev.00/

Please review this change.  I please need a sponsor to push it.

Best regards,
  Goetz



More information about the hotspot-dev mailing list