--- old/src/share/vm/runtime/commandLineFlagConstraintsGC.hpp 2016-03-28 09:56:11.493268626 -0700 +++ new/src/share/vm/runtime/commandLineFlagConstraintsGC.hpp 2016-03-28 09:56:11.361268631 -0700 @@ -56,6 +56,7 @@ #endif // INCLUDE_ALL_GCS Flag::Error ParGCStridesPerThreadConstraintFunc(uintx value, bool verbose); +Flag::Error ParGCCardsPerStrideChunkConstraintFunc(intx value, bool verbose); Flag::Error CMSOldPLABMinConstraintFunc(size_t value, bool verbose); Flag::Error CMSOldPLABMaxConstraintFunc(size_t value, bool verbose); Flag::Error MarkStackSizeConstraintFunc(size_t value, bool verbose);