8071931: Return of the phantom menace
authorkbarrett
Mon, 09 Feb 2015 13:30:30 -0500
changeset 29872 f7c7fb04a0d7
parent 29871 77e7fe063568
child 29873 09af07f9398c
8071931: Return of the phantom menace Reviewed-by: mchung, dfuchs, ahgross, brutisso
hotspot/src/share/vm/memory/referenceProcessor.cpp
--- 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);
   }