comparison src/share/vm/gc_implementation/concurrentMarkSweep/promotionInfo.cpp @ 14309:63a4eb8bcd23

8025856: Fix typos in the GC code Summary: Fix about 440 typos in comments in the VM code Reviewed-by: mgerdin, tschatzl, coleenp, kmo, jcoomes
author jwilhelm
date Thu, 23 Jan 2014 14:47:23 +0100
parents da91efe96a93
children 4ca6dc0799b6
comparison
equal deleted inserted replaced
14308:870aedf4ba4f 14309:63a4eb8bcd23
277 // [ <_spoolHead, _firstIndex>, <_spoolTail, _nextIndex> ) 277 // [ <_spoolHead, _firstIndex>, <_spoolTail, _nextIndex> )
278 // 278 //
279 // When _spoolTail is NULL, then the set of slots with displaced headers 279 // When _spoolTail is NULL, then the set of slots with displaced headers
280 // is all those starting at the slot <_spoolHead, _firstIndex> and 280 // is all those starting at the slot <_spoolHead, _firstIndex> and
281 // going up to the last slot of last block in the linked list. 281 // going up to the last slot of last block in the linked list.
282 // In this lartter case, _splice_point points to the tail block of 282 // In this latter case, _splice_point points to the tail block of
283 // this linked list of blocks holding displaced headers. 283 // this linked list of blocks holding displaced headers.
284 void PromotionInfo::verify() const { 284 void PromotionInfo::verify() const {
285 // Verify the following: 285 // Verify the following:
286 // 1. the number of displaced headers matches the number of promoted 286 // 1. the number of displaced headers matches the number of promoted
287 // objects that have displaced headers 287 // objects that have displaced headers