src/hotspot/share/gc/shared/satbMarkQueue.hpp
changeset 52726 9cfa2e273b77
parent 52582 6df094be7f58
child 53149 259c36ef27df
equal deleted inserted replaced
52725:c470f977ade8 52726:9cfa2e273b77
   108     queue->apply_filter(filter);
   108     queue->apply_filter(filter);
   109   }
   109   }
   110 
   110 
   111   void initialize(Monitor* cbl_mon,
   111   void initialize(Monitor* cbl_mon,
   112                   BufferNode::Allocator* allocator,
   112                   BufferNode::Allocator* allocator,
   113                   int process_completed_threshold,
   113                   size_t process_completed_buffers_threshold,
   114                   uint buffer_enqueue_threshold_percentage,
   114                   uint buffer_enqueue_threshold_percentage,
   115                   Mutex* lock);
   115                   Mutex* lock);
   116 
   116 
   117 public:
   117 public:
   118   virtual SATBMarkQueue& satb_queue_for_thread(JavaThread* const t) const = 0;
   118   virtual SATBMarkQueue& satb_queue_for_thread(JavaThread* const t) const = 0;