Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2183204 | 7 | Andrey Petrusenko | P3 | Closed | Fixed | b72 |
JDK-2189982 | 6u21 | Andrey Petrusenko | P3 | Resolved | Fixed | b01 |
JDK-2182822 | 6u18 | Tony Printezis | P3 | Resolved | Fixed | b02 |
JDK-2182628 | hs16 | Tony Printezis | P3 | Resolved | Fixed | b09 |
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.
- backported by
-
JDK-2182628 G1: dirty cards of survivor regions in parallel
- Resolved
-
JDK-2182822 G1: dirty cards of survivor regions in parallel
- Resolved
-
JDK-2189982 G1: dirty cards of survivor regions in parallel
- Resolved
-
JDK-2183204 G1: dirty cards of survivor regions in parallel
- Closed
- relates to
-
JDK-6819065 G1: eliminate high serial card table clearing time
- Closed