< prev index next >

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

Print this page
rev 49911 : imported patch removeAllGCs

@@ -25,13 +25,17 @@
 #ifndef SHARE_GC_SHARED_COMMANDLINEFLAGCONSTRAINTSGC_HPP
 #define SHARE_GC_SHARED_COMMANDLINEFLAGCONSTRAINTSGC_HPP
 
 #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
 
 /*
  * Here we have GC arguments constraints functions, which are called automatically
< prev index next >