hotspot/src/share/vm/runtime/thread.hpp
changeset 22827 07d991d45a51
parent 22823 40b2c6c30123
child 22838 82c7497fbad4
--- a/hotspot/src/share/vm/runtime/thread.hpp	Fri Jul 26 00:59:18 2013 +0200
+++ b/hotspot/src/share/vm/runtime/thread.hpp	Thu Aug 22 09:39:54 2013 -0700
@@ -1730,6 +1730,9 @@
 #ifdef TARGET_OS_ARCH_linux_ppc
 # include "thread_linux_ppc.hpp"
 #endif
+#ifdef TARGET_OS_ARCH_aix_ppc
+# include "thread_aix_ppc.hpp"
+#endif
 #ifdef TARGET_OS_ARCH_bsd_x86
 # include "thread_bsd_x86.hpp"
 #endif