< prev index next >

src/share/vm/gc/shared/barrierSet.inline.hpp

Print this page

        

*** 25,34 **** --- 25,35 ---- #ifndef SHARE_VM_GC_SHARED_BARRIERSET_INLINE_HPP #define SHARE_VM_GC_SHARED_BARRIERSET_INLINE_HPP #include "gc/shared/barrierSet.hpp" #include "gc/shared/cardTableModRefBS.inline.hpp" + #include "utilities/align.hpp" // Inline functions of BarrierSet, which de-virtualize certain // performance-critical calls when the barrier is the most common // card-table kind.
< prev index next >