src/share/vm/interpreter/abstractInterpreter.hpp

changeset 5987
5ccbab1c69f3
parent 5353
b800986664f4
child 6039
bd3237e0e18d
equal deleted inserted replaced
5986:4748b3308cda 5987: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

mercurial