Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2198041 | 7 | John Coomes | P3 | Closed | Fixed | b109 |
JDK-2197792 | 6u23 | John Coomes | P3 | Resolved | Fixed | b01 |
JDK-2199692 | 6u22m | John Coomes | P3 | Resolved | Fixed | b01 |
JDK-2197506 | 6u21p | John Coomes | P3 | Resolved | Fixed | b03 |
The G1 collector maintains TaskQueues and associated overflow stacks in instances of G1ParScanThreadState, and has custom code to collect statistics on TaskQueue operations. These should be changed to use OverflowTaskQueue, which has built-in overflow handling and statistics, to reduce code duplication.
- backported by
-
JDK-2197506 G1: simplify TaskQueue overflow handling
-
- Resolved
-
-
JDK-2197792 G1: simplify TaskQueue overflow handling
-
- Resolved
-
-
JDK-2199692 G1: simplify TaskQueue overflow handling
-
- Resolved
-
-
JDK-2198041 G1: simplify TaskQueue overflow handling
-
- Closed
-
- relates to
-
JDK-6978300 G1: debug builds crash if ParallelGCThreads==0
-
- Closed
-
-
JDK-6962947 shared TaskQueue statistics
-
- Resolved
-
-
JDK-6957084 simplify TaskQueue overflow handling
-
- Closed
-
(2 relates to)