src/hotspot/share/gc/g1/g1SATBMarkQueueSet.hpp
changeset 55498 e64383344f14
parent 54006 a421bdf22394
child 58059 baa4dd528de0
equal deleted inserted replaced
55497:d3a33953b936 55498:e64383344f14
    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);