src/hotspot/share/gc/g1/g1SATBMarkQueueSet.cpp
changeset 52726 9cfa2e273b77
parent 52582 6df094be7f58
child 54006 a421bdf22394
--- a/src/hotspot/share/gc/g1/g1SATBMarkQueueSet.cpp	Wed Nov 28 16:04:36 2018 -0500
+++ b/src/hotspot/share/gc/g1/g1SATBMarkQueueSet.cpp	Wed Nov 28 16:05:48 2018 -0500
@@ -37,12 +37,12 @@
 void G1SATBMarkQueueSet::initialize(G1CollectedHeap* g1h,
                                     Monitor* cbl_mon,
                                     BufferNode::Allocator* allocator,
-                                    int process_completed_threshold,
+                                    size_t process_completed_buffers_threshold,
                                     uint buffer_enqueue_threshold_percentage,
                                     Mutex* lock) {
   SATBMarkQueueSet::initialize(cbl_mon,
                                allocator,
-                               process_completed_threshold,
+                               process_completed_buffers_threshold,
                                buffer_enqueue_threshold_percentage,
                                lock);
   _g1h = g1h;