6793825: Missing include dependancies for GCC without predefined headers

With predefined headers off for gcc, some .inline.hpp files aren't included to make definition visible for inline functions

Reviewed-by: jcoomes, xlu
This commit is contained in:
Coleen Phillimore 2009-01-14 20:14:19 -05:00
parent 74a472983b
commit f79090efe7
7 changed files with 16 additions and 3 deletions

View file

@ -140,6 +140,7 @@ c2_globals_<os_family>.hpp globalDefinitions.hpp
c2_globals_<os_family>.hpp macros.hpp
c2_init_<arch>.cpp compile.hpp
c2_init_<arch>.cpp node.hpp
c2compiler.cpp ad_<arch_model>.hpp
c2compiler.cpp c2compiler.hpp
@ -839,6 +840,7 @@ parseHelper.cpp systemDictionary.hpp
phase.cpp compile.hpp
phase.cpp compileBroker.hpp
phase.cpp nmethod.hpp
phase.cpp node.hpp
phase.cpp phase.hpp
phase.hpp port.hpp