< prev index next >

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

Print this page

        

*** 31,37 **** --- 31,40 ---- #include "gc/shared/cardTableBarrierSet.inline.hpp" #if INCLUDE_G1GC #include "gc/g1/g1BarrierSet.inline.hpp" // G1 support #endif + #if INCLUDE_EPSILONGC + #include "gc/epsilon/epsilonBarrierSet.hpp" // Epsilon support + #endif #endif // SHARE_VM_GC_SHARED_BARRIERSETCONFIG_INLINE_HPP
< prev index next >