changeset 4095:45dba7860923

8071931: Return of the phantom menace Reviewed-by: mchung, dfuchs, ahgross, brutisso
author kbarrett
date Wed, 08 Apr 2015 16:16:53 +0100
parents 25eda128a4c0
children a3e8efb1f4a0
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	Mon Feb 09 13:05:49 2015 -0600
+++ b/src/share/vm/memory/referenceProcessor.cpp	Wed Apr 08 16:16:53 2015 +0100
@@ -233,7 +233,7 @@
     // Process cleaners, but include them in phantom statistics.  We expect
     // Cleaner references to be temporary, and don't want to deal with
     // possible incompatibilities arising from making it more visible.
-    process_discovered_reflist(_discoveredCleanerRefs, NULL, false,
+    process_discovered_reflist(_discoveredCleanerRefs, NULL, true,
                                is_alive, keep_alive, complete_gc, task_executor);
   }