8238854: Remove superfluous C heap allocation failure checks

Reviewed-by: kbarrett, sjohanss
This commit is contained in:
Thomas Schatzl 2020-02-13 11:00:40 +01:00
parent 00484e9446
commit 78f58c3e39
14 changed files with 7 additions and 60 deletions

View file

@ -135,10 +135,6 @@ void PSOldGen::initialize_work(const char* perf_data_name, int level) {
//
_object_space = new MutableSpace(virtual_space()->alignment());
if (_object_space == NULL)
vm_exit_during_initialization("Could not allocate an old gen space");
object_space()->initialize(cmr,
SpaceDecorator::Clear,
SpaceDecorator::Mangle);