Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2177197 | 7 | John Coomes | P3 | Closed | Fixed | b34 |
JDK-2172726 | 6u14 | John Coomes | P3 | Closed | Fixed | b01 |
The par compaction summary phase makes two passes over each Space in the GC heap. The first pass updates the data as if each Space were to be compacted completely (i.e., leaving no dead space) into itself. This is used to determine how much data is live in the Space and allows a dense prefix to be computed where applicable (the old gen and the perm gen). The second pass then computes the final destinations. Live data from the young gen Spaces is normally copied to the old gen, assuming it will fit. For young gen spaces that fit into the old gen, certain fields of the summary data must be cleared. More data than necessary is being cleared.
- backported by
-
JDK-2172726 par compact could clear less young gen summary data
- Closed
-
JDK-2177197 par compact could clear less young gen summary data
- Closed