hotspot/src/share/vm/gc/shared/taskqueue.hpp
changeset 37057 03b3e1870228
parent 31994 3721b7aa3a0d
child 39407 2e75eb109278
--- a/hotspot/src/share/vm/gc/shared/taskqueue.hpp	Thu Feb 25 13:08:19 2016 +0100
+++ b/hotspot/src/share/vm/gc/shared/taskqueue.hpp	Wed Mar 09 12:44:12 2016 +0100
@@ -248,7 +248,6 @@
 
 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;