From 10a50a853f96778a3ea7ba748bd04135ad1bc28c Mon Sep 17 00:00:00 2001 From: Kim Barrett Date: Mon, 9 Feb 2015 13:30:30 -0500 Subject: [PATCH] 8071931: Return of the phantom menace Reviewed-by: mchung, dfuchs, ahgross, brutisso --- hotspot/src/share/vm/memory/referenceProcessor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hotspot/src/share/vm/memory/referenceProcessor.cpp b/hotspot/src/share/vm/memory/referenceProcessor.cpp index 8943a5e675f..6917b2e5f9c 100644 --- a/hotspot/src/share/vm/memory/referenceProcessor.cpp +++ b/hotspot/src/share/vm/memory/referenceProcessor.cpp @@ -250,7 +250,7 @@ ReferenceProcessorStats ReferenceProcessor::process_discovered_references( // 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); }