diff src/share/vm/runtime/mutexLocker.hpp @ 14460:8a9bb7821e28

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