< prev index next >

src/hotspot/share/gc/g1/g1SATBMarkQueueSet.cpp

Print this page
rev 52688 : imported patch pqs_threshold_types

*** 35,50 **** G1SATBMarkQueueSet::G1SATBMarkQueueSet() : _g1h(NULL) {} void G1SATBMarkQueueSet::initialize(G1CollectedHeap* g1h, Monitor* cbl_mon, BufferNode::Allocator* allocator, ! int process_completed_threshold, uint buffer_enqueue_threshold_percentage, Mutex* lock) { SATBMarkQueueSet::initialize(cbl_mon, allocator, ! process_completed_threshold, buffer_enqueue_threshold_percentage, lock); _g1h = g1h; } --- 35,50 ---- G1SATBMarkQueueSet::G1SATBMarkQueueSet() : _g1h(NULL) {} void G1SATBMarkQueueSet::initialize(G1CollectedHeap* g1h, Monitor* cbl_mon, BufferNode::Allocator* allocator, ! size_t process_completed_buffers_threshold, uint buffer_enqueue_threshold_percentage, Mutex* lock) { SATBMarkQueueSet::initialize(cbl_mon, allocator, ! process_completed_buffers_threshold, buffer_enqueue_threshold_percentage, lock); _g1h = g1h; }
< prev index next >