Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8141921 | emb-9 | Erik Helin | P4 | Resolved | Fixed | team |
EvacuationInfo is only used in three places in G1CollectorPolicy and is essentially an "out" parameter to two methods. Refactor the code to have the code set the properties on the evacuation_info object by calling getters on G1CollectorPolicy so G1CollectorPolicy doesn't have to know about EvacuationInfo.
- backported by
-
JDK-8141921 Remove usage of EvacuationInfo from G1CollectorPolicy
-
- Resolved
-