Searched refs:cset_region_length (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectorPolicy.hpp422 uint cset_region_length() { return young_cset_region_length() + function in class:G1CollectorPolicy
H A Dg1CollectorPolicy.cpp911 assert(_cur_collection_pause_used_regions_at_start >= cset_region_length(),
914 _cur_collection_pause_used_regions_at_start - cset_region_length();
2111 evacuation_info.set_collectionset_regions(cset_region_length());
H A Dg1CollectedHeap.cpp2962 uint cs_size = g1_policy()->cset_region_length();

Completed in 70 milliseconds