--- old/src/share/vm/gc_implementation/g1/g1CollectorPolicy.hpp 2013-09-19 22:29:04.000000000 +0200 +++ new/src/share/vm/gc_implementation/g1/g1CollectorPolicy.hpp 2013-09-19 22:29:04.000000000 +0200 @@ -116,7 +116,7 @@ // If only -XX:NewRatio is set we should use the specified ratio of the heap // as both min and max. This will be interpreted as "fixed" just like the // NewSize==MaxNewSize case above. But we will update the min and max -// everytime the heap size changes. +// every time the heap size changes. // // NewSize and MaxNewSize override NewRatio. So, NewRatio is ignored if it is // combined with either NewSize or MaxNewSize. (A warning message is printed.) @@ -217,7 +217,6 @@ return _during_marking; } -private: enum PredictionConstants { TruncatedSeqLength = 10 };