--- old/src/hotspot/share/gc/shared/barrierSetConfig.inline.hpp 2018-11-26 21:29:45.827260480 +0100 +++ new/src/hotspot/share/gc/shared/barrierSetConfig.inline.hpp 2018-11-26 21:29:45.678261794 +0100 @@ -39,5 +39,8 @@ #if INCLUDE_ZGC #include "gc/z/zBarrierSet.inline.hpp" #endif +#if INCLUDE_SHENANDOAHGC +#include "gc/shenandoah/shenandoahBarrierSet.inline.hpp" +#endif #endif // SHARE_VM_GC_SHARED_BARRIERSETCONFIG_INLINE_HPP