JDK-6862387 : G1: tune concurrent refinement further
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: hs16
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2009-07-20
  • Updated: 2013-09-18
  • Resolved: 2010-01-14
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6 JDK 7 Other
6u21Fixed 7Fixed hs17Fixed
Description
An early G1 tester reported that 8% of the update buffers are being processed by mutator threads. It'd be nice if we could make sure that all of them were being processed by the concurrent refinement threads. And, while we are at it, we should make sure that we process update buffers as aggressively as possible by the concurrent refinement threads to minimize the amount of work we'll do during the pauses.

Comments
EVALUATION http://hg.openjdk.java.net/jdk7/hotspot-gc/hotspot/rev/44f61c24ddab
17-12-2009