src/share/vm/gc_implementation/g1/concurrentMark.hpp

changeset 1280
df6caf649ff7
parent 1014
0fbdb4381b99
child 1371
e1fdf4fd34dc
     1.1 --- a/src/share/vm/gc_implementation/g1/concurrentMark.hpp	Fri Jul 10 16:01:20 2009 -0700
     1.2 +++ b/src/share/vm/gc_implementation/g1/concurrentMark.hpp	Tue Jul 14 15:40:39 2009 -0700
     1.3 @@ -763,6 +763,7 @@
     1.4    CMBitMap*                   _nextMarkBitMap;
     1.5    // the task queue of this task
     1.6    CMTaskQueue*                _task_queue;
     1.7 +private:
     1.8    // the task queue set---needed for stealing
     1.9    CMTaskQueueSet*             _task_queues;
    1.10    // indicates whether the task has been claimed---this is only  for

mercurial