src/hotspot/share/gc/shared/taskqueue.hpp
changeset 47885 5caa1d5f74c1
parent 47216 71c04702a3d5
child 48140 ae61a5eb9da4
--- a/src/hotspot/share/gc/shared/taskqueue.hpp	Mon Oct 30 08:34:54 2017 +0100
+++ b/src/hotspot/share/gc/shared/taskqueue.hpp	Tue Nov 14 11:33:23 2017 +0100
@@ -369,6 +369,7 @@
   typedef typename T::element_type E;
 
   GenericTaskQueueSet(int n);
+  ~GenericTaskQueueSet();
 
   bool steal_best_of_2(uint queue_num, int* seed, E& t);