-
Bug
-
Resolution: Fixed
-
P2
-
9
-
b115
-
Not verified
When adding old gen regions to the collection set G1 does not consider (like in G1CollectorPolicy::predict_will_fit() for young regions) whether there is actually enough space left in G1CollectorPolicy::finalize_old_cset_part().
This may lead to evacuation failures/full gcs.
This may lead to evacuation failures/full gcs.
- duplicates
-
JDK-8055797 Improve g1 CSet selection for mixed gc to avoid to-space exhausted
- Resolved
- relates to
-
JDK-8153117 Back out JDK-8142935 until JDK-8152723 fixed
- Resolved
-
JDK-8152723 Large eden prevents collecting the old gen due to too conservative estimation of eden live bytes
- Closed