aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/code/compiledIC.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/vm/code/compiledIC.hpp')
-rw-r--r--src/share/vm/code/compiledIC.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/share/vm/code/compiledIC.hpp b/src/share/vm/code/compiledIC.hpp
index a5524ca16..979dcd523 100644
--- a/src/share/vm/code/compiledIC.hpp
+++ b/src/share/vm/code/compiledIC.hpp
@@ -38,6 +38,12 @@
#ifdef TARGET_ARCH_zero
# include "nativeInst_zero.hpp"
#endif
+#ifdef TARGET_ARCH_arm
+# include "nativeInst_arm.hpp"
+#endif
+#ifdef TARGET_ARCH_ppc
+# include "nativeInst_ppc.hpp"
+#endif
//-----------------------------------------------------------------------------
// The CompiledIC represents a compiled inline cache.