src/share/vm/gc_implementation/concurrentMarkSweep/promotionInfo.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hotspot Cdiff src/share/vm/gc_implementation/concurrentMarkSweep/promotionInfo.cpp

src/share/vm/gc_implementation/concurrentMarkSweep/promotionInfo.cpp

Print this page
rev 5732 : [mq]: comments2

*** 277,287 **** // [ <_spoolHead, _firstIndex>, <_spoolTail, _nextIndex> ) // // When _spoolTail is NULL, then the set of slots with displaced headers // is all those starting at the slot <_spoolHead, _firstIndex> and // going up to the last slot of last block in the linked list. ! // In this lartter case, _splice_point points to the tail block of // this linked list of blocks holding displaced headers. void PromotionInfo::verify() const { // Verify the following: // 1. the number of displaced headers matches the number of promoted // objects that have displaced headers --- 277,287 ---- // [ <_spoolHead, _firstIndex>, <_spoolTail, _nextIndex> ) // // When _spoolTail is NULL, then the set of slots with displaced headers // is all those starting at the slot <_spoolHead, _firstIndex> and // going up to the last slot of last block in the linked list. ! // In this latter case, _splice_point points to the tail block of // this linked list of blocks holding displaced headers. void PromotionInfo::verify() const { // Verify the following: // 1. the number of displaced headers matches the number of promoted // objects that have displaced headers
src/share/vm/gc_implementation/concurrentMarkSweep/promotionInfo.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File