commit | 10f6cc7fc37c3d55c029b0f5c31ed2f5a0468cdc | [log] [tgz] |
---|---|---|
author | Antonios Printezis <tonyp@openjdk.org> | Fri Apr 29 14:59:04 2011 -0400 |
committer | Antonios Printezis <tonyp@openjdk.org> | Fri Apr 29 14:59:04 2011 -0400 |
tree | edc530fa6d07fcd9c98acc6769d7a92ee1234cc7 | |
parent | 8c04c761939f55ae9bc476ed82b4052883ebcbc1 [diff] |
7035144: G1: nightly failure: Non-dirty cards in region that should be dirty (failures still exist...) We should only undirty cards after we decide that they are not on a young region, not before. The fix also includes improvements to the verify_dirty_region() method which print out which cards were not found dirty. Reviewed-by: johnc, brutisso