changeset 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 4b2830dcf178
children 35d8318de0b6
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	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);
   }