src/hotspot/share/gc/shared/satbMarkQueue.hpp
changeset 52582 6df094be7f58
parent 51441 2e91d927e00c
child 52726 9cfa2e273b77
--- a/src/hotspot/share/gc/shared/satbMarkQueue.hpp	Thu Nov 15 17:55:41 2018 -0500
+++ b/src/hotspot/share/gc/shared/satbMarkQueue.hpp	Thu Nov 15 19:59:10 2018 -0500
@@ -108,7 +108,8 @@
     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);