--- old/src/hotspot/share/gc/shared/barrierSetConfig.hpp 2018-04-26 19:34:14.113536704 +0200 +++ new/src/hotspot/share/gc/shared/barrierSetConfig.hpp 2018-04-26 19:34:13.901430703 +0200 @@ -29,7 +29,8 @@ #if INCLUDE_ALL_GCS #define FOR_EACH_CONCRETE_INCLUDE_ALL_GC_BARRIER_SET_DO(f) \ - f(G1BarrierSet) + f(G1BarrierSet) \ + f(Epsilon) #else #define FOR_EACH_CONCRETE_INCLUDE_ALL_GC_BARRIER_SET_DO(f) #endif