aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/classfile/stackMapTable.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/vm/classfile/stackMapTable.hpp')
-rw-r--r--src/share/vm/classfile/stackMapTable.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/share/vm/classfile/stackMapTable.hpp b/src/share/vm/classfile/stackMapTable.hpp
index 96115b40e..2d2798a71 100644
--- a/src/share/vm/classfile/stackMapTable.hpp
+++ b/src/share/vm/classfile/stackMapTable.hpp
@@ -39,6 +39,12 @@
#ifdef TARGET_ARCH_zero
# include "bytes_zero.hpp"
#endif
+#ifdef TARGET_ARCH_arm
+# include "bytes_arm.hpp"
+#endif
+#ifdef TARGET_ARCH_ppc
+# include "bytes_ppc.hpp"
+#endif
class StackMapReader;