src/hotspot/share/gc/g1/g1RemSet.cpp
changeset 53986 9ad20fd52b19
parent 53985 0da5c17f5e43
child 54110 f4f0dce5d0bb
equal deleted inserted replaced
53985:0da5c17f5e43 53986:9ad20fd52b19
   528 
   528 
   529   _scan_state->reset();
   529   _scan_state->reset();
   530 }
   530 }
   531 
   531 
   532 void G1RemSet::cleanup_after_oops_into_collection_set_do() {
   532 void G1RemSet::cleanup_after_oops_into_collection_set_do() {
   533   G1GCPhaseTimes* phase_times = _g1h->policy()->phase_times();
   533   G1GCPhaseTimes* phase_times = _g1h->phase_times();
   534 
   534 
   535   // Set all cards back to clean.
   535   // Set all cards back to clean.
   536   double start = os::elapsedTime();
   536   double start = os::elapsedTime();
   537   _scan_state->clear_card_table(_g1h->workers());
   537   _scan_state->clear_card_table(_g1h->workers());
   538   phase_times->record_clear_ct_time((os::elapsedTime() - start) * 1000.0);
   538   phase_times->record_clear_ct_time((os::elapsedTime() - start) * 1000.0);