--- old/src/hotspot/share/gc/shared/barrierSetConfig.hpp 2018-05-07 16:47:11.161577993 +0200 +++ new/src/hotspot/share/gc/shared/barrierSetConfig.hpp 2018-05-07 16:47:11.001497993 +0200 @@ -30,7 +30,8 @@ // Do something for each concrete barrier set part of the build. #define FOR_EACH_CONCRETE_BARRIER_SET_DO(f) \ f(CardTableBarrierSet) \ - G1GC_ONLY(f(G1BarrierSet)) + G1GC_ONLY(f(G1BarrierSet)) \ + EPSILONGC_ONLY(f(EpsilonBarrierSet)) #define FOR_EACH_ABSTRACT_BARRIER_SET_DO(f) \ f(ModRef)