< prev index next >

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

Print this page
rev 8362 : [mq]: hotspot

*** 20,33 **** * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef SHARE_VM_MEMORY_MODREFBARRIERSET_HPP ! #define SHARE_VM_MEMORY_MODREFBARRIERSET_HPP ! #include "memory/barrierSet.hpp" // This kind of "BarrierSet" allows a "CollectedHeap" to detect and // enumerate ref fields that have been modified (since the last // enumeration), using a card table. --- 20,33 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef SHARE_VM_GC_SHARED_MODREFBARRIERSET_HPP ! #define SHARE_VM_GC_SHARED_MODREFBARRIERSET_HPP ! #include "gc/shared/barrierSet.hpp" // This kind of "BarrierSet" allows a "CollectedHeap" to detect and // enumerate ref fields that have been modified (since the last // enumeration), using a card table.
*** 100,105 **** template<> struct BarrierSet::GetName<ModRefBarrierSet> { static const BarrierSet::Name value = BarrierSet::ModRef; }; ! #endif // SHARE_VM_MEMORY_MODREFBARRIERSET_HPP --- 100,105 ---- template<> struct BarrierSet::GetName<ModRefBarrierSet> { static const BarrierSet::Name value = BarrierSet::ModRef; }; ! #endif // SHARE_VM_GC_SHARED_MODREFBARRIERSET_HPP
< prev index next >