< prev index next >

src/share/vm/gc/shared/taskqueue.hpp

Print this page
rev 10379 : 8151436: Leaner ArrayAllocator

@@ -246,11 +246,10 @@
 // practice of parallel programming (PPoPP 2013), 69-80
 //
 
 template <class E, MEMFLAGS F, unsigned int N = TASKQUEUE_SIZE>
 class GenericTaskQueue: public TaskQueueSuper<N, F> {
-  ArrayAllocator<E, F> _array_allocator;
 protected:
   typedef typename TaskQueueSuper<N, F>::Age Age;
   typedef typename TaskQueueSuper<N, F>::idx_t idx_t;
 
   using TaskQueueSuper<N, F>::_bottom;
< prev index next >