equal
deleted
inserted
replaced
36 |
36 |
37 public: |
37 public: |
38 G1SATBMarkQueueSet(); |
38 G1SATBMarkQueueSet(); |
39 |
39 |
40 void initialize(G1CollectedHeap* g1h, |
40 void initialize(G1CollectedHeap* g1h, |
41 Monitor* cbl_mon, |
|
42 BufferNode::Allocator* allocator, |
41 BufferNode::Allocator* allocator, |
43 size_t process_completed_buffers_threshold, |
42 size_t process_completed_buffers_threshold, |
44 uint buffer_enqueue_threshold_percentage); |
43 uint buffer_enqueue_threshold_percentage); |
45 |
44 |
46 static void handle_zero_index_for_thread(Thread* t); |
45 static void handle_zero_index_for_thread(Thread* t); |