comparison src/share/vm/oops/oop.inline.hpp @ 2192:b92c45f2bc75

7016023: Enable building ARM and PPC from src/closed repository Reviewed-by: dholmes, bdelsart
author bobv
date Wed, 02 Feb 2011 11:35:26 -0500
parents 3582bf76420e
children 0cd39a385a72 c7f3d0b4570f
comparison
equal deleted inserted replaced
2177:3582bf76420e 2192:b92c45f2bc75
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) {