comparison src/share/vm/gc_implementation/g1/concurrentMark.hpp @ 4828:851b58c26def

7130334: G1: Change comments and error messages that refer to CMS in g1/concurrentMark.cpp/hpp Summary: Removed references to CMS in the concurrentMark.cpp/hpp files. Reviewed-by: tonyp, jmasa, johnc
author brutisso
date Mon, 16 Jan 2012 11:21:21 +0100
parents 2e966d967c5c
children d30fa85f9994
comparison
equal deleted inserted replaced
4827:2e966d967c5c 4828:851b58c26def
384 double _cleanup_sleep_factor; 384 double _cleanup_sleep_factor;
385 double _cleanup_task_overhead; 385 double _cleanup_task_overhead;
386 386
387 FreeRegionList _cleanup_list; 387 FreeRegionList _cleanup_list;
388 388
389 // CMS marking support structures 389 // Concurrent marking support structures
390 CMBitMap _markBitMap1; 390 CMBitMap _markBitMap1;
391 CMBitMap _markBitMap2; 391 CMBitMap _markBitMap2;
392 CMBitMapRO* _prevMarkBitMap; // completed mark bitmap 392 CMBitMapRO* _prevMarkBitMap; // completed mark bitmap
393 CMBitMap* _nextMarkBitMap; // under-construction mark bitmap 393 CMBitMap* _nextMarkBitMap; // under-construction mark bitmap
394 bool _at_least_one_mark_complete; 394 bool _at_least_one_mark_complete;