< prev index next >

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

Print this page
rev 52688 : imported patch pqs_threshold_types

*** 108,118 **** queue->apply_filter(filter); } void initialize(Monitor* cbl_mon, BufferNode::Allocator* allocator, ! int process_completed_threshold, uint buffer_enqueue_threshold_percentage, Mutex* lock); public: virtual SATBMarkQueue& satb_queue_for_thread(JavaThread* const t) const = 0; --- 108,118 ---- queue->apply_filter(filter); } void initialize(Monitor* cbl_mon, BufferNode::Allocator* allocator, ! size_t process_completed_buffers_threshold, uint buffer_enqueue_threshold_percentage, Mutex* lock); public: virtual SATBMarkQueue& satb_queue_for_thread(JavaThread* const t) const = 0;
< prev index next >