Loading... (original) (raw)
Don't keep copies of the survivor lists and counts in the G1CollectorPolicy
- Type:
Enhancement
- Resolution: Fixed
- Priority:
P3
- Fix Version/s: 9
- Affects Version/s: 9
G1CollectorPolicy contains copies of the linked list heads and tails present in YoungList.
In order to reduce the size of the G1CollectorPolicy, I suggest we remove them and have the policy access the ones in YoungList instead.