Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
8238854: Remove superfluous C heap allocation failure checks
Reviewed-by: kbarrett, sjohanss
- Loading branch information
Showing
with
7 additions
and 60 deletions.
- +2 −2 src/hotspot/share/gc/g1/g1CollectedHeap.cpp
- +1 −12 src/hotspot/share/gc/g1/g1ConcurrentRefine.cpp
- +1 −8 src/hotspot/share/gc/g1/heapRegionRemSet.cpp
- +1 −2 src/hotspot/share/gc/parallel/asPSYoungGen.cpp
- +0 −6 src/hotspot/share/gc/parallel/psCompactionManager.cpp
- +0 −4 src/hotspot/share/gc/parallel/psOldGen.cpp
- +0 −3 src/hotspot/share/gc/parallel/psPromotionManager.cpp
- +0 −4 src/hotspot/share/gc/parallel/psYoungGen.cpp
- +0 −4 src/hotspot/share/gc/serial/defNewGeneration.cpp
- +0 −3 src/hotspot/share/gc/shared/cardGeneration.cpp
- +1 −1 src/hotspot/share/gc/shared/cardTable.cpp
- +1 −5 src/hotspot/share/gc/shared/cardTableRS.cpp
- +0 −3 src/hotspot/share/gc/shared/generation.cpp
- +0 −3 src/hotspot/share/gc/shared/referenceProcessor.cpp