Loading... (original) (raw)

Uploaded image for project: 'JDK'

  1. JDK
  2. JDK-8151711

Move G1 number sequences out of the G1 collector policy

Currently a large part of the G1 collector policy consists of counters and number sequences for different measurements performed by the collector.
In order to allow for different collector policies the measurements and simple predictions based on the number sequences can be factored out of the policy code. The policy will then become more of a decision maker and not a combined data store and decision maker.