src/share/vm/interpreter/templateInterpreterGenerator.hpp

changeset 2508
b92c45f2bc75
parent 2314
f95d63e2154a
child 2708
1d1603768966
equal deleted inserted replaced
2497:3582bf76420e 2508:b92c45f2bc75
94 # include "templateInterpreterGenerator_sparc.hpp" 94 # include "templateInterpreterGenerator_sparc.hpp"
95 #endif 95 #endif
96 #ifdef TARGET_ARCH_zero 96 #ifdef TARGET_ARCH_zero
97 # include "templateInterpreterGenerator_zero.hpp" 97 # include "templateInterpreterGenerator_zero.hpp"
98 #endif 98 #endif
99 #ifdef TARGET_ARCH_arm
100 # include "templateInterpreterGenerator_arm.hpp"
101 #endif
102 #ifdef TARGET_ARCH_ppc
103 # include "templateInterpreterGenerator_ppc.hpp"
104 #endif
99 105
100 106
101 }; 107 };
102 108
103 #endif // !CC_INTERP 109 #endif // !CC_INTERP

mercurial