comparison 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
comparison
equal deleted inserted replaced
14421:3068270ba476 14422:2b8e28fdf503
26 #define SHARE_VM_INTERPRETER_TEMPLATETABLE_HPP 26 #define SHARE_VM_INTERPRETER_TEMPLATETABLE_HPP
27 27
28 #include "interpreter/bytecodes.hpp" 28 #include "interpreter/bytecodes.hpp"
29 #include "memory/allocation.hpp" 29 #include "memory/allocation.hpp"
30 #include "runtime/frame.hpp" 30 #include "runtime/frame.hpp"
31 #ifdef TARGET_ARCH_MODEL_x86_32 31 #ifdef TARGET_ARCH_x86
32 # include "interp_masm_x86_32.hpp" 32 # include "interp_masm_x86.hpp"
33 #endif
34 #ifdef TARGET_ARCH_MODEL_x86_64
35 # include "interp_masm_x86_64.hpp"
36 #endif 33 #endif
37 #ifdef TARGET_ARCH_MODEL_sparc 34 #ifdef TARGET_ARCH_MODEL_sparc
38 # include "interp_masm_sparc.hpp" 35 # include "interp_masm_sparc.hpp"
39 #endif 36 #endif
40 #ifdef TARGET_ARCH_MODEL_zero 37 #ifdef TARGET_ARCH_MODEL_zero