< prev index next >

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

Print this page
rev 55390 : imported patch shenandoah

*** 31,45 **** _heap(NULL), _satb_mark_queue_buffer_allocator("SATB Buffer Allocator", ShenandoahSATBBufferSize) {} 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, process_completed_threshold, buffer_enqueue_threshold_percentage); _heap = heap; } --- 31,43 ---- _heap(NULL), _satb_mark_queue_buffer_allocator("SATB Buffer Allocator", ShenandoahSATBBufferSize) {} void ShenandoahSATBMarkQueueSet::initialize(ShenandoahHeap* const heap, int process_completed_threshold, uint buffer_enqueue_threshold_percentage) { ! SATBMarkQueueSet::initialize(&_satb_mark_queue_buffer_allocator, process_completed_threshold, buffer_enqueue_threshold_percentage); _heap = heap; }
< prev index next >