comparison src/share/vm/memory/cardTableRS.cpp @ 14521:29ccc4cbabca

Merge
author Gilles Duboscq <duboscq@ssw.jku.at>
date Wed, 12 Mar 2014 13:30:08 +0100
parents 63a4eb8bcd23
children 4ca6dc0799b6
comparison
equal deleted inserted replaced
14520:f84115370178 14521:29ccc4cbabca
588 // In this case, no extra work is done in terms of redundant 588 // In this case, no extra work is done in terms of redundant
589 // younger refs scanning of that card. 589 // younger refs scanning of that card.
590 // Then, the case analysis above reveals that, in the worst case, 590 // Then, the case analysis above reveals that, in the worst case,
591 // any such stale card will be scanned unnecessarily at most twice. 591 // any such stale card will be scanned unnecessarily at most twice.
592 // 592 //
593 // It is nonethelss advisable to try and get rid of some of this 593 // It is nonetheless advisable to try and get rid of some of this
594 // redundant work in a subsequent (low priority) re-design of 594 // redundant work in a subsequent (low priority) re-design of
595 // the card-scanning code, if only to simplify the underlying 595 // the card-scanning code, if only to simplify the underlying
596 // state machine analysis/proof. ysr 1/28/2002. XXX 596 // state machine analysis/proof. ysr 1/28/2002. XXX
597 cur_entry++; 597 cur_entry++;
598 } 598 }