src/share/vm/gc_implementation/g1/g1CollectorPolicy.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/gc_implementation/g1/g1CollectorPolicy.hpp	Mon Sep 30 21:36:04 2013
--- new/src/share/vm/gc_implementation/g1/g1CollectorPolicy.hpp	Mon Sep 30 21:36:04 2013

*** 114,124 **** --- 114,124 ---- // collection. // // 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 ! // 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.) class G1YoungGenSizer : public CHeapObj<mtGC> { private:
*** 215,225 **** --- 215,224 ---- bool during_marking() { return _during_marking; } private: enum PredictionConstants { TruncatedSeqLength = 10 }; TruncatedSeq* _alloc_rate_ms_seq;

src/share/vm/gc_implementation/g1/g1CollectorPolicy.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File