aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/oops/typeArrayOop.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/vm/oops/typeArrayOop.hpp')
-rw-r--r--src/share/vm/oops/typeArrayOop.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/share/vm/oops/typeArrayOop.hpp b/src/share/vm/oops/typeArrayOop.hpp
index 05d4ef81d..c39987be5 100644
--- a/src/share/vm/oops/typeArrayOop.hpp
+++ b/src/share/vm/oops/typeArrayOop.hpp
@@ -45,6 +45,12 @@
#ifdef TARGET_OS_ARCH_windows_x86
# include "orderAccess_windows_x86.inline.hpp"
#endif
+#ifdef TARGET_OS_ARCH_linux_arm
+# include "orderAccess_linux_arm.inline.hpp"
+#endif
+#ifdef TARGET_OS_ARCH_linux_ppc
+# include "orderAccess_linux_ppc.inline.hpp"
+#endif
// A typeArrayOop is an array containing basic types (non oop elements).
// It is used for arrays of {characters, singles, doubles, bytes, shorts, integers, longs}