diff src/share/vm/memory/space.hpp @ 14460:8a9bb7821e28

Merge
author kvn
date Wed, 19 Feb 2014 12:08:49 -0800
parents 63a4eb8bcd23 abec000618bf
children 4ca6dc0799b6
line wrap: on
line diff
--- a/src/share/vm/memory/space.hpp	Thu Feb 13 17:57:27 2014 +0100
+++ b/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