-
Bug
-
Resolution: Fixed
-
P2
-
9
-
b19
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8047267 | 8u25 | Erik Helin | P2 | Resolved | Fixed | b03 |
JDK-8046773 | 8u20 | Erik Helin | P2 | Closed | Fixed | b19 |
JDK-8053275 | emb-8u26 | Erik Helin | P2 | Resolved | Fixed | b17 |
The 20140509 nightly testing has this assertion failure.
Internal Error (/opt/jprt/T/P1/080804.ehelin/s/src/share/vm/memory/metaspace.cpp:1436), pid=25676, tid=39
assert(capacity_until_gc >= committed_bytes) failed: capacity_until_gc: 52428800 < committed_bytes: 52690944
Internal Error (/opt/jprt/T/P1/080804.ehelin/s/src/share/vm/memory/metaspace.cpp:1436), pid=25676, tid=39
assert(capacity_until_gc >= committed_bytes) failed: capacity_until_gc: 52428800 < committed_bytes: 52690944
- backported by
-
JDK-8047267 assert(capacity_until_gc >= committed_bytes) failed
- Resolved
-
JDK-8053275 assert(capacity_until_gc >= committed_bytes) failed
- Resolved
-
JDK-8046773 assert(capacity_until_gc >= committed_bytes) failed
- Closed
- relates to
-
JDK-8042821 Shrinking of Metaspace high-water-mark causes incorrect OutOfMemoryErrors or back-to-back GCs
- Resolved