--- old/src/hotspot/share/gc/shenandoah/shenandoahSATBMarkQueueSet.cpp 2019-06-19 14:01:24.807851008 -0400 +++ new/src/hotspot/share/gc/shenandoah/shenandoahSATBMarkQueueSet.cpp 2019-06-19 14:01:24.359826999 -0400 @@ -33,11 +33,9 @@ {} void ShenandoahSATBMarkQueueSet::initialize(ShenandoahHeap* const heap, - Monitor* cbl_mon, int process_completed_threshold, uint buffer_enqueue_threshold_percentage) { - SATBMarkQueueSet::initialize(cbl_mon, - &_satb_mark_queue_buffer_allocator, + SATBMarkQueueSet::initialize(&_satb_mark_queue_buffer_allocator, process_completed_threshold, buffer_enqueue_threshold_percentage); _heap = heap;