diff src/share/vm/runtime/mutexLocker.hpp @ 17812:a7d4d4655766

Merge
author kvn
date Wed, 26 Mar 2014 18:21:05 -0700
parents 62c54fcc0a35
children 52b4284cb496 581e70386ec9
line wrap: on
line diff
--- a/src/share/vm/runtime/mutexLocker.hpp	Mon Mar 24 10:48:44 2014 -0700
+++ b/src/share/vm/runtime/mutexLocker.hpp	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