comparison src/share/vm/interpreter/templateTable.hpp @ 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 2b8e28fdf503
comparison
equal deleted inserted replaced
12961:4748b3308cda 12962:5ccbab1c69f3
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