Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8083019 | emb-9 | Sangheon Kim | P4 | Resolved | Fixed | team |
Marking statistics (guarded by the MARKING_STATS define) collect a few interesting statistics about marking.
All these variables (improperly) use ints, which may even overflow with very large heaps.
Fix at least the improper data type to avoid overflows. Look for any other problems in that area, cleaning up the code as necessary.
All these variables (improperly) use ints, which may even overflow with very large heaps.
Fix at least the improper data type to avoid overflows. Look for any other problems in that area, cleaning up the code as necessary.
- backported by
-
JDK-8083019 Marking statistics should use size_t
-
- Resolved
-