diff -r 3ee6886e718d -r 07d991d45a51 hotspot/src/share/vm/runtime/mutexLocker.hpp --- a/hotspot/src/share/vm/runtime/mutexLocker.hpp Fri Jul 26 00:59:18 2013 +0200 +++ b/hotspot/src/share/vm/runtime/mutexLocker.hpp Thu Aug 22 09:39:54 2013 -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