hotspot/src/share/vm/interpreter/bytecodeInterpreter.hpp
changeset 29180 50369728b00e
parent 25715 d5a8dbdc5150
child 35214 d86005e0b4c2
equal deleted inserted replaced
27647:4dcb647196fd 29180:50369728b00e
   586 # include "bytecodeInterpreter_arm.hpp"
   586 # include "bytecodeInterpreter_arm.hpp"
   587 #endif
   587 #endif
   588 #ifdef TARGET_ARCH_ppc
   588 #ifdef TARGET_ARCH_ppc
   589 # include "bytecodeInterpreter_ppc.hpp"
   589 # include "bytecodeInterpreter_ppc.hpp"
   590 #endif
   590 #endif
       
   591 #ifdef TARGET_ARCH_aarch64
       
   592 # include "bytecodeInterpreter_aarch64.hpp"
       
   593 #endif
   591 
   594 
   592 
   595 
   593 }; // BytecodeInterpreter
   596 }; // BytecodeInterpreter
   594 
   597 
   595 #endif // CC_INTERP
   598 #endif // CC_INTERP