hotspot/src/share/vm/gc_implementation/g1/concurrentG1Refine.cpp
changeset 26160 aba6b01cb988
parent 24104 febf9363fb68
child 26932 33d6fa41d290
equal deleted inserted replaced
26159:6033a6fc63cc 26160:aba6b01cb988
    79   } else {
    79   } else {
    80     _thread_threshold_step = G1ConcRefinementThresholdStep;
    80     _thread_threshold_step = G1ConcRefinementThresholdStep;
    81   }
    81   }
    82 }
    82 }
    83 
    83 
    84 void ConcurrentG1Refine::init() {
    84 void ConcurrentG1Refine::init(G1RegionToSpaceMapper* card_counts_storage) {
    85   _hot_card_cache.initialize();
    85   _hot_card_cache.initialize(card_counts_storage);
    86 }
    86 }
    87 
    87 
    88 void ConcurrentG1Refine::stop() {
    88 void ConcurrentG1Refine::stop() {
    89   if (_threads != NULL) {
    89   if (_threads != NULL) {
    90     for (uint i = 0; i < _n_threads; i++) {
    90     for (uint i = 0; i < _n_threads; i++) {