< prev index next >

src/hotspot/share/gc/shared/barrierSetConfig.inline.hpp

Print this page

        

@@ -37,7 +37,10 @@
 #include "gc/g1/g1BarrierSet.inline.hpp"
 #endif
 #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
< prev index next >