8071931: Return of the phantom menace
Reviewed-by: mchung, dfuchs, ahgross, brutisso
--- 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);
}