8057818: collect allocation context statistics at gc pauses

Reviewed-by: mikael, jmasa
This commit is contained in:
John Coomes 2014-09-10 13:01:13 -07:00
parent 0856ec5961
commit 40155ae18d
5 changed files with 19 additions and 1 deletions

View file

@ -3334,6 +3334,7 @@ void ConcurrentMark::aggregate_count_data() {
} else {
g1_par_agg_task.work(0);
}
_g1h->allocation_context_stats().update_at_remark();
}
// Clear the per-worker arrays used to store the per-region counting data