< prev index next >

src/hotspot/share/gc/shared/preservedMarks.inline.hpp

Print this page
*** 55,9 ***
               // waste of space most of the time). So we set the max
               // cache size to 0.
               0 /* max_cache_size */) { }
  
  void PreservedMark::set_mark() const {
!   _o->set_mark(_m);
  }
  
  #endif // SHARE_GC_SHARED_PRESERVEDMARKS_INLINE_HPP
--- 55,9 ---
               // waste of space most of the time). So we set the max
               // cache size to 0.
               0 /* max_cache_size */) { }
  
  void PreservedMark::set_mark() const {
!   _o->set_mark(_m.copy_hashctrl_from(_o->mark()));
  }
  
  #endif // SHARE_GC_SHARED_PRESERVEDMARKS_INLINE_HPP
< prev index next >