diff src/cpu/x86/vm/bytecodeInterpreter_x86.cpp @ 12962:5ccbab1c69f3

8026251: New type profiling points: parameters to methods Summary: x86 interpreter and c1 type profiling for parameters on method entries Reviewed-by: kvn, twisti
author roland
date Tue, 22 Oct 2013 09:51:47 +0200
parents da91efe96a93
children de6a9e811145
line wrap: on
line diff
--- a/src/cpu/x86/vm/bytecodeInterpreter_x86.cpp	Mon Oct 21 17:34:27 2013 -0700
+++ b/src/cpu/x86/vm/bytecodeInterpreter_x86.cpp	Tue Oct 22 09:51:47 2013 +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