< prev index next >

src/hotspot/share/gc/shared/satbMarkQueue.hpp

Print this page
rev 52405 : [mq]: use_allocators

*** 106,116 **** template<typename Filter> void apply_filter(Filter filter, SATBMarkQueue* queue) { queue->apply_filter(filter); } ! void initialize(Monitor* cbl_mon, Mutex* fl_lock, int process_completed_threshold, uint buffer_enqueue_threshold_percentage, Mutex* lock); public: --- 106,117 ---- template<typename Filter> void apply_filter(Filter filter, SATBMarkQueue* queue) { queue->apply_filter(filter); } ! void initialize(Monitor* cbl_mon, ! BufferNode::Allocator* allocator, int process_completed_threshold, uint buffer_enqueue_threshold_percentage, Mutex* lock); public:
< prev index next >