< prev index next >

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

Print this page
rev 52405 : [mq]: use_allocators

@@ -106,11 +106,12 @@
   template<typename Filter>
   void apply_filter(Filter filter, SATBMarkQueue* queue) {
     queue->apply_filter(filter);
   }
 
-  void initialize(Monitor* cbl_mon, Mutex* fl_lock,
+  void initialize(Monitor* cbl_mon,
+                  BufferNode::Allocator* allocator,
                   int process_completed_threshold,
                   uint buffer_enqueue_threshold_percentage,
                   Mutex* lock);
 
 public:
< prev index next >