--- old/src/hotspot/share/gc/g1/g1SATBMarkQueueSet.hpp 2019-09-06 16:48:01.431938769 -0400 +++ new/src/hotspot/share/gc/g1/g1SATBMarkQueueSet.hpp 2019-09-06 16:48:01.199926349 -0400 @@ -35,12 +35,7 @@ G1CollectedHeap* _g1h; public: - G1SATBMarkQueueSet(); - - void initialize(G1CollectedHeap* g1h, - BufferNode::Allocator* allocator, - size_t process_completed_buffers_threshold, - uint buffer_enqueue_threshold_percentage); + G1SATBMarkQueueSet(BufferNode::Allocator* allocator); static void handle_zero_index_for_thread(Thread* t); virtual SATBMarkQueue& satb_queue_for_thread(Thread* const t) const;