Searched refs:verify_young_ages (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectorPolicy.hpp284 bool verify_young_ages(HeapRegion* head, SurvRateGroup *surv_rate_group);
314 bool verify_young_ages();
H A Dg1CollectorPolicy.cpp701 bool G1CollectorPolicy::verify_young_ages() { function in class:G1CollectorPolicy
704 verify_young_ages(head, _short_lived_surv_rate_group);
705 // also call verify_young_ages on any additional surv rate groups
709 G1CollectorPolicy::verify_young_ages(HeapRegion* head, function in class:G1CollectorPolicy
820 assert( verify_young_ages(), "region age verification" );

Completed in 38 milliseconds