mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 18:44:38 +02:00
8240592: HeapRegionManager::rebuild_free_list logs 0s for the estimated free regions before
Reviewed-by: sjohanss, kbarrett
This commit is contained in:
parent
95a497ae9f
commit
f0cd9dd5c4
1 changed files with 2 additions and 2 deletions
|
@ -680,8 +680,8 @@ void HeapRegionManager::rebuild_free_list(WorkGang* workers) {
|
|||
uint const num_workers = clamp(max_length(), 1u, workers->active_workers());
|
||||
G1RebuildFreeListTask task(this, num_workers);
|
||||
|
||||
log_debug(gc, ergo)("Running %s using %u workers for rebuilding free list of %u (%u) regions",
|
||||
task.name(), num_workers, num_free_regions(), max_length());
|
||||
log_debug(gc, ergo)("Running %s using %u workers for rebuilding free list of regions",
|
||||
task.name(), num_workers);
|
||||
workers->run_task(&task, num_workers);
|
||||
|
||||
// Link the partial free lists together.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue