hotspot/src/share/vm/memory/space.hpp
changeset 22872 b6902ee5bc8d
parent 22234 da823d78ad65
parent 22827 07d991d45a51
child 22876 57aa8995d43b
--- a/hotspot/src/share/vm/memory/space.hpp	Tue Jan 28 11:21:43 2014 -0800
+++ b/hotspot/src/share/vm/memory/space.hpp	Tue Jan 28 12:25:34 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