comparison src/share/vm/interpreter/bytecodeInterpreter.inline.hpp @ 2192:b92c45f2bc75

7016023: Enable building ARM and PPC from src/closed repository Reviewed-by: dholmes, bdelsart
author bobv
date Wed, 02 Feb 2011 11:35:26 -0500
parents f95d63e2154a
children 1d1603768966
comparison
equal deleted inserted replaced
2177:3582bf76420e 2192: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