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

Merge
author kvn
date Wed, 19 Feb 2014 12:08:49 -0800
parents bdd155477289
children 4ca6dc0799b6
line wrap: on
line diff
--- a/src/share/vm/runtime/osThread.hpp	Thu Feb 13 17:57:27 2014 +0100
+++ b/src/share/vm/runtime/osThread.hpp	Wed Feb 19 12:08:49 2014 -0800
@@ -105,6 +105,9 @@
 #ifdef TARGET_OS_FAMILY_windows
 # include "osThread_windows.hpp"
 #endif
+#ifdef TARGET_OS_FAMILY_aix
+# include "osThread_aix.hpp"
+#endif
 #ifdef TARGET_OS_FAMILY_bsd
 # include "osThread_bsd.hpp"
 #endif