src/hotspot/share/oops/accessBackend.inline.hpp
changeset 49722 a47d1e21b3f1
parent 49592 77fb0be7d19f
child 50389 7e8c0409a747
equal deleted inserted replaced
49721:ea0cc7c74e75 49722:a47d1e21b3f1
   314   assert(MinObjAlignmentInBytes >= BytesPerLong, "objects misaligned");
   314   assert(MinObjAlignmentInBytes >= BytesPerLong, "objects misaligned");
   315   AccessInternal::arraycopy_conjoint_atomic(reinterpret_cast<jlong*>((oopDesc*)src),
   315   AccessInternal::arraycopy_conjoint_atomic(reinterpret_cast<jlong*>((oopDesc*)src),
   316                                             reinterpret_cast<jlong*>((oopDesc*)dst),
   316                                             reinterpret_cast<jlong*>((oopDesc*)dst),
   317                                             align_object_size(size) / HeapWordsPerLong);
   317                                             align_object_size(size) / HeapWordsPerLong);
   318   // Clear the header
   318   // Clear the header
   319   dst->init_mark();
   319   dst->init_mark_raw();
   320 }
   320 }
   321 
   321 
   322 #endif // SHARE_VM_RUNTIME_ACCESSBACKEND_INLINE_HPP
   322 #endif // SHARE_VM_RUNTIME_ACCESSBACKEND_INLINE_HPP