< prev index next >

src/hotspot/share/gc/g1/g1SATBMarkQueueSet.hpp

Print this page
rev 55389 : [mq]: satb_lock_free

@@ -36,11 +36,10 @@
 
 public:
   G1SATBMarkQueueSet();
 
   void initialize(G1CollectedHeap* g1h,
-                  Monitor* cbl_mon,
                   BufferNode::Allocator* allocator,
                   size_t process_completed_buffers_threshold,
                   uint buffer_enqueue_threshold_percentage);
 
   static void handle_zero_index_for_thread(Thread* t);
< prev index next >