src/hotspot/share/gc/shared/jvmFlagConstraintsGC.hpp
branchepsilon-gc-branch
changeset 56533 28a4f284ad83
parent 56508 f67f588ebf15
parent 49982 9042ffe5b7fe
--- a/src/hotspot/share/gc/shared/jvmFlagConstraintsGC.hpp	Thu May 03 22:30:08 2018 +0200
+++ b/src/hotspot/share/gc/shared/jvmFlagConstraintsGC.hpp	Fri May 04 19:16:56 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