hotspot/src/share/vm/gc/g1/g1CollectedHeap.cpp
changeset 32744 3628aefe13d5
parent 32738 a1adf25202fd
child 32818 87014063ec81
equal deleted inserted replaced
32743:d7885016746a 32744:3628aefe13d5
  4100         gclog_or_tty->print_cr("\nBefore choosing collection set.\nYoung_list:");
  4100         gclog_or_tty->print_cr("\nBefore choosing collection set.\nYoung_list:");
  4101         _young_list->print();
  4101         _young_list->print();
  4102         g1_policy()->print_collection_set(g1_policy()->inc_cset_head(), gclog_or_tty);
  4102         g1_policy()->print_collection_set(g1_policy()->inc_cset_head(), gclog_or_tty);
  4103 #endif // YOUNG_LIST_VERBOSE
  4103 #endif // YOUNG_LIST_VERBOSE
  4104 
  4104 
  4105         g1_policy()->finalize_cset(target_pause_time_ms);
  4105         double time_remaining_ms = g1_policy()->finalize_young_cset_part(target_pause_time_ms);
       
  4106         g1_policy()->finalize_old_cset_part(time_remaining_ms);
  4106 
  4107 
  4107         evacuation_info.set_collectionset_regions(g1_policy()->cset_region_length());
  4108         evacuation_info.set_collectionset_regions(g1_policy()->cset_region_length());
  4108 
  4109 
  4109         register_humongous_regions_with_cset();
  4110         register_humongous_regions_with_cset();
  4110 
  4111