hotspot/src/share/vm/memory/referenceProcessor.cpp
changeset 29872 f7c7fb04a0d7
parent 29807 c6217428f47f
child 30579 5208524ce05c
equal deleted inserted replaced
29871:77e7fe063568 29872:f7c7fb04a0d7
   248 
   248 
   249     // Process cleaners, but include them in phantom statistics.  We expect
   249     // Process cleaners, but include them in phantom statistics.  We expect
   250     // Cleaner references to be temporary, and don't want to deal with
   250     // Cleaner references to be temporary, and don't want to deal with
   251     // possible incompatibilities arising from making it more visible.
   251     // possible incompatibilities arising from making it more visible.
   252     phantom_count +=
   252     phantom_count +=
   253       process_discovered_reflist(_discoveredCleanerRefs, NULL, false,
   253       process_discovered_reflist(_discoveredCleanerRefs, NULL, true,
   254                                  is_alive, keep_alive, complete_gc, task_executor);
   254                                  is_alive, keep_alive, complete_gc, task_executor);
   255   }
   255   }
   256 
   256 
   257   // Weak global JNI references. It would make more sense (semantically) to
   257   // Weak global JNI references. It would make more sense (semantically) to
   258   // traverse these simultaneously with the regular weak references above, but
   258   // traverse these simultaneously with the regular weak references above, but