comparison src/share/vm/memory/tenuredGeneration.cpp @ 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 de6a9e811145
children 4ca6dc0799b6
comparison
equal deleted inserted replaced
14308:870aedf4ba4f 14309:63a4eb8bcd23
133 gclog_or_tty->print_cr("TenuredGeneration::should_collect: because" 133 gclog_or_tty->print_cr("TenuredGeneration::should_collect: because"
134 " free(): " SIZE_FORMAT, 134 " free(): " SIZE_FORMAT,
135 free()); 135 free());
136 } 136 }
137 } 137 }
138 // If we had to expand to accomodate promotions from younger generations 138 // If we had to expand to accommodate promotions from younger generations
139 if (!result && _capacity_at_prologue < capacity()) { 139 if (!result && _capacity_at_prologue < capacity()) {
140 result = true; 140 result = true;
141 if (PrintGC && Verbose) { 141 if (PrintGC && Verbose) {
142 gclog_or_tty->print_cr("TenuredGeneration::should_collect: because" 142 gclog_or_tty->print_cr("TenuredGeneration::should_collect: because"
143 "_capacity_at_prologue: " SIZE_FORMAT " < capacity(): " SIZE_FORMAT, 143 "_capacity_at_prologue: " SIZE_FORMAT " < capacity(): " SIZE_FORMAT,