diff src/share/vm/memory/referenceProcessor.cpp @ 21858:35c7330b68e2 jdk8u45-b08

8071931: Return of the phantom menace Reviewed-by: mchung, dfuchs, ahgross, brutisso
author kbarrett
date Mon, 09 Feb 2015 13:30:30 -0500
parents c2844108a708
children 12dcf5ba8b34
line wrap: on
line diff
--- 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);
   }