Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2175238 | 7 | Tony Printezis | P3 | Closed | Fixed | b53 |
JDK-2180553 | 6u18 | Tony Printezis | P3 | Resolved | Fixed | b01 |
JDK-2177638 | 6u14 | Tony Printezis | P3 | Resolved | Fixed | b04 |
JDK-2183282 | hs14 | Tony Printezis | P3 | Resolved | Fixed | b13 |
As part of debugging 6659663, we have turned off parallel updating and scanning of RSets during G1 evacuation pauses (6677707) while we're ironing out the bugs. We would like to put that decision on two flags: -XX:-/+G1EnableParallelRSetUpdating and -XX:-/+G1EnableParallelRSetScanning. The flags will be experimental because we might ultimately remove them. We'll set them to off by default. When we want to re-enable parallel updating and scanning (as part of 6677708), we'll simply set the default of those flags to on.
- backported by
-
JDK-2177638 G1: introduce flags to enable/disable RSet updating and scanning
-
- Resolved
-
-
JDK-2180553 G1: introduce flags to enable/disable RSet updating and scanning
-
- Resolved
-
-
JDK-2183282 G1: introduce flags to enable/disable RSet updating and scanning
-
- Resolved
-
-
JDK-2175238 G1: introduce flags to enable/disable RSet updating and scanning
-
- Closed
-
- relates to
-
JDK-6817608 G1: backports of G1 CRs from HS15 to HS14
-
- Resolved
-
-
JDK-8051837 Remove temporary G1UseParallelRSetUpdating and G1UseParallelRSetScanning flags
-
- Resolved
-
(1 relates to)