src/share/vm/memory/genOopClosures.hpp

changeset 3900
d2a62e0f25eb
parent 2874
8d944991dbf9
child 4037
da91efe96a93
     1.1 --- a/src/share/vm/memory/genOopClosures.hpp	Wed Jun 27 15:23:36 2012 +0200
     1.2 +++ b/src/share/vm/memory/genOopClosures.hpp	Thu Jun 28 17:03:16 2012 -0400
     1.3 @@ -34,10 +34,10 @@
     1.4  class CardTableModRefBS;
     1.5  class DefNewGeneration;
     1.6  
     1.7 -template<class E, unsigned int N> class GenericTaskQueue;
     1.8 -typedef GenericTaskQueue<oop, TASKQUEUE_SIZE> OopTaskQueue;
     1.9 -template<class T> class GenericTaskQueueSet;
    1.10 -typedef GenericTaskQueueSet<OopTaskQueue> OopTaskQueueSet;
    1.11 +template<class E, MEMFLAGS F, unsigned int N> class GenericTaskQueue;
    1.12 +typedef GenericTaskQueue<oop, mtGC, TASKQUEUE_SIZE> OopTaskQueue;
    1.13 +template<class T, MEMFLAGS F> class GenericTaskQueueSet;
    1.14 +typedef GenericTaskQueueSet<OopTaskQueue, mtGC> OopTaskQueueSet;
    1.15  
    1.16  // Closure for iterating roots from a particular generation
    1.17  // Note: all classes deriving from this MUST call this do_barrier

mercurial