--- old/src/share/vm/runtime/globals.hpp 2016-03-29 11:56:21.398007814 -0700 +++ new/src/share/vm/runtime/globals.hpp 2016-03-29 11:56:21.242007819 -0700 @@ -1621,6 +1621,7 @@ "The number of cards in each chunk of the parallel chunks used " \ "during card table scanning") \ range(1, max_intx) \ + constraint(ParGCCardsPerStrideChunkConstraintFunc,AfterMemoryInit)\ \ product(uintx, OldPLABWeight, 50, \ "Percentage (0-100) used to weight the current sample when " \