src/share/vm/interpreter/bytecodeInterpreter.inline.hpp

changeset 2508
b92c45f2bc75
parent 2314
f95d63e2154a
child 2708
1d1603768966
equal deleted inserted replaced
2497:3582bf76420e 2508:b92c45f2bc75
50 # include "bytecodeInterpreter_sparc.inline.hpp" 50 # include "bytecodeInterpreter_sparc.inline.hpp"
51 #endif 51 #endif
52 #ifdef TARGET_ARCH_zero 52 #ifdef TARGET_ARCH_zero
53 # include "bytecodeInterpreter_zero.inline.hpp" 53 # include "bytecodeInterpreter_zero.inline.hpp"
54 #endif 54 #endif
55 #ifdef TARGET_ARCH_arm
56 # include "bytecodeInterpreter_arm.inline.hpp"
57 #endif
58 #ifdef TARGET_ARCH_ppc
59 # include "bytecodeInterpreter_ppc.inline.hpp"
60 #endif
55 61
56 #endif // CC_INTERP 62 #endif // CC_INTERP
57 63
58 #endif // SHARE_VM_INTERPRETER_BYTECODEINTERPRETER_INLINE_HPP 64 #endif // SHARE_VM_INTERPRETER_BYTECODEINTERPRETER_INLINE_HPP

mercurial