diff src/share/vm/runtime/osThread.hpp @ 18058:54bc75c144b0

Merge
author asaha
date Thu, 29 May 2014 13:14:25 -0700
parents bdd155477289
children 4ca6dc0799b6
line wrap: on
line diff
--- a/src/share/vm/runtime/osThread.hpp	Wed May 28 08:09:26 2014 -0400
+++ b/src/share/vm/runtime/osThread.hpp	Thu May 29 13:14:25 2014 -0700
@@ -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