< prev index next >

src/share/vm/gc/shared/liveRange.hpp

Print this page
rev 8362 : [mq]: hotspot

*** 20,31 **** * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef SHARE_VM_GC_IMPLEMENTATION_SHARED_LIVERANGE_HPP ! #define SHARE_VM_GC_IMPLEMENTATION_SHARED_LIVERANGE_HPP #include "memory/memRegion.hpp" #include "utilities/copy.hpp" // This is a shared helper class used during phase 3 and 4 to move all the objects --- 20,31 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef SHARE_VM_GC_SHARED_LIVERANGE_HPP ! #define SHARE_VM_GC_SHARED_LIVERANGE_HPP #include "memory/memRegion.hpp" #include "utilities/copy.hpp" // This is a shared helper class used during phase 3 and 4 to move all the objects
*** 50,55 **** void move_to(HeapWord* destination) { Copy::aligned_conjoint_words(start(), destination, word_size()); } }; ! #endif // SHARE_VM_GC_IMPLEMENTATION_SHARED_LIVERANGE_HPP --- 50,55 ---- void move_to(HeapWord* destination) { Copy::aligned_conjoint_words(start(), destination, word_size()); } }; ! #endif // SHARE_VM_GC_SHARED_LIVERANGE_HPP
< prev index next >