comparison src/share/vm/gc_implementation/parallelScavenge/psGCAdaptivePolicyCounters.hpp @ 14309:63a4eb8bcd23

8025856: Fix typos in the GC code Summary: Fix about 440 typos in comments in the VM code Reviewed-by: mgerdin, tschatzl, coleenp, kmo, jcoomes
author jwilhelm
date Thu, 23 Jan 2014 14:47:23 +0100
parents 14d3f71f831d
children 4ca6dc0799b6
comparison
equal deleted inserted replaced
14308:870aedf4ba4f 14309:63a4eb8bcd23
193 _full_follows_scavenge->set_value(event); 193 _full_follows_scavenge->set_value(event);
194 } 194 }
195 195
196 // Update all the counters that can be updated from the size policy. 196 // Update all the counters that can be updated from the size policy.
197 // This should be called after all policy changes have been made 197 // This should be called after all policy changes have been made
198 // and reflected internall in the size policy. 198 // and reflected internally in the size policy.
199 void update_counters_from_policy(); 199 void update_counters_from_policy();
200 200
201 // Update counters that can be updated from fields internal to the 201 // Update counters that can be updated from fields internal to the
202 // counter or from globals. This is distinguished from counters 202 // counter or from globals. This is distinguished from counters
203 // that are updated via input parameters. 203 // that are updated via input parameters.