Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2162719 | 1.4.2_17-rev | Abhijit Saha | P5 | Resolved | Fixed | b13 |
Reviewing changes for 6409002 (part of 4615723) I noticed two assertions don't account for the return value of markFromRoots(). It would seem very unlikely, and only in a debug version, but there is a chance to incorrectly trigger an assertion.
If this ever happens, the assertion will be "Collector state should have changed".
If this ever happens, the assertion will be "Collector state should have changed".
- backported by
-
JDK-2162719 CMS assertions wrongly assume markFromRoots() succeeds.
- Resolved