< prev index next >

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

Print this page
rev 52688 : imported patch pqs_threshold_types

*** 37,47 **** G1SATBMarkQueueSet(); void initialize(G1CollectedHeap* g1h, Monitor* cbl_mon, BufferNode::Allocator* allocator, ! int process_completed_threshold, uint buffer_enqueue_threshold_percentage, Mutex* lock); static void handle_zero_index_for_thread(JavaThread* t); virtual SATBMarkQueue& satb_queue_for_thread(JavaThread* const t) const; --- 37,47 ---- G1SATBMarkQueueSet(); void initialize(G1CollectedHeap* g1h, Monitor* cbl_mon, BufferNode::Allocator* allocator, ! size_t process_completed_buffers_threshold, uint buffer_enqueue_threshold_percentage, Mutex* lock); static void handle_zero_index_for_thread(JavaThread* t); virtual SATBMarkQueue& satb_queue_for_thread(JavaThread* const t) const;
< prev index next >