Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2176928 | 7 | Jon Masamitsu | P3 | Closed | Fixed | b13 |
JDK-2171962 | 6u4 | Jon Masamitsu | P3 | Resolved | Fixed | b03 |
When the card table is resized (for example committing space for the card table at
initiation) the guard card at the end of the card table can be overwritten due to
rounding up for page alignment and a commit_memory() call over the region including
the guard card.
This affects assertion checking and verification of the card table. It does not
affect the product builds unless verification is being used.
initiation) the guard card at the end of the card table can be overwritten due to
rounding up for page alignment and a commit_memory() call over the region including
the guard card.
This affects assertion checking and verification of the card table. It does not
affect the product builds unless verification is being used.
- backported by
-
JDK-2171962 Guard at end of card table can be overwritten.
-
- Resolved
-
-
JDK-2176928 Guard at end of card table can be overwritten.
-
- Closed
-