< prev index next >

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

Print this page
rev 49911 : imported patch removeAllGCs

*** 25,37 **** #ifndef SHARE_GC_SHARED_COMMANDLINEFLAGCONSTRAINTSGC_HPP #define SHARE_GC_SHARED_COMMANDLINEFLAGCONSTRAINTSGC_HPP #include "utilities/globalDefinitions.hpp" #include "utilities/macros.hpp" ! #if INCLUDE_ALL_GCS #include "gc/cms/jvmFlagConstraintsCMS.hpp" #include "gc/g1/jvmFlagConstraintsG1.hpp" #include "gc/parallel/jvmFlagConstraintsParallel.hpp" #endif /* * Here we have GC arguments constraints functions, which are called automatically --- 25,41 ---- #ifndef SHARE_GC_SHARED_COMMANDLINEFLAGCONSTRAINTSGC_HPP #define SHARE_GC_SHARED_COMMANDLINEFLAGCONSTRAINTSGC_HPP #include "utilities/globalDefinitions.hpp" #include "utilities/macros.hpp" ! #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 >