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

src/share/vm/gc_implementation/parallelScavenge/psGCAdaptivePolicyCounters.hpp

Print this page
rev 5732 : [mq]: comments2

*** 193,203 **** _full_follows_scavenge->set_value(event); } // Update all the counters that can be updated from the size policy. // This should be called after all policy changes have been made ! // and reflected internall in the size policy. void update_counters_from_policy(); // Update counters that can be updated from fields internal to the // counter or from globals. This is distinguished from counters // that are updated via input parameters. --- 193,203 ---- _full_follows_scavenge->set_value(event); } // Update all the counters that can be updated from the size policy. // This should be called after all policy changes have been made ! // and reflected internally in the size policy. void update_counters_from_policy(); // Update counters that can be updated from fields internal to the // counter or from globals. This is distinguished from counters // that are updated via input parameters.
src/share/vm/gc_implementation/parallelScavenge/psGCAdaptivePolicyCounters.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File