6983930: CMS: Various small cleanups ca September 2010

Fixed comment/documentation typos; converted some guarantee()s to assert()s.

Reviewed-by: jmasa
This commit is contained in:
Y. Srinivas Ramakrishna 2010-09-10 17:07:55 -07:00
parent 690e6e149c
commit f53d569221
6 changed files with 12 additions and 17 deletions

View file

@ -1332,7 +1332,7 @@ ConcurrentMarkSweepGeneration::allocation_limit_reached(Space* space,
// -----------------------------------------------------
// FREE: klass_word & 1 == 1; mark_word holds block size
//
// OBJECT: klass_word installed; klass_word != 0 && klass_word & 0 == 0;
// OBJECT: klass_word installed; klass_word != 0 && klass_word & 1 == 0;
// obj->size() computes correct size
// [Perm Gen objects needs to be "parsable" before they can be navigated]
//