Loading... (original) (raw)

Uploaded image for project: 'JDK'

  1. JDK
  2. JDK-8151633

Don't keep copies of the survivor lists and counts in the G1CollectorPolicy

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.