mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8202021: Improve variable naming in ReferenceProcesso
Reviewed-by: sangheki, sjohanss
This commit is contained in:
parent
73771f97e9
commit
deb5bf745f
14 changed files with 111 additions and 112 deletions
|
@ -516,7 +516,7 @@ void GenCollectedHeap::collect_generation(Generation* gen, bool full, size_t siz
|
|||
}
|
||||
gen->collect(full, clear_soft_refs, size, is_tlab);
|
||||
if (!rp->enqueuing_is_done()) {
|
||||
ReferenceProcessorPhaseTimes pt(NULL, rp->num_q());
|
||||
ReferenceProcessorPhaseTimes pt(NULL, rp->num_queues());
|
||||
rp->enqueue_discovered_references(NULL, &pt);
|
||||
pt.print_enqueue_phase();
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue