src/share/vm/gc_implementation/shared/gcUtil.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/gc_implementation/shared/gcUtil.hpp	Wed Jan 15 01:41:34 2014
--- new/src/share/vm/gc_implementation/shared/gcUtil.hpp	Wed Jan 15 01:41:34 2014

*** 208,218 **** --- 208,218 ---- LinearLeastSquareFit(unsigned weight); void update(double x, double y); double y(double x); double slope() { return _slope; } // Methods to decide if a change in the dependent variable will ! // achive a desired goal. Note that these methods are not ! // achieve a desired goal. Note that these methods are not // complementary and both are needed. bool decrement_will_decrease(); bool increment_will_decrease(); };

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