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

src/share/vm/gc_implementation/shared/allocationStats.hpp

Print this page
rev 5732 : [mq]: comments2

*** 47,57 **** // between sweeps. Our current estimate for demand for blocks of // this size is then simply computed as the product of these two // estimates. AdaptivePaddedAverage _demand_rate_estimate; ! ssize_t _desired; // Demand stimate computed as described above ssize_t _coal_desired; // desired +/- small-percent for tuning coalescing ssize_t _surplus; // count - (desired +/- small-percent), // used to tune splitting in best fit ssize_t _bfr_surp; // surplus at start of current sweep --- 47,57 ---- // between sweeps. Our current estimate for demand for blocks of // this size is then simply computed as the product of these two // estimates. AdaptivePaddedAverage _demand_rate_estimate; ! ssize_t _desired; // Demand estimate computed as described above ssize_t _coal_desired; // desired +/- small-percent for tuning coalescing ssize_t _surplus; // count - (desired +/- small-percent), // used to tune splitting in best fit ssize_t _bfr_surp; // surplus at start of current sweep
src/share/vm/gc_implementation/shared/allocationStats.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File