JDK-6841313 : G1: dirty cards of survivor regions in parallel
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: hs16
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2009-05-14
  • Updated: 2013-09-18
  • Resolved: 2009-09-16
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
6u18Fixed 7Fixed hs16Fixed
Related Reports
Relates :  
Description
Right now, at the end of a GC pause, we redirty cards of survivor and scan-only regions serially. It'd be good to do it in parallel. In fact, we should be able to piggyback onAndrey's recent changes for 6819065. Said changes clear the card table of regions in parallel; it should be straightforward to extend that code to also redirty regions.

Comments
EVALUATION http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/8624da129f0b
25-09-2009

EVALUATION http://hg.openjdk.java.net/hsx/hsx16/master/rev/fa8cf6b29408
04-09-2009

EVALUATION http://hg.openjdk.java.net/hsx/hsx16/baseline/rev/fa8cf6b29408
02-09-2009

EVALUATION http://hg.openjdk.java.net/jdk7/hotspot-gc/hotspot/rev/8624da129f0b
31-08-2009