hotspot/src/share/vm/runtime/virtualspace.cpp
changeset 22876 57aa8995d43b
parent 22775 52bc5222f5f1
parent 22838 82c7497fbad4
child 24424 2658d7834c6e
--- a/hotspot/src/share/vm/runtime/virtualspace.cpp	Thu Feb 13 17:57:27 2014 +0100
+++ b/hotspot/src/share/vm/runtime/virtualspace.cpp	Wed Feb 19 12:08:49 2014 -0800
@@ -36,6 +36,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