diff -r 96d498ec7ae1 -r 78e5bd944384 hotspot/src/share/vm/interpreter/bytecode.hpp --- a/hotspot/src/share/vm/interpreter/bytecode.hpp Thu Jan 27 16:11:27 2011 -0800 +++ b/hotspot/src/share/vm/interpreter/bytecode.hpp Wed Feb 02 11:35:26 2011 -0500 @@ -37,6 +37,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 ciBytecodeStream;