# HG changeset patch # User kbarrett # Date 1423506630 18000 # Node ID 5bfc99e61dca706cf2a3b268c5201fa2b0838578 # Parent 79a7d663414bcfce20e34fb6e98d11177932672b 8071931: Return of the phantom menace Reviewed-by: mchung, dfuchs, ahgross, brutisso diff -r 79a7d663414b -r 5bfc99e61dca src/share/vm/memory/referenceProcessor.cpp --- a/src/share/vm/memory/referenceProcessor.cpp Wed Jan 28 21:47:04 2015 -0800 +++ b/src/share/vm/memory/referenceProcessor.cpp Mon Feb 09 13:30:30 2015 -0500 @@ -252,7 +252,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); }