equal
deleted
inserted
replaced
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 |