Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8142673 | emb-9 | Erik Helin | P4 | Resolved | Fixed | team |
The field G1CollectorPolicy::_max_survivor_regions should be intialized in the initializer list. The comment stating:
// _max_survivor_regions will be calculated by
// update_young_list_target_length() during initialization.
should be removed since it is wrong.
// _max_survivor_regions will be calculated by
// update_young_list_target_length() during initialization.
should be removed since it is wrong.
- backported by
-
JDK-8142673 G1CollectorPolicy::_max_survivor_regions should be intialized in the initializer list
-
- Resolved
-