src/share/vm/oops/oop.inline.hpp

Print this page
rev 6670 : 8049325: Introduce and clean up umbrella headers for the files in the cpu subdirectories.
Reviewed-by: lfoltan, coleenp, dholmes

*** 40,64 **** #include "oops/oop.hpp" #include "runtime/atomic.inline.hpp" #include "runtime/orderAccess.inline.hpp" #include "runtime/os.hpp" #include "utilities/macros.hpp" - #ifdef TARGET_ARCH_x86 - # include "bytes_x86.hpp" - #endif - #ifdef TARGET_ARCH_sparc - # include "bytes_sparc.hpp" - #endif - #ifdef TARGET_ARCH_zero - # include "bytes_zero.hpp" - #endif - #ifdef TARGET_ARCH_arm - # include "bytes_arm.hpp" - #endif - #ifdef TARGET_ARCH_ppc - # include "bytes_ppc.hpp" - #endif // Implementation of all inlined member functions defined in oop.hpp // We need a separate file to avoid circular references inline void oopDesc::release_set_mark(markOop m) { --- 40,49 ----