src/share/vm/interpreter/bytecodes.hpp

changeset 2508
b92c45f2bc75
parent 2462
8012aa3ccede
child 3097
de847cac9235
equal deleted inserted replaced
2497:3582bf76420e 2508:b92c45f2bc75
292 # include "bytecodes_sparc.hpp" 292 # include "bytecodes_sparc.hpp"
293 #endif 293 #endif
294 #ifdef TARGET_ARCH_zero 294 #ifdef TARGET_ARCH_zero
295 # include "bytecodes_zero.hpp" 295 # include "bytecodes_zero.hpp"
296 #endif 296 #endif
297 #ifdef TARGET_ARCH_arm
298 # include "bytecodes_arm.hpp"
299 #endif
300 #ifdef TARGET_ARCH_ppc
301 # include "bytecodes_ppc.hpp"
302 #endif
297 303
298 304
299 number_of_codes 305 number_of_codes
300 }; 306 };
301 307

mercurial