hotspot/src/share/vm/gc/shared/taskqueue.inline.hpp
changeset 39407 2e75eb109278
parent 37057 03b3e1870228
child 40655 9f644073d3a0
--- a/hotspot/src/share/vm/gc/shared/taskqueue.inline.hpp	Tue Jun 21 19:29:39 2016 -0400
+++ b/hotspot/src/share/vm/gc/shared/taskqueue.inline.hpp	Wed Jun 22 10:34:01 2016 +0200
@@ -103,6 +103,11 @@
   return true;
 }
 
+template <class E, MEMFLAGS F, unsigned int N>
+inline bool OverflowTaskQueue<E, F, N>::try_push_to_taskqueue(E t) {
+  return taskqueue_t::push(t);
+}
+
 // pop_local_slow() is done by the owning thread and is trying to
 // get the last task in the queue.  It will compete with pop_global()
 // that will be used by other threads.  The tag age is incremented