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

Merge
author kvn
date Wed, 19 Feb 2014 12:08:49 -0800
parents bdd155477289
children 4ca6dc0799b6 ce8f6bb717c9
line wrap: on
line diff
--- a/src/share/vm/runtime/javaFrameAnchor.hpp	Thu Feb 13 17:57:27 2014 +0100
+++ b/src/share/vm/runtime/javaFrameAnchor.hpp	Wed Feb 19 12:08:49 2014 -0800
@@ -50,6 +50,9 @@
 #ifdef TARGET_OS_ARCH_linux_ppc
 # include "orderAccess_linux_ppc.inline.hpp"
 #endif
+#ifdef TARGET_OS_ARCH_aix_ppc
+# include "orderAccess_aix_ppc.inline.hpp"
+#endif
 #ifdef TARGET_OS_ARCH_bsd_x86
 # include "orderAccess_bsd_x86.inline.hpp"
 #endif