Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8082595 | emb-9 | David Lindholm | P4 | Resolved | Fixed | team |
CMS' concurrentMarkSweepGeneration.cpp contains a lot of cases where heap memory is allocated (e.g .via NEW_C_HEAP_ARRAY), followed by code that tries to handle failed allocation.
However, these allocation methods all exit the VM on memory allocation failure, making this code unnecessary.
Remove this unnecessary memory allocation failure handling code.
However, these allocation methods all exit the VM on memory allocation failure, making this code unnecessary.
Remove this unnecessary memory allocation failure handling code.
- backported by
-
JDK-8082595 CMS concurrentMarkSweepGeneration contains lots of unnecessary allocation failure handling
-
- Resolved
-
- duplicates
-
JDK-8058732 Remove useless malloc error handling code in CMSCollector constructor
-
- Closed
-