< prev index next >

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

Print this page

        

@@ -28,11 +28,12 @@
 #include "utilities/macros.hpp"
 
 // 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))                         \
+  ZGC_ONLY(f(ZBarrierSet))
 
 #define FOR_EACH_ABSTRACT_BARRIER_SET_DO(f)          \
   f(ModRef)
 
 // Do something for each known barrier set.
< prev index next >