Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2175234 | 7 | Tony Printezis | P5 | Closed | Fixed | b53 |
JDK-2180556 | 6u18 | Tony Printezis | P5 | Resolved | Fixed | b01 |
JDK-2177641 | 6u14 | Tony Printezis | P5 | Resolved | Fixed | b04 |
JDK-2183272 | hs14 | Tony Printezis | P5 | Resolved | Fixed | b13 |
In G1CollectedHeap::get_gc_alloc_regions() we should either:
a. Handle aliases correctly and not call set_gc_alloc_region() twice for a region or
b. We could just eliminate the gc alloc region reuse code. Because currently gc alloc regions are discarded after the collection.
a. Handle aliases correctly and not call set_gc_alloc_region() twice for a region or
b. We could just eliminate the gc alloc region reuse code. Because currently gc alloc regions are discarded after the collection.
- backported by
-
JDK-2177641 G1: Cleanup G1CollectedHeap::get_gc_alloc_regions()
- Resolved
-
JDK-2180556 G1: Cleanup G1CollectedHeap::get_gc_alloc_regions()
- Resolved
-
JDK-2183272 G1: Cleanup G1CollectedHeap::get_gc_alloc_regions()
- Resolved
-
JDK-2175234 G1: Cleanup G1CollectedHeap::get_gc_alloc_regions()
- Closed
- relates to
-
JDK-6604422 G1: re-use half-promoted regions
- Resolved
-
JDK-6817608 G1: backports of G1 CRs from HS15 to HS14
- Resolved
(1 relates to)