commit | ed15a87975c4875d982702ed7e7192e96d616764 | [log] [tgz] |
---|---|---|
author | Y. Srinivas Ramakrishna <ysr@openjdk.org> | Mon May 23 16:42:14 2011 -0700 |
committer | Y. Srinivas Ramakrishna <ysr@openjdk.org> | Mon May 23 16:42:14 2011 -0700 |
tree | bd70161f198692583d1ae3493f885fbae6264bdd | |
parent | 8b76becfe78e25239ccb53a1fab93866ac00c631 [diff] |
7042740: CMS: assert(n> q) failed: Looping at: ... blockOffsetTable.cpp:557 Do a one-step look-ahead, when sweeping free or garbage blocks, to avoid overstepping sweep limit, which may become a non-block-boundary because of a heap expansion delta coalescing with a previously co-terminal free block. Reviewed-by: brutisso, tonyp