diff src/share/vm/runtime/virtualspace.cpp @ 17812:a7d4d4655766

Merge
author kvn
date Wed, 26 Mar 2014 18:21:05 -0700
parents 2b8e28fdf503
children 8a9bb7821e28 78bbf4d43a14
line wrap: on
line diff
--- a/src/share/vm/runtime/virtualspace.cpp	Mon Mar 24 10:48:44 2014 -0700
+++ b/src/share/vm/runtime/virtualspace.cpp	Wed Mar 26 18:21:05 2014 -0700
@@ -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