hotspot/src/share/vm/memory/referenceProcessor.cpp
changeset 29872 f7c7fb04a0d7
parent 29807 c6217428f47f
child 30579 5208524ce05c
--- 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);
   }