Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2204341 | 7 | John Cuthbertson | P3 | Closed | Fixed | b123 |
JDK-2205790 | 6u25 | John Cuthbertson | P3 | Resolved | Fixed | b01 |
We hit again this failure during nightly testing:
assert(ParallelGCThreads> 1 || n_yielded() == _hrrs->occupied()) failed: Should have yielded all the cards in the rem set (in the non-par case).
It should have been fixed when the changes for 6930581 were pushed.
assert(ParallelGCThreads> 1 || n_yielded() == _hrrs->occupied()) failed: Should have yielded all the cards in the rem set (in the non-par case).
It should have been fixed when the changes for 6930581 were pushed.
- backported by
-
JDK-2205790 G1: assert(ParallelGCThreads> 1 || n_yielded() == _hrrs->occupied()) strikes again
-
- Resolved
-
-
JDK-2204341 G1: assert(ParallelGCThreads> 1 || n_yielded() == _hrrs->occupied()) strikes again
-
- Closed
-
- relates to
-
JDK-6930581 G1: assert(ParallelGCThreads > 1 || n_yielded() == _hrrs->occupied(),"Should have yielded all the ..
-
- Closed
-