# HG changeset patch # User kbarrett # Date 1423506630 18000 # Node ID f7c7fb04a0d7eaf1d2554d178fd4eb62fc14daea # Parent 77e7fe063568a03055c07ecdec6f7dde2e12fe71 8071931: Return of the phantom menace Reviewed-by: mchung, dfuchs, ahgross, brutisso diff -r 77e7fe063568 -r f7c7fb04a0d7 hotspot/src/share/vm/memory/referenceProcessor.cpp --- 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); }