OpenJDK / jdk / hs
changeset 29872:f7c7fb04a0d7
8071931: Return of the phantom menace
Reviewed-by: mchung, dfuchs, ahgross, brutisso
author | kbarrett |
---|---|
date | Mon, 09 Feb 2015 13:30:30 -0500 |
parents | 77e7fe063568 |
children | 09af07f9398c |
files | hotspot/src/share/vm/memory/referenceProcessor.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/hotspot/src/share/vm/memory/referenceProcessor.cpp Fri Dec 19 11:48:50 2014 -0800 +++ b/hotspot/src/share/vm/memory/referenceProcessor.cpp Mon Feb 09 13:30:30 2015 -0500 @@ -250,7 +250,7 @@ // Cleaner references to be temporary, and don't want to deal with // possible incompatibilities arising from making it more visible. phantom_count += - process_discovered_reflist(_discoveredCleanerRefs, NULL, false, + process_discovered_reflist(_discoveredCleanerRefs, NULL, true, is_alive, keep_alive, complete_gc, task_executor); }