< prev index next >

src/hotspot/share/gc/g1/dirtyCardQueue.hpp

Print this page
rev 52405 : [mq]: use_allocators

*** 116,130 **** public: DirtyCardQueueSet(bool notify_when_complete = true); void initialize(Monitor* cbl_mon, ! Mutex* fl_lock, int process_completed_threshold, int max_completed_queue, Mutex* lock, - DirtyCardQueueSet* fl_owner, bool init_free_ids = false); // The number of parallel ids that can be claimed to allow collector or // mutator threads to do card-processing work. static uint num_par_ids(); --- 116,129 ---- public: DirtyCardQueueSet(bool notify_when_complete = true); void initialize(Monitor* cbl_mon, ! BufferNode::Allocator* allocator, int process_completed_threshold, int max_completed_queue, Mutex* lock, bool init_free_ids = false); // The number of parallel ids that can be claimed to allow collector or // mutator threads to do card-processing work. static uint num_par_ids();
< prev index next >