comparison src/share/vm/gc_implementation/concurrentMarkSweep/cmsAdaptiveSizePolicy.hpp @ 14909:4ca6dc0799b6

Backout jdk9 merge
author Gilles Duboscq <duboscq@ssw.jku.at>
date Tue, 01 Apr 2014 13:57:07 +0200
parents 63a4eb8bcd23
children
comparison
equal deleted inserted replaced
14908:8db6e76cb658 14909:4ca6dc0799b6
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 precleaning 359 // is used for both the precleaning an abortable precleaing
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.