mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-22 03:54:33 +02:00
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:
parent
74a472983b
commit
f79090efe7
7 changed files with 16 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue