mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 09:34:38 +02:00
8071931: Return of the phantom menace
Reviewed-by: mchung, dfuchs, ahgross, brutisso
This commit is contained in:
parent
4f7ab1448e
commit
10a50a853f
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ ReferenceProcessorStats ReferenceProcessor::process_discovered_references(
|
||||||
// Cleaner references to be temporary, and don't want to deal with
|
// Cleaner references to be temporary, and don't want to deal with
|
||||||
// possible incompatibilities arising from making it more visible.
|
// possible incompatibilities arising from making it more visible.
|
||||||
phantom_count +=
|
phantom_count +=
|
||||||
process_discovered_reflist(_discoveredCleanerRefs, NULL, false,
|
process_discovered_reflist(_discoveredCleanerRefs, NULL, true,
|
||||||
is_alive, keep_alive, complete_gc, task_executor);
|
is_alive, keep_alive, complete_gc, task_executor);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue