src/hotspot/share/gc/g1/g1DirtyCardQueue.hpp
changeset 58059 baa4dd528de0
parent 58033 9162feb63c42
child 58264 4e96939a5746
equal deleted inserted replaced
58058:b553ad95acf0 58059:baa4dd528de0
   101   // respectively.
   101   // respectively.
   102   jint _processed_buffers_mut;
   102   jint _processed_buffers_mut;
   103   jint _processed_buffers_rs_thread;
   103   jint _processed_buffers_rs_thread;
   104 
   104 
   105 public:
   105 public:
   106   G1DirtyCardQueueSet();
   106   G1DirtyCardQueueSet(Monitor* cbl_mon, BufferNode::Allocator* allocator);
   107   ~G1DirtyCardQueueSet();
   107   ~G1DirtyCardQueueSet();
   108 
       
   109   void initialize(Monitor* cbl_mon, BufferNode::Allocator* allocator);
       
   110 
   108 
   111   // The number of parallel ids that can be claimed to allow collector or
   109   // The number of parallel ids that can be claimed to allow collector or
   112   // mutator threads to do card-processing work.
   110   // mutator threads to do card-processing work.
   113   static uint num_par_ids();
   111   static uint num_par_ids();
   114 
   112