comparison src/share/vm/interpreter/abstractInterpreter.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 b800986664f4
children bd3237e0e18d
comparison
equal deleted inserted replaced
12961:4748b3308cda 12962:5ccbab1c69f3
28 #include "code/stubs.hpp" 28 #include "code/stubs.hpp"
29 #include "interpreter/bytecodes.hpp" 29 #include "interpreter/bytecodes.hpp"
30 #include "runtime/thread.inline.hpp" 30 #include "runtime/thread.inline.hpp"
31 #include "runtime/vmThread.hpp" 31 #include "runtime/vmThread.hpp"
32 #include "utilities/top.hpp" 32 #include "utilities/top.hpp"
33 #ifdef TARGET_ARCH_MODEL_x86_32 33 #ifdef TARGET_ARCH_x86
34 # include "interp_masm_x86_32.hpp" 34 # include "interp_masm_x86.hpp"
35 #endif
36 #ifdef TARGET_ARCH_MODEL_x86_64
37 # include "interp_masm_x86_64.hpp"
38 #endif 35 #endif
39 #ifdef TARGET_ARCH_MODEL_sparc 36 #ifdef TARGET_ARCH_MODEL_sparc
40 # include "interp_masm_sparc.hpp" 37 # include "interp_masm_sparc.hpp"
41 #endif 38 #endif
42 #ifdef TARGET_ARCH_MODEL_zero 39 #ifdef TARGET_ARCH_MODEL_zero