src/hotspot/share/gc/shared/taskqueue.hpp
changeset 47885 5caa1d5f74c1
parent 47216 71c04702a3d5
child 48140 ae61a5eb9da4
equal deleted inserted replaced
47884:3cfab71d6c81 47885:5caa1d5f74c1
   367 
   367 
   368 public:
   368 public:
   369   typedef typename T::element_type E;
   369   typedef typename T::element_type E;
   370 
   370 
   371   GenericTaskQueueSet(int n);
   371   GenericTaskQueueSet(int n);
       
   372   ~GenericTaskQueueSet();
   372 
   373 
   373   bool steal_best_of_2(uint queue_num, int* seed, E& t);
   374   bool steal_best_of_2(uint queue_num, int* seed, E& t);
   374 
   375 
   375   void register_queue(uint i, T* q);
   376   void register_queue(uint i, T* q);
   376 
   377