--- old/src/share/vm/gc/g1/g1_globals.hpp 2015-07-15 00:06:56.356868046 -0700 +++ new/src/share/vm/gc/g1/g1_globals.hpp 2015-07-15 00:06:56.268868043 -0700 @@ -252,12 +252,12 @@ "Percentage (0-100) of the heap size to use as default " \ " maximum young gen size.") \ range(0, 100) \ - constraint(G1MaxNewSizePercentConstraintFunc) \ + constraint(G1MaxNewSizePercentConstraintFunc,AfterParse) \ \ experimental(uintx, G1NewSizePercent, 5, \ "Percentage (0-100) of the heap size to use as default " \ "minimum young gen size.") \ - constraint(G1NewSizePercentConstraintFunc) \ + constraint(G1NewSizePercentConstraintFunc,AfterParse) \ \ experimental(uintx, G1MixedGCLiveThresholdPercent, 85, \ "Threshold for regions to be considered for inclusion in the " \