hotspot/src/share/vm/code/codeBlob.cpp
changeset 8107 78e5bd944384
parent 7397 5b173b4ca846
child 8921 14bfe81f2a9d
equal deleted inserted replaced
8076:96d498ec7ae1 8107:78e5bd944384
    46 # include "nativeInst_sparc.hpp"
    46 # include "nativeInst_sparc.hpp"
    47 #endif
    47 #endif
    48 #ifdef TARGET_ARCH_zero
    48 #ifdef TARGET_ARCH_zero
    49 # include "nativeInst_zero.hpp"
    49 # include "nativeInst_zero.hpp"
    50 #endif
    50 #endif
       
    51 #ifdef TARGET_ARCH_arm
       
    52 # include "nativeInst_arm.hpp"
       
    53 #endif
       
    54 #ifdef TARGET_ARCH_ppc
       
    55 # include "nativeInst_ppc.hpp"
       
    56 #endif
    51 #ifdef COMPILER1
    57 #ifdef COMPILER1
    52 #include "c1/c1_Runtime1.hpp"
    58 #include "c1/c1_Runtime1.hpp"
    53 #endif
    59 #endif
    54 
    60 
    55 unsigned int align_code_offset(int offset) {
    61 unsigned int align_code_offset(int offset) {