< prev index next >

src/hotspot/share/gc/shared/referenceProcessor.hpp

Print this page
rev 52116 : 8212122: Allow ReferenceProcessor to always be MT processing

@@ -676,11 +676,10 @@
 // This ergonomically decided worker count will be used to activate worker threads.
 class RefProcMTDegreeAdjuster : public StackObj {
   typedef ReferenceProcessor::RefProcPhases RefProcPhases;
 
   ReferenceProcessor* _rp;
-  bool                _saved_mt_processing;
   uint                _saved_num_queues;
 
   // Calculate based on total of references.
   uint ergo_proc_thread_count(size_t ref_count,
                               uint max_threads,
< prev index next >