commit | fc61f2721e9ff98c049b570d8f5e9cf93921f50b | [log] [tgz] |
---|---|---|
author | Y. Srinivas Ramakrishna <ysr@openjdk.org> | Wed Aug 18 11:39:21 2010 -0700 |
committer | Y. Srinivas Ramakrishna <ysr@openjdk.org> | Wed Aug 18 11:39:21 2010 -0700 |
tree | 5ab0eb2fb125ac72f0b5e8e0c2cd5c18eead1e38 | |
parent | ce2883fbbd28a6786e7d019c984d838371743862 [diff] |
6977970: CMS: concurrentMarkSweepGeneration.cpp:7947 assert(addr <= _limit) failed: sweep invariant Allow for the possibility (when the heap is expanding) that the sweep might skip over and past, rather than necessarily step on, the sweep limit determined at the beginning of a concurrent marking cycle. Reviewed-by: jmasa, tonyp