comparison src/share/vm/gc_implementation/concurrentMarkSweep/cmsAdaptiveSizePolicy.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
354 // saves the time for a phase in the end methods. 354 // saves the time for a phase in the end methods.
355 void concurrent_marking_end(); 355 void concurrent_marking_end();
356 void concurrent_sweeping_begin(); 356 void concurrent_sweeping_begin();
357 void concurrent_sweeping_end(); 357 void concurrent_sweeping_end();
358 // Similar to the above (e.g., concurrent_marking_end()) and 358 // Similar to the above (e.g., concurrent_marking_end()) and
359 // is used for both the precleaning an abortable precleaing 359 // is used for both the precleaning an abortable precleaning
360 // phases. 360 // phases.
361 void concurrent_precleaning_begin(); 361 void concurrent_precleaning_begin();
362 void concurrent_precleaning_end(); 362 void concurrent_precleaning_end();
363 // Stops the concurrent phases time. Gathers 363 // Stops the concurrent phases time. Gathers
364 // information and resets the timer. 364 // information and resets the timer.