src/hotspot/share/gc/shared/jvmFlagConstraintsGC.hpp
changeset 49982 9042ffe5b7fe
parent 49902 3661f31c6df4
child 53244 9807daeb47c4
child 56532 a594484f54db
--- a/src/hotspot/share/gc/shared/jvmFlagConstraintsGC.hpp	Fri May 04 09:29:14 2018 +0200
+++ b/src/hotspot/share/gc/shared/jvmFlagConstraintsGC.hpp	Fri May 04 11:41:35 2018 +0200
@@ -27,9 +27,13 @@
 
 #include "utilities/globalDefinitions.hpp"
 #include "utilities/macros.hpp"
-#if INCLUDE_ALL_GCS
+#if INCLUDE_CMSGC
 #include "gc/cms/jvmFlagConstraintsCMS.hpp"
+#endif
+#if INCLUDE_G1GC
 #include "gc/g1/jvmFlagConstraintsG1.hpp"
+#endif
+#if INCLUDE_PARALLELGC
 #include "gc/parallel/jvmFlagConstraintsParallel.hpp"
 #endif