Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2204331 | 7 | Tony Printezis | P4 | Closed | Fixed | b123 |
JDK-2205846 | 6u25 | Tony Printezis | P4 | Closed | Fixed | b01 |
G1 failure in nightly testing.
# Internal Error (C:\temp\jprt\P1\B\185041.ysr\source\src\share\vm\gc_implementation\g1\g1CollectedHeap.cpp:1780), pid=5588, tid=1280
# assert(!outer || (full_collections_started == _full_collections_completed + 1)) failed: for outer caller: full_collections_started = 13 is inconsistent with _full_collections_completed = 11
Test was
nsk/stress/except/except010
# Internal Error (C:\temp\jprt\P1\B\185041.ysr\source\src\share\vm\gc_implementation\g1\g1CollectedHeap.cpp:1780), pid=5588, tid=1280
# assert(!outer || (full_collections_started == _full_collections_completed + 1)) failed: for outer caller: full_collections_started = 13 is inconsistent with _full_collections_completed = 11
Test was
nsk/stress/except/except010
- backported by
-
JDK-2204331 G1: assertion failure !outer || (full_collections_started == _full_collections_completed + 1)
- Closed
-
JDK-2205846 G1: assertion failure !outer || (full_collections_started == _full_collections_completed + 1)
- Closed
- relates to
-
JDK-6944166 G1: explicit GCs are not always handled correctly
- Closed