--- old/src/hotspot/share/gc/shared/barrierSetConfig.inline.hpp 2018-05-07 16:47:11.657825997 +0200 +++ new/src/hotspot/share/gc/shared/barrierSetConfig.inline.hpp 2018-05-07 16:47:11.489741997 +0200 @@ -33,5 +33,8 @@ #if INCLUDE_G1GC #include "gc/g1/g1BarrierSet.inline.hpp" // G1 support #endif +#if INCLUDE_EPSILONGC +#include "gc/epsilon/epsilonBarrierSet.hpp" // Epsilon support +#endif #endif // SHARE_VM_GC_SHARED_BARRIERSETCONFIG_INLINE_HPP