comparison src/share/vm/gc_implementation/concurrentMarkSweep/cmsAdaptiveSizePolicy.hpp @ 605:98cb887364d3

6810672: Comment typos Summary: I have collected some typos I have found while looking at the code. Reviewed-by: kvn, never
author twisti
date Fri, 27 Feb 2009 13:27:09 -0800
parents a61af66fc99e
children c18cbe5936b8
comparison
equal deleted inserted replaced
604:ec59443af135 605:98cb887364d3
391 } 391 }
392 392
393 // Restarts the concurrent phases timer. 393 // Restarts the concurrent phases timer.
394 void concurrent_phases_resume(); 394 void concurrent_phases_resume();
395 395
396 // Time begining and end of the marking phase for 396 // Time beginning and end of the marking phase for
397 // a synchronous MS collection. A MS collection 397 // a synchronous MS collection. A MS collection
398 // that finishes in the foreground can have started 398 // that finishes in the foreground can have started
399 // in the background. These methods capture the 399 // in the background. These methods capture the
400 // completion of the marking (after the initial 400 // completion of the marking (after the initial
401 // marking) that is done in the foreground. 401 // marking) that is done in the foreground.