src/hotspot/share/gc/shared/referenceProcessor.hpp
changeset 59053 ba6c248cae19
parent 58177 4932dce35882
equal deleted inserted replaced
59051:f0312c7d5b37 59053:ba6c248cae19
   215 
   215 
   216   bool        _adjust_no_of_processing_threads; // allow dynamic adjustment of processing threads
   216   bool        _adjust_no_of_processing_threads; // allow dynamic adjustment of processing threads
   217   // For collectors that do not keep GC liveness information
   217   // For collectors that do not keep GC liveness information
   218   // in the object header, this field holds a closure that
   218   // in the object header, this field holds a closure that
   219   // helps the reference processor determine the reachability
   219   // helps the reference processor determine the reachability
   220   // of an oop. It is currently initialized to NULL for all
   220   // of an oop.
   221   // collectors except for CMS and G1.
       
   222   BoolObjectClosure* _is_alive_non_header;
   221   BoolObjectClosure* _is_alive_non_header;
   223 
   222 
   224   // Soft ref clearing policies
   223   // Soft ref clearing policies
   225   // . the default policy
   224   // . the default policy
   226   static ReferencePolicy*   _default_soft_ref_policy;
   225   static ReferencePolicy*   _default_soft_ref_policy;