src/hotspot/share/gc/shared/jvmFlagConstraintsGC.hpp
branchhttp-client-branch
changeset 56532 a594484f54db
parent 56497 598e0c5b6f8c
parent 49982 9042ffe5b7fe
equal deleted inserted replaced
56531:15ff86a732ea 56532:a594484f54db
    25 #ifndef SHARE_GC_SHARED_COMMANDLINEFLAGCONSTRAINTSGC_HPP
    25 #ifndef SHARE_GC_SHARED_COMMANDLINEFLAGCONSTRAINTSGC_HPP
    26 #define SHARE_GC_SHARED_COMMANDLINEFLAGCONSTRAINTSGC_HPP
    26 #define SHARE_GC_SHARED_COMMANDLINEFLAGCONSTRAINTSGC_HPP
    27 
    27 
    28 #include "utilities/globalDefinitions.hpp"
    28 #include "utilities/globalDefinitions.hpp"
    29 #include "utilities/macros.hpp"
    29 #include "utilities/macros.hpp"
    30 #if INCLUDE_ALL_GCS
    30 #if INCLUDE_CMSGC
    31 #include "gc/cms/jvmFlagConstraintsCMS.hpp"
    31 #include "gc/cms/jvmFlagConstraintsCMS.hpp"
       
    32 #endif
       
    33 #if INCLUDE_G1GC
    32 #include "gc/g1/jvmFlagConstraintsG1.hpp"
    34 #include "gc/g1/jvmFlagConstraintsG1.hpp"
       
    35 #endif
       
    36 #if INCLUDE_PARALLELGC
    33 #include "gc/parallel/jvmFlagConstraintsParallel.hpp"
    37 #include "gc/parallel/jvmFlagConstraintsParallel.hpp"
    34 #endif
    38 #endif
    35 
    39 
    36 /*
    40 /*
    37  * Here we have GC arguments constraints functions, which are called automatically
    41  * Here we have GC arguments constraints functions, which are called automatically