hotspot/src/share/vm/interpreter/bytecodes.hpp
changeset 8107 78e5bd944384
parent 7913 dd096a83bdbb
child 10506 575ad9bccff5
equal deleted inserted replaced
8076:96d498ec7ae1 8107:78e5bd944384
   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