hotspot/src/share/vm/runtime/vmStructs.cpp
changeset 22827 07d991d45a51
parent 22821 40a3c34a50a1
child 22828 17ecb098bc1e
--- a/hotspot/src/share/vm/runtime/vmStructs.cpp	Fri Jul 26 00:59:18 2013 +0200
+++ b/hotspot/src/share/vm/runtime/vmStructs.cpp	Thu Aug 22 09:39:54 2013 -0700
@@ -143,6 +143,9 @@
 #ifdef TARGET_OS_ARCH_linux_ppc
 # include "vmStructs_linux_ppc.hpp"
 #endif
+#ifdef TARGET_OS_ARCH_aix_ppc
+# include "vmStructs_aix_ppc.hpp"
+#endif
 #ifdef TARGET_OS_ARCH_bsd_x86
 # include "vmStructs_bsd_x86.hpp"
 #endif