diff -r 99f4d3b6d487 -r 7b7c75d87f9b src/hotspot/share/gc/shared/barrierSetConfig.hpp --- a/src/hotspot/share/gc/shared/barrierSetConfig.hpp Tue Jun 12 18:30:52 2018 +0530 +++ b/src/hotspot/share/gc/shared/barrierSetConfig.hpp Tue Jun 12 15:03:00 2018 +0200 @@ -30,6 +30,7 @@ // 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) \