src/hotspot/share/gc/shared/referenceProcessor.hpp
changeset 59053 ba6c248cae19
parent 58177 4932dce35882
--- a/src/hotspot/share/gc/shared/referenceProcessor.hpp	Wed Nov 13 11:21:15 2019 +0100
+++ b/src/hotspot/share/gc/shared/referenceProcessor.hpp	Wed Nov 13 11:37:29 2019 +0100
@@ -217,8 +217,7 @@
   // For collectors that do not keep GC liveness information
   // in the object header, this field holds a closure that
   // helps the reference processor determine the reachability
-  // of an oop. It is currently initialized to NULL for all
-  // collectors except for CMS and G1.
+  // of an oop.
   BoolObjectClosure* _is_alive_non_header;
 
   // Soft ref clearing policies