--- old/src/cpu/x86/vm/bytecodeInterpreter_x86.cpp 2013-10-21 18:17:51.320355993 +0200 +++ new/src/cpu/x86/vm/bytecodeInterpreter_x86.cpp 2013-10-21 18:17:50.829065988 +0200 @@ -40,11 +40,8 @@ #include "runtime/synchronizer.hpp" #include "runtime/vframeArray.hpp" #include "utilities/debug.hpp" -#ifdef TARGET_ARCH_MODEL_x86_32 -# include "interp_masm_x86_32.hpp" -#endif -#ifdef TARGET_ARCH_MODEL_x86_64 -# include "interp_masm_x86_64.hpp" +#ifdef TARGET_ARCH_x86 +# include "interp_masm_x86.hpp" #endif #ifdef CC_INTERP