hotspot/src/share/vm/classfile/verifier.cpp
changeset 8107 78e5bd944384
parent 8076 96d498ec7ae1
child 8676 9098d4e927e1
--- a/hotspot/src/share/vm/classfile/verifier.cpp	Thu Jan 27 16:11:27 2011 -0800
+++ b/hotspot/src/share/vm/classfile/verifier.cpp	Wed Feb 02 11:35:26 2011 -0500
@@ -51,6 +51,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
 
 #define NOFAILOVER_MAJOR_VERSION 51