comparison src/share/vm/gc_implementation/g1/concurrentMark.hpp @ 845:df6caf649ff7

6700789: G1: Enable use of compressed oops with G1 heaps Summary: Modifications to G1 so as to allow the use of compressed oops. Reviewed-by: apetrusenko, coleenp, jmasa, kvn, never, phh, tonyp
author ysr
date Tue, 14 Jul 2009 15:40:39 -0700
parents 0fbdb4381b99
children e1fdf4fd34dc
comparison
equal deleted inserted replaced
839:bb18957ad21e 845:df6caf649ff7
761 G1CollectedHeap* _g1h; 761 G1CollectedHeap* _g1h;
762 ConcurrentMark* _cm; 762 ConcurrentMark* _cm;
763 CMBitMap* _nextMarkBitMap; 763 CMBitMap* _nextMarkBitMap;
764 // the task queue of this task 764 // the task queue of this task
765 CMTaskQueue* _task_queue; 765 CMTaskQueue* _task_queue;
766 private:
766 // the task queue set---needed for stealing 767 // the task queue set---needed for stealing
767 CMTaskQueueSet* _task_queues; 768 CMTaskQueueSet* _task_queues;
768 // indicates whether the task has been claimed---this is only for 769 // indicates whether the task has been claimed---this is only for
769 // debugging purposes 770 // debugging purposes
770 bool _claimed; 771 bool _claimed;