# HG changeset patch # User kbarrett # Date 1423506630 18000 # Node ID 019468a8a8f09295ae44d06c71087225a9ec5dbd # Parent 12a630a36c540635a783aa5ded154cdcd080a351 8071931: Return of the phantom menace Reviewed-by: mchung, dfuchs, ahgross, brutisso diff -r 12a630a36c54 -r 019468a8a8f0 src/share/vm/memory/referenceProcessor.cpp --- a/src/share/vm/memory/referenceProcessor.cpp Mon Feb 09 13:05:49 2015 -0600 +++ b/src/share/vm/memory/referenceProcessor.cpp Mon Feb 09 13:30:30 2015 -0500 @@ -256,7 +256,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); }