< prev index next >

src/hotspot/share/gc/shenandoah/shenandoahSATBMarkQueueSet.hpp

Print this page
rev 55390 : imported patch shenandoah

*** 42,52 **** BufferNode::Allocator _satb_mark_queue_buffer_allocator; public: ShenandoahSATBMarkQueueSet(); void initialize(ShenandoahHeap* const heap, - Monitor* cbl_mon, int process_completed_threshold, uint buffer_enqueue_threshold_percentage); virtual SATBMarkQueue& satb_queue_for_thread(Thread* const t) const; virtual void filter(SATBMarkQueue* queue); --- 42,51 ----
< prev index next >