diff -r 196cfce9e5aa -r 57aa8995d43b hotspot/src/share/vm/memory/space.hpp --- a/hotspot/src/share/vm/memory/space.hpp Thu Feb 13 17:57:27 2014 +0100 +++ b/hotspot/src/share/vm/memory/space.hpp Wed Feb 19 12:08:49 2014 -0800 @@ -45,6 +45,9 @@ #ifdef TARGET_OS_FAMILY_windows # include "os_windows.inline.hpp" #endif +#ifdef TARGET_OS_FAMILY_aix +# include "os_aix.inline.hpp" +#endif #ifdef TARGET_OS_FAMILY_bsd # include "os_bsd.inline.hpp" #endif