# HG changeset patch # User kbarrett # Date 1423506630 18000 # Node ID 35c7330b68e21d0dfaaedaaf74b794fd10606e9c # Parent 4b2830dcf178ac2d933aa04db5c3b9d0b2ec928e 8071931: Return of the phantom menace Reviewed-by: mchung, dfuchs, ahgross, brutisso diff -r 4b2830dcf178 -r 35c7330b68e2 src/share/vm/memory/referenceProcessor.cpp --- a/src/share/vm/memory/referenceProcessor.cpp Fri Jan 30 10:40:08 2015 +0100 +++ 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); }