comparison src/share/vm/gc_implementation/concurrentMarkSweep/promotionInfo.cpp @ 14909:4ca6dc0799b6

Backout jdk9 merge
author Gilles Duboscq <duboscq@ssw.jku.at>
date Tue, 01 Apr 2014 13:57:07 +0200
parents 63a4eb8bcd23
children 52b4284cb496
comparison
equal deleted inserted replaced
14908:8db6e76cb658 14909:4ca6dc0799b6
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 latter case, _splice_point points to the tail block of 282 // In this lartter 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