src/hotspot/share/gc/shared/jvmFlagConstraintsGC.cpp
changeset 54982 b18c8301b8c2
parent 54678 93f09ca4a7f8
child 55283 4556dd808daa
child 58678 9cf78a70fa4f
equal deleted inserted replaced
54981:0b56fc0448ec 54982:b18c8301b8c2
    43 #include "gc/g1/jvmFlagConstraintsG1.hpp"
    43 #include "gc/g1/jvmFlagConstraintsG1.hpp"
    44 #endif
    44 #endif
    45 #if INCLUDE_PARALLELGC
    45 #if INCLUDE_PARALLELGC
    46 #include "gc/parallel/jvmFlagConstraintsParallel.hpp"
    46 #include "gc/parallel/jvmFlagConstraintsParallel.hpp"
    47 #endif
    47 #endif
    48 #ifdef COMPILER1
       
    49 #include "c1/c1_globals.hpp"
       
    50 #endif // COMPILER1
       
    51 #ifdef COMPILER2
       
    52 #include "opto/c2_globals.hpp"
       
    53 #endif // COMPILER2
       
    54 
    48 
    55 // Some flags that have default values that indicate that the
    49 // Some flags that have default values that indicate that the
    56 // JVM should automatically determine an appropriate value
    50 // JVM should automatically determine an appropriate value
    57 // for that flag.  In those cases it is only appropriate for the
    51 // for that flag.  In those cases it is only appropriate for the
    58 // constraint checking to be done if the user has specified the
    52 // constraint checking to be done if the user has specified the