aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/runtime/icache.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/vm/runtime/icache.hpp')
-rw-r--r--src/share/vm/runtime/icache.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/share/vm/runtime/icache.hpp b/src/share/vm/runtime/icache.hpp
index d8b991fbd..7ffce5b14 100644
--- a/src/share/vm/runtime/icache.hpp
+++ b/src/share/vm/runtime/icache.hpp
@@ -77,6 +77,12 @@ class AbstractICache : AllStatic {
#ifdef TARGET_ARCH_zero
# include "icache_zero.hpp"
#endif
+#ifdef TARGET_ARCH_arm
+# include "icache_arm.hpp"
+#endif
+#ifdef TARGET_ARCH_ppc
+# include "icache_ppc.hpp"
+#endif