--- old/src/hotspot/share/gc/shared/barrierSetConfig.hpp 2018-06-11 09:34:15.739010144 +0200 +++ new/src/hotspot/share/gc/shared/barrierSetConfig.hpp 2018-06-11 09:34:15.519009536 +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) \