changeset 8489:5bfc99e61dca

8071931: Return of the phantom menace Reviewed-by: mchung, dfuchs, ahgross, brutisso
author kbarrett
date Mon, 09 Feb 2015 13:30:30 -0500
parents 79a7d663414b
children 4ee0e13da402
files src/share/vm/memory/referenceProcessor.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/vm/memory/referenceProcessor.cpp	Wed Jan 28 21:47:04 2015 -0800
+++ 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);
   }