diff src/share/vm/interpreter/templateTable.hpp @ 14422:2b8e28fdf503

Merge
author kvn
date Tue, 05 Nov 2013 17:38:04 -0800
parents d2907f74462e 5ccbab1c69f3
children abec000618bf
line wrap: on
line diff
--- a/src/share/vm/interpreter/templateTable.hpp	Wed Oct 16 10:52:41 2013 +0200
+++ b/src/share/vm/interpreter/templateTable.hpp	Tue Nov 05 17:38:04 2013 -0800
@@ -28,11 +28,8 @@
 #include "interpreter/bytecodes.hpp"
 #include "memory/allocation.hpp"
 #include "runtime/frame.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 TARGET_ARCH_MODEL_sparc
 # include "interp_masm_sparc.hpp"