hotspot/src/share/vm/oops/oop.inline.hpp
changeset 8107 78e5bd944384
parent 8076 96d498ec7ae1
child 8725 8c1e3dd5fe1b
equal deleted inserted replaced
8076:96d498ec7ae1 8107:78e5bd944384
    50 # include "bytes_sparc.hpp"
    50 # include "bytes_sparc.hpp"
    51 #endif
    51 #endif
    52 #ifdef TARGET_ARCH_zero
    52 #ifdef TARGET_ARCH_zero
    53 # include "bytes_zero.hpp"
    53 # include "bytes_zero.hpp"
    54 #endif
    54 #endif
       
    55 #ifdef TARGET_ARCH_arm
       
    56 # include "bytes_arm.hpp"
       
    57 #endif
       
    58 #ifdef TARGET_ARCH_ppc
       
    59 # include "bytes_ppc.hpp"
       
    60 #endif
    55 
    61 
    56 // Implementation of all inlined member functions defined in oop.hpp
    62 // Implementation of all inlined member functions defined in oop.hpp
    57 // We need a separate file to avoid circular references
    63 // We need a separate file to avoid circular references
    58 
    64 
    59 inline void oopDesc::release_set_mark(markOop m) {
    65 inline void oopDesc::release_set_mark(markOop m) {