--- old/src/share/vm/interpreter/bytecodeInterpreter.inline.hpp 2015-12-17 17:52:17.045826620 -0500 +++ new/src/share/vm/interpreter/bytecodeInterpreter.inline.hpp 2015-12-17 17:52:16.872456347 -0500 @@ -42,24 +42,10 @@ #define VERIFY_OOP(o) #endif -// Platform dependent data manipulation -#ifdef TARGET_ARCH_x86 -# include "bytecodeInterpreter_x86.inline.hpp" -#endif -#ifdef TARGET_ARCH_sparc -# include "bytecodeInterpreter_sparc.inline.hpp" -#endif #ifdef TARGET_ARCH_zero # include "bytecodeInterpreter_zero.inline.hpp" -#endif -#ifdef TARGET_ARCH_arm -# include "bytecodeInterpreter_arm.inline.hpp" -#endif -#ifdef TARGET_ARCH_ppc -# include "bytecodeInterpreter_ppc.inline.hpp" -#endif -#ifdef TARGET_ARCH_aarch64 -# include "bytecodeInterpreter_aarch64.inline.hpp" +#else +#error "Only Zero Bytecode Interpreter supported" #endif #endif // CC_INTERP