< prev index next >

src/hotspot/share/gc/parallel/psOldGen.cpp

Print this page
rev 58025 : imported patch 8238854-remove-superfluous-alloc-checks

*** 133,146 **** // // ObjectSpace stuff // _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); // Update the start_array --- 133,142 ----
< prev index next >