Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2206386 | 7 | Tony Printezis | P3 | Closed | Fixed | b129 |
JDK-2207004 | 6u25 | Tony Printezis | P3 | Closed | Fixed | b03 |
JDK-2206239 | hs20 | Tony Printezis | P3 | Closed | Fixed | b10 |
The changes for the zero filling thread removal (6977804) introduced two minor assert failures:
Internal Error at g1CollectorPolicy.cpp:1771, pid=28818, tid=12
guarantee(hr->is_young() && hr->age_in_surv_rate_group() != -1) failed: invariant
and
Internal Error (/tmp/jprt/P3/B/003718.ap31282/source/src/share/vm/gc_implementation/g1/heapRegionSeq.cpp:201), pid=6070, tid=139783754409744
assert(0 < _alloc_search_start && _alloc_search_start <= _regions.length()) failed: _alloc_search_start: 0 should be valid
Internal Error at g1CollectorPolicy.cpp:1771, pid=28818, tid=12
guarantee(hr->is_young() && hr->age_in_surv_rate_group() != -1) failed: invariant
and
Internal Error (/tmp/jprt/P3/B/003718.ap31282/source/src/share/vm/gc_implementation/g1/heapRegionSeq.cpp:201), pid=6070, tid=139783754409744
assert(0 < _alloc_search_start && _alloc_search_start <= _regions.length()) failed: _alloc_search_start: 0 should be valid
- backported by
-
JDK-2206239 G1: small fixes for two assert/guarantee failures
-
- Closed
-
-
JDK-2206386 G1: small fixes for two assert/guarantee failures
-
- Closed
-
-
JDK-2207004 G1: small fixes for two assert/guarantee failures
-
- Closed
-
- relates to
-
JDK-7014679 G1: deadlock during concurrent cleanup
-
- Closed
-
-
JDK-6977804 G1: remove the zero-filling thread
-
- Closed
-