--- old/src/hotspot/share/gc/shared/barrierSetConfig.hpp 2018-06-06 18:21:20.375371900 +0200 +++ new/src/hotspot/share/gc/shared/barrierSetConfig.hpp 2018-06-06 18:21:20.135371953 +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) \