Loading... (original) (raw)

Uploaded image for project: 'JDK'

  1. JDK
  2. JDK-8152101

Move G1 concurrent refinement adjustment code out of G1CollectorPolicy

As the title says,
G1CollectorPolicy::adjust_concurrent_refinement should be moved out of the policy, it relies on none of the values from the policy, except for a few timings.
It almost exclusively calls methods on ConcurrentG1Refine so it most likely fits in nicely in that class.