mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-23 12:34:32 +02:00
8057818: collect allocation context statistics at gc pauses
Reviewed-by: mikael, jmasa
This commit is contained in:
parent
0856ec5961
commit
40155ae18d
5 changed files with 19 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue