< prev index next >

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

Print this page

        

*** 28,37 **** --- 28,38 ---- #include "utilities/macros.hpp" // Do something for each concrete barrier set part of the build. #define FOR_EACH_CONCRETE_BARRIER_SET_DO(f) \ f(CardTableBarrierSet) \ + EPSILONGC_ONLY(f(EpsilonBarrierSet)) \ G1GC_ONLY(f(G1BarrierSet)) #define FOR_EACH_ABSTRACT_BARRIER_SET_DO(f) \ f(ModRef)
< prev index next >