src/share/vm/gc_implementation/concurrentMarkSweep/cmsAdaptiveSizePolicy.hpp

changeset 1040
98cb887364d3
parent 435
a61af66fc99e
child 1907
c18cbe5936b8
equal deleted inserted replaced
1039:ec59443af135 1040: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.

mercurial