src/hotspot/share/gc/shared/barrierSetConfig.inline.hpp
changeset 49982 9042ffe5b7fe
parent 49455 848864ed9b17
child 50523 7b7c75d87f9b
child 56533 28a4f284ad83
--- a/src/hotspot/share/gc/shared/barrierSetConfig.inline.hpp	Fri May 04 09:29:14 2018 +0200
+++ b/src/hotspot/share/gc/shared/barrierSetConfig.inline.hpp	Fri May 04 11:41:35 2018 +0200
@@ -30,7 +30,7 @@
 #include "gc/shared/modRefBarrierSet.inline.hpp"
 #include "gc/shared/cardTableBarrierSet.inline.hpp"
 
-#if INCLUDE_ALL_GCS
+#if INCLUDE_G1GC
 #include "gc/g1/g1BarrierSet.inline.hpp" // G1 support
 #endif